@import url('https://fonts.googleapis.com/css2?family=Alata&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'abadi-mt-extra-bold';
    src: url(../fonts/abadi-mt-extra-bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    background-size: cover;
    overflow-x: hidden;
    color: var(--black-color);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'abadi-mt-extra-bold';
}

p {
    font-family: "Alata", sans-serif;
}

li {
    list-style-type: none;
    font-family: "Alata", sans-serif;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #062e42;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #004c72;
}

/* HEADER START */
.hdr-top {
    background: linear-gradient(90deg, rgba(18, 124, 193, 1) 0%, rgba(8, 21, 38, 1) 100%);
    padding: 5px 0;

}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
}

.form_head_Sec p {
    text-align: start;
    padding-left: 15px;
    margin-bottom: 0;
}

.hed-menu li a {
    font-size: 18px;
    color: #C70000;
    font-weight: bold;
}

.hed-menu li a span {
    color: #0B2F4E;
    font-size: 18px;
}

.phn {
    font-size: 25px !important;
}

.hed-menu li a img {
    width: 15%;
}

.hed-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-banr {
    background-image: url(../images/main-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(677px + 65px);
    padding-top: 65px;
    position: relative;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 70px;
}

.pd-b {
    padding-bottom: 90px;
}

.banr-cont h2 {
    font-size: 65px;
    line-height: 65px;
    color: #FFFFFF;
}

.banr-cont h2 span {
    display: block;
}

.banr-cont p {
    color: #FFFFFF;
    line-height: 25px;
}

.banr-cont li {
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 14px;
}

.banr-cont li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    color: red;
    left: -4px;
}

.banr-lnk {
    margin-top: 30px;
}

.banr-lnk a {
    padding: 15px 45px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: bold;
}

.port {
    background: linear-gradient(90deg, rgba(0, 84, 194, 1) 0%, rgba(97, 188, 233, 1) 100%);
}

.cht {
    background: linear-gradient(90deg, rgba(255, 63, 3, 1) 0%, rgba(255, 122, 80, 1) 100%);
    /* margin-left: 15px; */
}

.bnr-rgt {
    background-color: #ffffff;
    padding: 52px 15px 22px;
    border-radius: 15px 235px 15px 15px;
}

.bnr-rgt button {
    background: linear-gradient(90deg, rgba(199, 0, 0, 1) 0%, rgba(12, 57, 91, 1) 100%);
    text-transform: uppercase;
    color: #ffffff;
    border: transparent;
    padding: 13px 50px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Montserrat';
}

.bnr-rgt h4 {
    font-size: 32px;
    color: #0D4C79;
    /* text-decoration: underline; */
    margin-bottom: 0;
}

.bnr-rgt h3 {
    font-size: 37px;
    color: #C70000;
    text-decoration: underline;
}

.bnr-rgt input {
    background-color: #F5F5F5;
    border: 1px solid #7D7D7D;
    height: 45px;
    border-radius: 0;
}

.bnr-rgt textarea {
    background-color: #F5F5F5;
    border: 1px solid #7D7D7D;
    height: 110px;
    border-radius: 0;
    resize: none;
}

.b-frm-al {
    background-color: #C70000;
    border-radius: 15px 0px 15px 15px;
    border: 1px solid #ffffff;
}

.percnt {
    right: 0;
    top: 0;
    padding: 10px 10px 30px;
    text-align: end;
}

.percnt h6 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
}

.percnt h6 span {
    display: block;
}

.logo-sec {
    background: linear-gradient(359deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 1) 100%);
}


.pack-hed h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #172844;
    text-decoration: underline;
}

.pack-hed p {
    font-size: 15px;
    color: #818181;
    width: 66%;
    margin: 20px auto;
}

.package-box {
    padding: 22px 20px 10px;
    position: relative;
    box-shadow: 0px 0px 15px #cbcbcb;
    transition: 0.5s ease-in-out;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.package-box .package-top h4 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 41px;
    text-transform: uppercase;
    color: #000000;
}

