/* @font-face {
    font-family: custom;
    src: url('../font/GlacialIndifference-Bold.woff') format('woff');
} */

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}

.copun-field {
    padding: 30px
}

.border-theme {
    border: 1px solid #255752
}

.mobile_header {
    display: none;
}

#modalCoupon .modal-content {
    background-color: #f6921e;
    border-radius: 20px;
    padding-bottom: 20px;
}

input[type=number] {
    -webkit-appearance: none;
}

.font-glacial {
    font-family: custom !important;
}

.con-1180 {
    max-width: 1180px;
}

.font-45 {
    font-size: 45px;
    font-family: custom;
}

.font-40 {
    font-size: 40px;
    font-family: custom;
}

.font-34 {
    font-size: 34px;
    font-family: custom;
}

.font-15 {
    font-size: 15px;
    line-height: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.text-grey {
    color: #6e6e6e;
}

.font-w-300 {
    font-weight: 300;
}

.let-spac-3 {
    letter-spacing: 3px;
}

body .sec-58vh {
    height: 75vh;
}

.ser-book-master-sec .card {
    height: 100%;
}

.ser-book-master-sec .card-body {
    margin-top: -56px;
}

.grayHeader {
    background-color: #f6921e;
}

.navBar {
    background-color: transparent;
    top: 47px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1em;
    font-weight: 300;
}


/* @media(max-width:1200px){
    .navbar-light .navbar-nav .nav-link{
        font-size:0.6em;
    }
} */

@media(max-width:991px) {
    .mobileNavBar {
        background: #255752;
        padding: 14px;
    }
    .navBar {
        top: 0px;
    }
}

@media(max-width:767px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    body .sec-58vh {
        height: 80vh;
    }
}


/* .rotate-360 i{
    transform: rotate(180deg);
} */

.sticky {
    background-color: #255752c9;
    top: 0;
    animation: .5s sticky;
}

@keyframes sticky {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

* {
    font-family: "Arsenal";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

section {
    padding: 70px 0;
    position: relative;
}

.section {
    padding: 70px 0;
    position: relative;
}

.section1 {
    color: #fff;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
}

.section2 {
    background-repeat: no-repeat;
    background-size: cover;
        overflow: hidden;
}

.section3 {
    background-size: cover;
}

.mainH1 {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Arsenal', sans-serif;
}

.h2Heading {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 1px 0px 0 #000000;
}

.h3Heading {
    font-size: 26px;
    font-weight: 900;
}

.h4Heading {
    font-size: 28px;
    font-weight: 900;
    font-family: 'Arsenal';
}

.h5Heading {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arsenal' !important;
}

body>section.sectionFour>div>div.row.text-center.mt-2>div>div>div>div.flip-card-back.d-flex.align-items-center>p {
    font-size: 19px;
}

.h6Heading {
    color: #fff;
    font-size: 23px;
}

.para {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Arsenal';
}

.parablack {
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 32px;
    font-family: 'Arsenal';
}

@media(max-width:767px) {
    .para {
        text-align: center;
    }
}

.btn-theme {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    /* box-shadow: 0px -2px 0 #0c2d2a; */
}

.bg-theme-blue {
    background-color: #f6921e;
}

.btn.bg-theme-blue:hover {
    transition: .3s ease-in-out;
    color: #fff;
    background-color: #000;
}

.bg-theme-white {
    color: #00aea9;
    background-color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn.bg-theme-white:hover {
    transition: .3s ease-in-out;
    color: #255752;
    background-color: #fff;
}

.hrBlue {
    width: 200px;
}

.colorTheme {
    color: #000;
    transition: .3s ease-in-out;
    text-decoration: underline;
}

.pricepage {
    color: rgb(0, 0, 0);
    transition: .3s ease-in-out;
    text-decoration: underline;
}

.section6 {
    background-color: #f6921e;
    color: #fff;
    text-align: center;
}

.section7 {
    background-color: #f7f7f7;
}

.footer-img {
    max-width: 300px;
}

.roundedBtn {
    border-radius: 20px;
}

.btn-white {
    background-color: #fff;
    color: #000;
}

.border-radius-20 {
    border-radius: 20px;
}

.modalClose {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    z-index: 999;
}

#modalForDiscount .modal-content {
    background-color: #255752;
    background: url('../img/popup.jpg')no-repeat center/cover;
    padding-bottom: 25px;
    border-radius: 50px;
}

@media(max-width:1200px) {
    #modalForDiscount .modal-content {
        background: none;
        background-color: #255752;
    }
}

.cursor-pointer {
    cursor: pointer;
}

#modalForDiscount .modal-content .mainH1 {
    font-size: 45px;
}

#modalForDiscount .modal-para {
    font-size: 19px;
    margin-bottom: 50px;
}

