/* @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 #064877
}

#modalCoupon .modal-content {
    background-color: #064877;
    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: #064877;
}

.navBar {
    background-color: #064877;
    top: 44px;
}

.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 only screen and (max-width: 1200px){

    ul.ulCircle li{
        font-size: 18px !important;
    }

}

@media only screen and (max-width: 1199px){
    .section1 {
        height: auto !important;
    }

    header.sticky{
        top: 0 !important;
    }

    header.navBar {
        top: 40px;
    }
    
    header#navbar ul li a {
        padding: 0 !important;
        color: white;
        border-bottom: 1px solid white;
        border-width: 1px;
        width: 100%;
        padding: 5px 0px 5px 0 !important;
    }

.grayHeader .row .col-lg-7 p {
    font-size: 14px;
}
ul.ulCircle li {
    font-size: 13px !important;
    margin: 0 !important;
    font-weight: 600;
}div.section8 .col-md-2 {
    width: 50% !important;
}

div.section8 .col-md-2 img {
    width: 100%;
}

}

@media only screen and (max-width: 767px){
    .sliderr ul.book_slider.slick-initialized.slick-slider {
        padding: 0;
    }
    
    .sliderr ul li {
        margin: 0 10px 0 10px !important;
    }
    .section1 {
        height: 500px !important;
        background-position: center !important;
    }+
    header.navBar {
        top: 0;
    }
    .card {
        margin: 0 0 30px 0 !important;
    }
    
    ul.ulCircle {
        margin: 0 !important;
    }
}

@media(max-width:991px) {
    .mobileNavBar {
        background: #064877;
        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: #064877c9;
    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: 25px 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;
}

.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: #064877;
}

.btn.bg-theme-blue:hover {
    transition: .3s ease-in-out;
    color: #fff;
    background-color: #064877;
}

.bg-theme-white {
    color: #064877;
    background-color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn.bg-theme-white:hover {
    transition: .3s ease-in-out;
    color: #064877;
    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: #064877;
    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: #064877;
    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: #064877;
    }
}

.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;
    }
}


/*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: #064877;
    text-align: left;
}

.dropdown-content a:hover {
    text-decoration: none;
    color: #064877;
}

.dropdown-content a {
    display: block;
    text-align: left;
    color: #000;
}

.dropdown-content .header {
    background: #064877;
    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: #064877;
    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:768px) {
        /* #navbar > div > nav > a > img{
		width: 100% !important;
	} */
        #navbar>div>nav>a {
            width: 50%;
        }
        .navbar-nav {
            background-color: #000;
            padding: 10px;
            border-radius: 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: #064877;
}

.backlink:hover {
    text-decoration: none;
    color: #454ab6;
}

.btn {
    font-weight: 900;
}

body>section.comp-section>img {
    width: 100%;
}

.first-color {
    color: #064877;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo,
.floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #ffffff;
    background: #064877;
    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: #064877;
    padding: 15px 30px 15px 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #064877;
    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: #064877;
    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: #064877;
    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: 9%;
    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: #064877;
    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:15%;
    font-size: 0;
    width: 420px;
    z-index: 9;
}

.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: #064877;
    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: #064877;
    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: #064877;
}

.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;
    }
    header#navbar ul li a {
        color: black;
        padding: 5px 0px 5px 20px !important;
    }
    section.section7 {
        overflow-x: hidden !important;
    }
    .col-12.col-xl-11.padds.border-radius-20 {
        height: 450px !important;
    }
    section.section7 .col-md-12.text-center {
        padding: 0 0 0 0 !important;
        width: 90% !important;
        margin: 0 auto !important;
    }
}
.bannerform-heading h3 span {
    color: #00ffe5;
}