.package-box .cutprice {
    display: block;
    font-size: 24px;
    margin-top: 0px;
    text-decoration: line-through;
    padding-bottom: 8px;
    color: #f43366;
    color: #0b4a78;
}
.package-box .package-top .h5 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    color: #C70000;
}

.package-details p {
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
    color: var(--black);
}

.package-box ul li {
    margin: 5px 0;
    word-break: break-word;
    padding-right: 10px;
    font-size: 15px;
    line-height: initial;
    color: var(--blsck);
    position: relative;
    padding: 5px 20px;
    line-height: 17px;
}

.package-box ul li:before {
    content: '';
    background: url(../images/tick-arrow.png) no-repeat;
    color: #bf1f0b;
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 8px;
    position: absolute;
    left: 0;
    filter: brightness(0) saturate(100%) invert(49%) sepia(46%) saturate(2580%) hue-rotate(339deg) brightness(101%) contrast(94%);
}

.btn_packages a {
    background: #c70000;
    color: #FFFFFF;
    padding: 15px 40px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
    cursor: pointer;
}

.package-box .contact-part {
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: left;
    padding: 10px 10px;
}

.package-box .contact-part p,
.contact-part a {
    margin: 0;
    color: var(--blsck);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.wth {
    color: #24a5e0 !important;
}

.contact-part a {
    color: #c70000;
}

.btn_packages {
    padding: 15px 0 10px;
    text-align: center;
}

.package-box ul.pkg-list {
    height: 170px;
    text-align: start;
    overflow-y: scroll;
    padding: 0 6px;
}

.package-box ul.pkg-list::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5;
}