#modalForDiscount .modal-fom .form-control {
    height: 45px;
    margin-bottom: 22.5px;
}

#modalForDiscount .modal-fom textarea.form-control {
    height: 180px;
}

#modalForDiscount .btn-modal {
    font-size: 17px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}

#modalForDiscount .modal-check-para {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block;
}

@media(max-width:1000px) {
    #modalForOrder .modal-content {
        background: none;
        background-color: #39409b;
    }
}

#modalForOrder .modal-content .mainH1 {
    font-size: 45px;
}

#modalForOrder .modal-para {
    font-size: 19px;
    margin-bottom: 50px;
}

#modalForOrder .modal-fom .form-control {
    height: 45px;
    margin-bottom: 22.5px;
}

#modalForOrder .modal-fom textarea.form-control {
    height: 180px;
}

#modalForOrder .btn-modal {
    font-size: 17px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}

#modalForOrder .modal-check-para {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block;
}

.close {
    color: #fff !important;
}


/* Uzair */

@media only screen and (max-width: 767px) {
    .h3Heading {
        font-size: 18px;
    }
    .mainH1 {
        font-size: 35px;
    }
    .h6Heading {
        font-size: 14px;
    }
    .owl-carousel .owl-item img {
        width: 100% !important;
    }
    .footer-img {
        max-width: 220px;
    }
    .section2 .btn-theme {
        padding: 8px 15px;
        margin: 0 auto;
        display: inline-block;
    }
    .btn-theme {
        padding: 8px 15px;
    }
    #owl-demo .item .row .p-5 {
        padding: 2rem 2rem 1rem !important;
        text-align: center;
    }
    #owl-demo .item .btn-theme {
        margin: auto;
        display: inherit;
    }
    section {
        padding: 35px 0 !important;
        position: relative;
    }
    .section {
        padding: 35px 0 !important;
        position: relative;
    }
    
    .mobile_header {    display: block;
    padding: 10px 0 !important;
    position: fixed;
    z-index: 9999;
    background: #fff;
}
    
    .mobile_header img {
    width: 40%;
    }
    
    a.blink_me.mob_only {
    float: right;
    padding: 10px 0 0 0;
    color: #00aea9;
    font-weight: 600;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
    
    
    #modalCoupon .modal-content {
    margin: 110px 0 0 0;}
    
}


/*mega menu style*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    top: 50px;
    width: 680px;
    z-index: 1;
    box-shadow: 6px 6px 70px #0009;
}

.dropdown-content .rowForCat {
    padding: 33px;
}

.headingOnMenu {
    text-align: left;
    font-size: 22px;
    font-family: "Nunitio", sans-serif;
}

.catOnMenu {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #255752;
    text-align: left;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #255752;
}

.dropdown-content a {
    display: block;
    text-align: left;
    color: #000;
}

.dropdown-content .header {
    background: #255752;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.contentRightDes {
    padding: 10px;
}

.contentRightDes p {
    text-align: left;
}

.web-header ul li ul {
    padding: 0;
}

.web-header ul li ul li {
    line-height: 20px;
    display: flex;
}

.web-header ul li ul li i {
    font-size: 8px;
}

.web-header ul li ul li a {
    width: 100%;
}

.web-header ul li ul li p span {
    font-size: 20px;
    font-weight: 700;
    color: #255752;
    line-height: 40px;
}

.web-header ul li ul li p {
    display: none;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    right: 0;
    max-width: 70%;
    padding-left: 20px;
    text-transform: initial;
    text-align: left;
    padding-right: 50px;
    top: 25%;
}

.web-header ul li ul li:hover p {
    display: block;
    transition: .3s ease-in-out;
}

.web-header .nav-item:hover .dropdown-content {
    display: block;
}

@media(max-width:1082px) {
    .dropdown-content {
        display: none!important;
    }
}

@media(max-width:1199px) {
    .para {
        font-size: 14px;
    }
    @media(max-width:991px) {}
    @media(max-width:767px) {
        /* #navbar > div > nav > a > img{
        width: 100% !important;
    } */
        #navbar>div>nav>a {
            width: 50%;
        }
        .navbar-nav {
            background-color: #255752;
            padding: 10px;
        }
        .h2Heading {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
        }
        .h4Heading {
            font-size: 18px;
            font-weight: 600;
        }
        section {
            padding: 15px 0;
        }
        .btn-modal {
            padding: 14px 35px;
        }
        .font-45,
        .font-40 {
            font-size: 28px;
            text-align: center;
        }
        .font-15 {
            line-height: 22px;
            text-align: center;
        }
        .font-20 {
            font-size: 17px;
            text-align: center;
        }
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-toggler {
        border: 1px solid #fff;
    }
}