.package-box ul.pkg-list::-webkit-scrollbar-thumb {
    background: linear-gradient(93deg, #60ccfd 0%, #29a8e1 100%);
    border-radius: 10px;
}

.package-box ul.pkg-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(160deg, #60ccfd 0%, #29a8e1 100%);
    border-radius: 10px;
}

.package-box:hover {
    transform: scale(1.05) !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.package-box .contact-part>div:before {
    content: '';
    border-right: 1px solid #d9d7d7;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -9px;
}

.package-box .contact-part>div {
    position: relative;
}

.package-box .contact-part>div:nth-last-child(1):before {
    border: 0;
}

.cta-sec {
    background-image: url(../images/cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 13px 0;
    background-position: center;
}

.cta-hed h4 {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0;
}

.cta-hed h3 {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 45px;
}

.cta-hed h3 span {
    background-color: #F5DC65;
    color: #000000;
    display: inline-block;
    padding: 5px 6px;
}

.tol-cont h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 17px;
}

.tol-cont h4 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
}

.gallery-container {
    width: 95%;
    max-width: 1300px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 160px;
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Specific layout positions to match the reference image */
.item1 {
    grid-column: span 1;
    grid-row: span 1;
}

.item2 {
    grid-column: span 1;
    grid-row: span 1;
}

.item3 {
    grid-column: span 1;
    grid-row: span 1;
}

.item4 {
    grid-column: span 1;
    grid-row: span 1;
}

.item5 {
    grid-column: span 2;
    grid-row: span 1;
}

.item6 {
    grid-column: span 2;
    grid-row: span 1;
}

.item7 {
    grid-column: span 1;
    grid-row: span 2;
}

.item8 {
    grid-column: span 1;
    grid-row: span 2;
}

.item9 {
    grid-column: span 2;
    grid-row: span 1;
}

.item10 {
    grid-column: span 1;
    grid-row: span 1;
}

.item11 {
    grid-column: span 1;
    grid-row: span 1;
}

.item12 {
    grid-column: span 2;
    grid-row: span 1;
}

.business-sec, .packages-sec {
    background-image: url(../images/design-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.packages-sec {
    background-image: url(../images/pricing-bg.png);
}

/* Responsive layout */
@media (max-width: 992px) {
    .gallery-container {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 160px;
    }
}

@media (max-width: 576px) {
    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 140px;
    }
}

.strt {
    background: linear-gradient(90deg, rgba(255, 63, 3, 1) 0%, rgba(255, 122, 80, 1) 100%);
}

.pot {
    background-color: #172844;
}

.busn-cont h4 {
    font-size: 55px;
    color: #172844;
    margin: 0;
}

.busn-cont h3 {
    font-size: 60px;
    color: #05ABFC;
    font-weight: bold;
    line-height: 55px;
}

.busn-cont h5 {
    font-size: 50px;
    color: #172844;
}

.busn-cont h5 span {
    color: #FF3F03;
    font-size: 60px;
    line-height: 55px;
}

.old-phon a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.phon-im>img {
    max-width: 50px;
}

.phon-cont h5 {
    font-size: 25px;
    color: #05ABFC;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
}

.phon-cont h4 {
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.gt-strd {
    width: 37%;
}

/*.gatd-al::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-color: #FF906E;*/
/*    width: 2px;*/
/*    height: 70px;*/
/*    top: 13px;*/
/*    right: 270px;*/
/*}*/
.removebtn::before {
    display: none;
}
.combo-sec {
    background-image: url(../images/combo-pak.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* HOME PAGE END */


.combo-section {
    background: url('../images/combo-pak.png') no-repeat center center/cover;
    padding: 90px 20px 60px;
    position: relative;
    z-index: 9;
}

.combo-section h1,
.combo-section h2,
.combo-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.title-box {
    text-align: left;
    margin-bottom: 40px;
}

.title-box h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}

.title-box h1 span {
    color: #27a9ff;
}

.title-box .sub {
    font-size: 29px;
    font-weight: 600;
    margin-top: 10px;
    color: #ffffff;
}


.package-badge {
    position: absolute;
    display: inline-block;
    font-weight: 700;
    font-size: 26px;
    padding: 5px 15px;
    border-radius: 6px;
    transform: rotate(-5deg);
    top: -35px;
    z-index: -1;
    right: -20px;
    max-width: 150px;
}

.content-columns {
    margin-top: 40px;
}

.content-columns h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dashed;
}

.content-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-columns ul li {
    font-size: 15px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

.content-columns ul li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #f4c542;
    font-size: 14px;
}

.price-box {
    position: absolute;
    transform: rotate(-5deg);
    margin-top: 0;
    z-index: 0;
    top: -30px;
    right: -150px;
    width: 250px;
}

.price-box>img {
    max-width: 250px;
    display: flex;
}
.price-box small {
    text-decoration: line-through;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    opacity: 0.8;
}

.cta-box {
    text-align: center;
    margin-top: 30px;
}

.cta-btn {
    background: #ff6c00;
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    border-radius: 30px;
    margin-right: 10px;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-btn:hover {
    background: #e35d00;
}

.secondary-btn {
    background: #0b60e4;
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
}

.phone-box {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.phone-box i {
    color: #ff6c00;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .title-box h1 {
        font-size: 36px;
    }

    .content-columns {
        text-align: center;
    }
}

@media (max-width: 576px) {

    .cta-btn,
    .secondary-btn {
        display: block;
        margin: 10px auto;
        width: 80%;
    }
}

.gatdon-al .phon-cont h4 {
    border: 0;
    font-size: 35px;
    margin: 0;
}

.gatdon-al .gt-strd {
    width: 66%;
    margin-bottom: 19px;
}

section.testimonials {
    overflow: hidden;
    padding: 70px 0 20px;
}

.content-style-2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-style-2 h3 span {
    color: var(--c1);
}

.testimonial-content {
    background: #fff;
    padding: 40px 15px;
    box-shadow: 0 0 20px -10px;
    border-radius: 15px;
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.testimonial-slider button.slick-next.slick-arrow {
    top: 50px;
    right: 20px;
    z-index: 999;
    display: table;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
}

.testimonial-slider button.slick-prev.slick-arrow {
    top: 50px;
    right: 65px;
    left: unset;
    z-index: 999;
    width: 40px;
    overflow: hidden;
    background: transparent;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
}

.testimonial-slider {
    padding: 20px 20px;
}

.testimonial-slider button.slick-arrow:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 18px;
    background-color: #222222;
    color: #fff;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    opacity: .75;
}

.testimonial-slider button.slick-prev.slick-arrow:before {
    content: "\f053" !important;
}

.testimonial-title h3 {
    font-family: 'Palatino Linotype';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #141232;
    text-transform: capitalize;
}

section.footer-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42.4%;
    z-index: -1;
    height: 100%;
    background: url(../images/ftr-form.jpg) no-repeat right bottom #2a27bb;
    background-size: cover;
}

section.footer-form .col-md-5 p {
    padding-right: 82px;
    font-size: 22px;
    line-height: 23px;
    margin-top: 39px;
    color: #fff;
}

.chat,
a.get-quote {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
}

section.footer-form h2 {
    background: #fff;
    padding: 18px 53px;
    box-shadow: #5d5d5d6e 0 0 21px;
    display: inline-block;
    margin-top: 0;
    font-weight: bold;
    width: 80%;
    font-size: 38px;
    line-height: 42px;
}

section.footer-form h3 {
    font-size: 39px;
    font-weight: bold;
    color: #3d3d3c;
}

section.footer-form h3+p {
    font-size: 16px;
    color: #656363;
    margin: 0;
}

section.footer-form form input,
section.footer-form form textarea {
    width: 100%;
    border: 0px none;
    border-bottom: #dbdbdb 1px solid;
    background: transparent;
    color: #545353;
    padding: 20px 0;
}

section.footer-form form textarea {
    height: 120px;
}

section.footer-form form input[type="submit"] {
    float: right;
    width: auto;
    padding: 4px 33px;
    border: #fff 2px solid;
    border-radius: 50px;
    color: #ffffff;
    margin: 14px 0 0;
    font-size: 19px;
    background: linear-gradient(to right, rgba(210, 42, 67, 1) 0%, rgba(240, 118, 10, 1) 100%);
}

section.footer-form {
    position: relative;
    padding: 0px 0 60px;
}

section.footer-form .col-md-5 ul li {
    display: inline-block;
    margin: 0 16px;
    font-size: 20px;
    color: #fff;
}

section.footer-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42.4%;
    z-index: -1;
    height: 100%;
    background: url(../images/ftr-form.jpg) no-repeat right bottom #2a27bb;
    background-size: cover;
}

section.footer-form h2 span {
    display: block;
    color: #dd424d;
    text-decoration: underline;
    font-size: 32px;
    letter-spacing: 2px;
}

footer {
    padding: 50px 0 0;
    border-top: #ccc 1px solid;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

footer h6 {
    margin: 0 0 27px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    color: #000;
}



/*Started POPUp Section Begin*/

.started_popup_sec .modal-content {
    background: #fff;
    background-size: cover;
    padding: 30px 20px 50px;
    position: relative;
    border: 0;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 50%);
}

.started_popup_sec .modal-header {
    padding: 0;
    border: 0;
}

.started_popup_sec .modal-header button {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 27px;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    text-align: center;
    line-height: 21px;
    border-radius: 50px;
    right: 0px;
    top: 0;
    border: 0;
    background: transparent;
}

.started_popup_sec .modal-header button span {
    position: relative;
    left: -2px;
}

.started_popup_sec .modal-content:before {
    content: '';
    background: rgb(255 255 255 / 75%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
}

.form_head_Sec {
    text-align: center;
}

.form_head_Sec h2 {
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--white);
    margin-bottom: 0;
    background: var(--blue);
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 50px;
}

.form_head_Sec h4 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-align: start;
    padding-left: 10px;
    border-left: 5px solid #c70000;
}

.form_head_Sec h3 {
    color: var(--pink);
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.started_popup_sec input {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec select {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #C70000;
}

.started_popup_sec form {
    padding-top: 20px;
}

.btn_form input {
    background: var(--pink);
    color: var(--white);
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_form input:hover {
    background: var(--blue);
    border: 0;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #C70000;
}

.btn_form input {
    background: #C70000;
    color: #ffffff;
    margin-top: 10px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.testi-img img {
    max-width: 250px;
}
/*Started POPUp Section End*/


@media (max-width: 1600px) {
    .price-box>img {
        max-width: 60%;
    }
}
@media (max-width: 1400px) {
    .phn {
        font-size: 18px !important;
    }

    .banr-cont h2 {
        font-size: 55px;
        line-height: 55px;
        overflow-wrap: break-word;
    }

    .package-box .package-top h4 {
        font-size: 26px;
        line-height: 28px;
    }

    .tol-cont h4 {
        font-size: 26px;
    }

    .cta-hed h3 {
        font-size: 36px;
        text-transform: capitalize;
        line-height: 36px;
    }
    .price-box>img {
        /*max-width: 200px;*/
    }
}

@media (max-width: 1200px) {
    
    .package-badge {
        position: unset;
    }
    .price-box {
        position: unset;
    }

    .phn,
    .hed-menu li a {
        font-size: 14px !important;
    }
    .price-box>img {
        max-width: 180px;
    }
    .price-box {
        right: -188px;
    }

    .banr-cont h2 span {
        display: inline-block !important;
    }

    .pack-hed h3 {
        font-size: 38px;
    }

    .package-box .package-top h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .tol-cont h4 {
        font-size: 20px;
    }

    .cta-hed h3 {
        font-size: 28px;
        text-transform: capitalize;
        line-height: 30px;
    }
    .package-box .contact-part p, .contact-part a {
        font-size: 14px;
    }


}

@media (max-width: 991px) {
    .price-box {
       position: unset;
    }

    .busn-cont h4,
    .busn-cont h5 {
        font-size: 45px;
    }

    .busn-cont h3 {
        font-size: 45px;
    }

    .phon-cont>h5 {
        font-size: 20px;
    }

    .phon-cont>h4 {
        font-size: 24px;
    }

    .gatd-al::before {
        display: none;
    }

    .phon-cont {
        text-align: start;
    }

    .gatdon-al {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .phon-cont h5 {
        font-size: 18px;
    }

    .gatdon-al .phon-cont h4 {
        font-size: 22px;
    }

    .package-badge {
        display: none;
    }

    .title-box {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cta-sec {
        background-position: center;
    }

    section.footer-form .col-md-5 p {
        font-size: 16px;
    }

    .toll-al {
        min-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .toll-al>a>.icn-bk .bk-circ {
        max-width: 66px;
    }

    .banr-cont {
        padding: 20px 0;
    }

    .banr-cont h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .pack-hed h3 {
        font-size: 28px;
    }

    .package-box .package-top h4 {
        font-size: 22px;
    }

    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .phon-cont>h5 {
        font-size: 16px;
    }

    .phon-cont>h4 {
        font-size: 20px;
    }

    .old-phon a {
        gap: 10px;
    }

    .phon-im>img {
        display: flex;
        max-width: 38px;
    }

    .price-box {
        position: unset;
        display: table;
        transform: rotate(0deg);
        margin: 0 auto;
    }
    .price-box>img {
        display: table;
        margin: 0 auto;
    }

    .gatdon-al .phon-cont h4 {
        font-size: 30px !important;
    }

    section.footer-form:before {
        width: 100%;
    }

    section.footer-form h3,
    section.footer-form h3+p,
    section.footer-form form input,
    section.footer-form form textarea {
        color: #ffffff;
    }

    section.footer-form form input::placeholder,
    section.footer-form form textarea::placeholder {
        color: #ffffff;
    }

    .banr-lnk a {
        padding: 12px 25px;
    }

    .testi-img {
        display: none;
    }



    .phon-cont h5 {
        font-size: 18px;
    }

    .gatdon-al .phon-cont h4 {
        font-size: 22px;
    }

    .combo-section {
        padding: 50px 20px 50px;
    }

}

@media (max-width: 667px) {
    .title-box h1 br {
        display: none;
    }

    .title-box h1 {
        font-size: 32px;
    }

    .banr-cont h2,
    .bnr-rgt h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .banr-cont h2,
    .busn-cont h4,
    .busn-cont h5,
    .busn-cont h3,
    .busn-cont h5 span {
        font-size: 28px;
        line-height: 28px;
    }

    .bnr-rgt h4 {
        font-size: 22px;
    }

    .banr-cont p {
        font-size: 14px;
    }
}