.backlink {
    color: #255752;
}

.backlink:hover {
    text-decoration: none;
    color: #454ab6;
}

.btn {
    font-weight: 900;
}

body>section.comp-section>img {
    width: 100%;
}

.first-color {
    color: #00996d;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: #00aea9;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    background: #00aea9;
    padding: 15px 30px 15px 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #00aea9;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    background: #00aea9;
    padding: 15px 20px 15px 15px;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #00aea9;
    top: 60px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floating_wrap {
    position: fixed;
    right: 0px;
    top: 140px;
    z-index: 99;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}

.floatbutton .buttonclick {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    /* box-shadow: -20px 0 35px var(--third-color); */
    border-radius: 50% 0% 0 50%;
    background: #35625F;
    display: inline-block;
    padding-top: 0px;
}

.floatbutton.visible .buttonclick {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 265px;
    font-size: 0;
    width: 420px;
    z-index: 99;
}

.floating_wrap {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floating_wrap.visible {
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    border-radius: 50% 0% 0 50%;
    background: #00aea9;
    display: inline-block;
    padding-top: 0px;
}

.floatbutton .buttonclick .crossplus {
    position: relative;
    display: block;
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus.rotate {
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .buttonclick .crossplus p {
    font-size: 20px;
    width: 250px;
    top: 0px;
    position: relative;
    margin-top: 194px;
    background: #00aea9;
    height: 55px;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: right;
    /* padding-right: 25px; */
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    left: -4px;
    background-color: #00aea9;
}

.floatbutton .buttonclick .crossplus {
    transform: rotate(-90deg);
}

.crossplus p a:hover {
    color: #ffffff;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.icon-chat:before {
    content: "\f086";
}

.icon-phone2:before {
    content: "\f0e0";
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .floating_wrap {
        display: none!important;
    }
    .floatbutton {
        display: none!important;
    }
}
.bannerform-heading h3 span {
    color: #f6921e;
}


html {
    overflow-x: hidden;
}


/*==============floating strips css start============== */
.floatbutton.active{right: 0;z-index: 9;-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton{-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;position: fixed;right: -370px;top: 18%;font-size: 0;width: 420px;/* transform: translateY(-50%); */z-index: 999;}
.floatbutton .clickbutton{width: 50px;z-index: 999;height: 200px;cursor: pointer;box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);border-radius: 3px 0px 0px 3px;border-radius: 10px 0px 0px 10px;display: inline-block;padding-top: 0;vertical-align: top;margin-top: 125px;color: #fff;font-size: 16px;font-weight: 700;position: relative;text-transform: uppercase;background-color: #f6921e;box-shadow: 0px 0px 40px #00000026;-webkit-box-shadow: 0px 0px 40px #00000026;-ms-box-shadow: 0px 0px 40px #00000026;-o-box-shadow: 0px 0px 40px #00000026;}
.floatbutton .clickbutton .crossplus:before{content: ""; display:none;position: absolute;width: 20px;height: 2px;right: 0;background: #fbb334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus:after{content: ""; display:none;position: absolute;width: 2px;height: 20px;right: 0;background: #fab334;z-index: 99;top: 0;left: 0;bottom: 0;margin: auto;}
.floatbutton .clickbutton .crossplus{position: absolute;display: block;transform: rotate(-90deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;left: -45px;white-space: pre;bottom: 87px;}
.floatbutton .clickbutton .crossplus.rotate{transform: rotate(45deg);-webkit-transition: 0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;transition: 0.4s;}
.floatbutton .clickbutton .crossplus i {font-size: 18px;color: #ffffff;margin: 17px 0 0 15px;}
.banner-form{background: #fff;padding: 30px;position: relative;z-index: 99999 !important;border-radius: 5px;margin: 0;width: 370px;display: inline-block;box-shadow: 0px 0px 30px #0000001f;}
.ban-form input{width: 100%;margin: 0 0 0 0;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;height: 50px;font-weight: 400;outline: none !important;margin: 0 0 15px 0;}
.banner-form .intl-tel-input{width: 100%;}
.banner-form h3 {color: #141315;font-size: 24px;margin-bottom: 5px;font-weight: 700;}
.banner-form h3 strong {font: 24px/24px "Poppins", sans-serif;font-weight: 600;}
.ban-form input[type="submit"]{color: #fff;font-weight: 600;border-radius: 3px;text-align: center;padding: 10px 15px;margin: 20px 0 0;border: transparent;cursor: pointer;background-color: #f6921e;}
.ban-form textarea{width: 100%;border: 1px solid #e5e5e5;background: white;padding: 10px 15px;color: gray;font-size: 14px;border-radius: 3px;font-weight: 400;height: 120px;outline: none !important;margin: 15px 0 0px 0;resize: none;}
.btns_wrap{position:fixed;right: -6px;}
.btns_wrap a:hover{text-decoration: none!important;right: 0px;}
.btns_wrap .call_wrap{width: 280px;background-color: #f6921e;position: absolute;right: -225px;top: 63px;border-radius: 3px 0px 0px 3px;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 9999;color: #fff;border-radius: 10px 0px 0px 10px;}
.btns_wrap .call_wrap span{color: #fff;font-size: 20px;vertical-align: middle;/* background: #000; */padding: 15px 20px 15px 15px;}
.btns_wrap .chat_wrap{display: block;position: absolute;right: -225px;width: 280px;background-color: #f6921e;top: 0;overflow: hidden;box-shadow: 0px 0px 40px #00000026 !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;border-radius: 10px 0px 0px 12px;z-index: 9999;}
.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo{color: #fff;font-size: 18px;padding: 15px 20px;border-right: 1px solid #ded9d9;vertical-align: middle;display: inline-block;border-radius: 10px 0px 0px 10px;}
.btns_wrap .chat_wrap span{FONT-VARIANT: JIS78;color: #fff;font-size: 14px;vertical-align: middle;/* background: #000; */padding: 15px 30px 15px 15px;font-weight: 800;}
.ban-form .fldset.inpchecbx label{display: inline-block;margin: 0;line-height: 1.4;color: #676767;font-size: 13px;}
.ban-form .fldset.inpchecbx input{display: inline-block;width: auto;height: auto;margin: 0;}
.fldset.inpchecbx {margin: 10px 0 0 0;}
.fldset p{font-size: 13px;color: #676767;padding: 0;margin: 10px 0 0 0;}
.fldset p a{display: block; padding: 5px 0px 0 0; color: #141315; font-weight: 500; font-size: 14px; }
.main-services-banner-sec .ban-form .fldset  textarea{height: 60px;}
.main-services-banner-sec .ban-form input{height: 40px}
.intl-tel-input .country-list .country{font-size:14px;}
/*===================floating strips css end =================*/

.section1 .ban-form input {
    background: transparent;
}

.section1 .ban-form input[type="submit"] {
    background: #f6921e;
}

.floatbutton .ban-form {
    margin: 0 !important;
}

hr.hrBlue.ml-1.bg-theme-blue.d-none.d-md-block {
    height: 2px;
    background-color: #f6921ede !important;
}



button.btn.btn-theme.bg-theme-white.mt-4.btnForm {
    color: #f6921e;
}



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff !important;
    background: #000 !important;
}
.btn:not(:disabled):not(.disabled):hover {
    cursor: pointer;
    color: #fb9035 !important;
    background: #f0f0f0 !important;
}
button.btn.btn-theme.bg-theme-blue.btnForm {
    background: #f08e1d !important;
    color: #fff;
}
button.btn.btn-theme.bg-theme-blue.btnForm:hover {
    background: #000 !important;
    color: #fff !important;
}
button.btn.text-white.bg-theme-blue.btnFormRequest:hover {
    color: #000 !important;
}

.fldset input::placeholder {
    color: #000;
}