@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

.navbar-toggler:focus{
    outline: none!important;
    border-color: #160685!important;
}
body{
	background: #f5f5f5;
}
h1{
    font-family: 'Lato'!important;
    font-size: 36px!important;
    color: #fff;
    text-transform: uppercase;
}
h3{
	font-family: 'Lato'!important;
	font-size: 18px!important;
	font-weight: bold!important;
	color: #fff;
	text-transform: uppercase;
}
 h2{
	font-size: 42px!important;
	font-family: 'Lato'!important;
	margin-top: 2rem!important;
	margin-bottom: 1rem!important;
	color: rgb(32 67 133);
}

p{
	font-size: 16px!important;
	font-family: 'Montserrat'!important;
}
a{
	text-decoration: none!important;
}
.bg-color{
    background-color: #0579bb;
    height: 80vh;
}
.hero-img{
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-text p{
    color: white!important;
    font-size: 60px!important;
}
.hero-text-1 p{
    color: white!important;
    font-size: 48px!important;
}

.owl-nav .owl-next {
position: absolute;
color: #fff !important;
top: 36%;
margin-top: -10px;
font-size: 0 !important;
background: url(../images/next.png) no-repeat center center / contain !important;
width: 50px;
height: 50px;
}
.owl-nav .owl-prev {
position: absolute;
color: #fff !important;
top: 36%;
margin-top: -10px;
font-size: 0 !important;
background: url(../images/previous.png) no-repeat center center / contain !important;
width: 50px;
height: 50px;
}
.owl-carousel{
    width: 100%;
    height: auto;
    z-index: 1;
}
button.owl-prev {
    position: absolute;
    top: 45%;
    left: 2%;
    outline: none;
}
button.owl-next {
    position: absolute;
    top: 45%;
    right: 2%;
    outline: none;
}
.sl{
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
    object-position: center;
}

.book-now-btn{
    display: flex;
    align-items: center;
}
.book-now-btn h3{
    padding: 0px 0.5rem;
    font-size: 24px!important;
}
.book-now-btn img{
    padding: 0px 0.5rem;
}
.letters-offset{
    letter-spacing: 4px;
}

/* mobile navbar sidebar under lg breakpoint */
@media (max-width: 992px) {

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -60%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 60%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background: #224587!important;
    }
    a.nav-link{
        color: white!important;
    }
    button.close {
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: white;
    }
}
.btn-banner-1{
    background-color: #020202;
    color: white;
    font-size: 17px;
    font-family: 'Lato';
    padding: 13px 45px!important;
    border-radius: 30px;
    border:1px solid black;
}
.btn-banner-1:hover{
    background-color: transparent;
    border:1px solid white;
    color: white;
}
.img-ban{
    object-fit: cover;
    object-position: center center;
    width: auto;
}
.megamenu {
    position: static;

}

.megamenu .dropdown-menu {
    background: #224587;
    border: none;
    width: 100%;
}
.mega-services{
    font-family: 'Lato';
}
.mega-services li a{
    color: white!important;
}
.play-store{
     width: 170px;
    max-width: 170px;
    object-fit: cover;
    object-position: center;
}
.play-store img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.slide-1{
    width: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.slide-1 img{
    width: 100%;
}


.location-wrapper{
    object-fit: cover;
    object-position: center;
    max-height: 400px;
    width: 100%;
}

.location-wrapper img{
    width: 100%;
}
.work-wrapper p{
    font-size: 56px!important;
    color: white;
    text-transform: uppercase;
}
.work-location p{
    font-size: 36px!important;
    color: white;
    text-transform: uppercase;
}
.contact-info p{
    font-size: 36px!important;
    color: #224587;
    text-transform: uppercase;
}
.social-media{
    background: #224587;
    margin-top: 2rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-wrapper p{
    font-size: 30px!important;
    color: white;
    text-transform: uppercase;
    margin-top: 1rem;
}
.slide-inner {
    background-color: #224587;
    min-height: 85px;
    max-height: 400px;
    overflow: hidden;
    padding: 20px 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

#header{
	background: #f8f9fa;
	box-shadow: 5px 3px #cccc;
}
.nav-link{
	font-family: 'Lato'!important;
	font-size: 18px;
}
.nav-item{
	padding: 0px 20px!important ;
	color: rgb(33 71 136)!important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(32 67 133);
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0191d8;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: rgb(32 67 133);
}

/*.demo{ background: #333; }*/
.pricingTable{
    text-align: center;
    background: #0083ce;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover{
    background: #224587;
}
.pricingTable .pricingTable-header{
    padding: 25px 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover .pricingTable-header{
    color: #fff;
}
.pricingTable .icon{
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}
.pricingTable .title{
    display: block;
    font-size: 22px!important;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: 'Lato';
}
.pricingTable .price-value{
    display: inline-block;
    font-size: 17	px;
    position: relative;
    font-family: 'Lato';
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 13px;
    left: -19px;
}
.pricingTable .month{
    font-size: 20px;
    position: absolute;
    top: 32px;
    right: -65px;
}
.pricingTable .pricing-content{
    padding: 35px 0;
    background: #fff;
    border-radius: 30px 30px 0 0;
    color: #0083ce;
    border: 1px solid;
    font-family: 'Lato';
    height: 58vh;
}
.pricingTable .pricing-content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.pricingTable .pricing-content ul li{
    font-size: 14px;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 40px;
    border-radius: 30px;
    border: 1px solid #0083ce;
    font-size: 15px;
    font-weight: 600;
    color: #0083ce;
    transition: all 0.5s ease 0s;
    position: absolute;
    text-decoration: none;
    bottom: 13px;
    right: 22%;
}
.pricingTable .pricingTable-signup:hover{
    background: #224587;;
    border-color: #224587;
    color: #fff;
}
.fotter-apple{
    border-radius: 5px;
}
.fotter-play{
    border-radius: 5px;
}
.design-by{
    background-color: black;
    padding: 1%;
}
.copyright{
    color: white;
    font-size: 14px;
    text-align: center;
    /*font-weight: 600;*/
}

.copyright a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.copyright a:hover{
    color: #ff9f02;
}



@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}

.how-it-works{
	background: #224587;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.one {
	color:#fff;
	list-style:none;
	position: relative;
	padding-left:35px;
	line-height: 2;
	font-size:20px;
	font-family: 'Montserrat';
	display: flex;
	align-items: center;
}
.one:before {
	font-family:FontAwesome;
	position: absolute;
	left: 0;
	color: #fff;
	font-size:20px;
}
.one:before {
	content:"\f111"; 
}

#map-canvas{
  height: 400px;
  width: 100%;
  /*border: 3px solid black;*/
}
.contact-wrapper p{
	line-height: 1.5;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    font-family: 'Lato';
    border-bottom: 1px solid #61615e;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-control:focus{
	outline: none;
	border-color: #000;
	background: transparent;
	box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

button.btn {
    display: block;
    padding: 11px 32px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 30px 0px;
}

.btn-blue {
    background-color: #224587;
    font-family: 'Lato';
    color: #fff;
    border-radius: 30px;
}
.btn-blue:hover{
	color: #224587;
    /*check*/
    background-color: transparent;
    border-color: #224587;
}

footer{
	background-color: #224587;
	padding: 3rem!important;
}

.fab.fa-facebook{
	background-color: #fff;
    border-radius: 50%;
    padding: 12px;
    color: #3B5998;
}
.fab.fa-facebook:hover{
	background-color: #3B5998;
	color: #fff;
}
.fab.fa-instagram{
	background-color: #fff;
    color: #bc2a8d;
    border-radius: 50%;
    padding: 12px;
}
.fab.fa-instagram:hover{
	background-color: #bc2a8d;
	color: #fff;
}
.fab.fa-twitter{
	background-color: #fff;
    color: #3CF;
    border-radius: 50%;
    padding: 12px;
}
.fab.fa-twitter:hover{
	background-color: #3CF;
	color: #fff;
}

.f-contact p{
	color: #fff;
    font-size: 14px!important;
	line-height: 2.5;
    align-items: center;
}

.f-abt a{
	color: #fff;
	line-height: 2;
    align-items: center;
    text-decoration: none;
    margin-top: 5px;

}
.f-abt a:hover{
    color: white;
    border-width: 3px;
    border-bottom: 2px solid white!important;
}
.q-links p{
	color: #fff;
	line-height: 2;
    align-items: center;
}

.image{
    object-fit: cover;
    position: center;
}
/*================================ About page Start=======================================*/
.about-banner{
    padding: 3%;
    background-color: #2f5596;

}
.about-wrapper h2{
	font-size: 24px!important;
}
.about-wrapper p{
	line-height: 1.5;
}
.av-img img{
	height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
	border-radius: 100%;
}
.av-img{
	height: 200px;
	width: 200px;
	margin: 0 auto;
}
.about-heading{
    color: #244a8b;
    font-size: 18px!important;
    font-weight: 800;
}
/*================================= About page End=======================================*/
/*================================= Services Pgae Start =======================================*/
.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#custCarousel .carousel-indicators>li {
    width: 100px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

.carousel-item img {
    width: 100%;
}
.carousel-control-prev-icon{
	content: '';
    color: white;
    background: blue;
    background-image: none;
    border-radius: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.carousel-control-next-icon{
	content: '';
    color: white;
    background: blue;
    background-image: none;
    border-radius: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}	
.package-detail{
	font-family: 'Montserrat';
	line-height: 2;
	padding: 1rem;
}
.package-detail ul li{
	list-style-type: disc;
}
.package-detail a{
	width: 100%;
	padding: 12px;
}
.package-detail .card-title h3{
	color: rgb(32 67 133);
	font-weight: 600;
	margin-bottom: 0rem!important;
}


 .lightGallery {
     width: 100%;
 }

 .lightGallery .image-tile {
     position: relative;
     margin-bottom: 30px;
     /*margin-right: 10px;*/
 }
 #lightgallery a img{
 	width: 100%;
 	border-radius: 10px;
 	height: 275px;
 	object-fit: cover;
 	object-position: center;
 }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
    display: none;
}
.lg-sub-html {
    display: none;
}

/*================================= Services Pgae END =======================================*/
.modal-body{
    font-size: 18px;
    font-family: 'Lato';
}
.modal-title{
    border-bottom: none!important;
    color: #224587!important;
    text-align: center;
    font-size: 24px;
    font-family: 'Lato';
    font-weight:600;
}
.modal-header{
    background-color:  #224587;
}
.close span{
    color: white;
}

/*toggle button css*/
.anil_nepal{padding:1px 0px; width:100%; display:block;}
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
label {
    font-weight: inherit;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-left-right .switch-label {
    overflow: hidden;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #0089d2;
    text-align: left;
    padding-left: 50px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-label:before {
    content: attr(data-off);
    right: 12px;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 12px;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 20px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: #0089d2!important;
    left: -100px!important;
    opacity: 1;
    width: 100%!important;
 
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    border-radius: 20px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked ~ .switch-handle {
    left: 45px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
@media (max-width: 1440px) and (min-width: 1200px) {
   h1{
    font-size: 48px!important;
   }
    .pricingTable .pricing-content {
        height: 80vh;
    }
}

@media (max-width: 1024px){
    .pricingTable .pricingTable-signup {
        position: absolute;
        bottom: 19px;
        right: 18%;
    }
    .book-now-btn{
        height: 0px;
    }
    .hero-text-1 p {
        color: white!important;
        font-size: 35px!important;
    }
    .hero-text p {
        color: white!important;
        font-size: 35px!important;
    }
}
@media(max-width: 768px){
    .hero-text p {
        color: white!important;
        font-size: 24px!important;
    }
    .hero-text-1 p {
        color: white!important;
        font-size: 24px!important;
    }

    .contact-info p {
        font-size: 22px!important;
        color: #224587;
        text-transform: uppercase;
    }
    .owl-nav .owl-next {
        position: absolute;
        color: #fff !important;
        top: 35%;
        margin-top: -10px;
        font-size: 0 !important;
        background: url(../images/next.png) no-repeat center center / contain !important;
        width: 30px;
        height: 30px;
        right: 0;
    }
    .owl-nav .owl-prev {
        position: absolute;
        color: #fff !important;
        top: 35%;
        margin-top: -10px;
        font-size: 0 !important;
        background: url(../images/previous.png) no-repeat center center / contain !important;
        width: 30px;
        height: 30px;
        left: 0;
    }
    .slide-inner{
        width: 100%;
    }
    .how-it-works{
        height: auto;
        padding: 0!important;
    }
    .work-wrapper{
        margin-top: 2rem;
    }
    .work-location p {
        font-size: 20px!important;
        color: white;
        text-transform: uppercase;
    }
    .work-wrapper p {
        font-size: 40px!important;
        color: white;
        text-transform: uppercase;
    }
    .f-abt h3{
        display: none;
    }
     .f-contact h3{
        display: none;
    }
    .book-now-btn{
        height: 50px;
        margin-top: 1rem!important;
    }
    .book-now-btn h3 {
        /* padding: 0px 0.5rem; */
        font-size: 20px!important;
    }
    .bg-color {
        background-color: #0579bb;
        height: 70vh;
    }
    h2{
        font-size: 22px!important;
    }
    
    .pricingTable .pricing-content{
        height: 70vh;
    }
    .pricingTable .pricingTable-signup{
        position: absolute;
        bottom: 77px;
        right: 34%;
        padding: 8px 20px;
    }

    .col-md-3 {
        flex:none!important;
        max-width: 50%!important;
    }
    .services{
        margin-top: 7rem;
    }
    .play-store {
        width: 105px;
        max-width: 105px;
        object-fit: cover;
        object-position: center;
    }
    .download-wrapper p {
        font-size: 21px!important;
    }
    .work-wrapper p {
        font-size: 30px!important;
        color: white;
        text-transform: uppercase;
    }
    h3{
            font-size: 15px!important;
    }
}
@media(max-width: 700px){
    .bg-color{
       visibility: hidden;
    }
    .bg-mob{
        visibility: visible!important;
        background-image: url(../images/bg-mob-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-mob-2{
        visibility: visible!important;
        background-image: url(../images/bg-mob-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-mob-3{
        visibility: visible!important;
        background-image: url(../images/bg-mob-3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-h{
        visibility: visible!important;
    }
    .hero-img{
        visibility: hidden;
        height: 20vh;
    }
    .text-h {
        visibility: visible!important;
        text-align: center;
    }
    .hero-text-1 p {
        color: white!important;
        font-size: 24px!important;
        height: 50vh;
    }
    .hero-text p {
        color: white!important;
        font-size: 24px!important;
        height: 60vh;
        margin: auto;
        text-align: center;
        margin-top: 7rem;
    }
    .book-now-btn{
        height: 50px;
        margin-top: 1rem!important;
        text-align: center;
        justify-content: center!important;
    }
}
@media(max-width: 600px){
    .bg-color{
       visibility: hidden;
           height: 88vh;
    }
    .bg-mob{
        visibility: visible!important;
        background-image: url(../images/bg-mob-1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-mob-2{
        visibility: visible!important;
        background-image: url(../images/bg-mob-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-mob-3{
        visibility: visible!important;
        background-image: url(../images/bg-mob-3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .text-h{
        visibility: visible!important;
    }
    .hero-img{
        visibility: hidden;
        height: 18vh;
    }
    .text-h {
        visibility: visible!important;
        text-align: center;
    }
    .hero-text-1 p {
        color: white!important;
        font-size: 24px!important;
        height: 40vh;
    }
    .hero-text p {
        color: white!important;
        font-size: 24px!important;
        height: 60vh;
        margin: auto;
        text-align: center;
        margin-top: 7rem;
    }
    .book-now-btn{
        height: 50px;
        margin-top: 1rem!important;
        text-align: center;
        justify-content: center!important;
    }
    footer {
        background-color: #224587;
        padding: 30px 0rem!important;
    }
}
@media (max-width: 425px){
    .book-now-btn h3 {
        font-size: 15px!important;
    }
    .hero-text p {
        color: white!important;
        font-size: 24px!important;
        height: 40vh;
        margin: auto;
        text-align: center;
        margin-top: 8rem;
    }
    .bg-color {
        height: 80vh;
    }
   
    .about-us{
        margin-top: 7rem;
    }
    .services{
        margin-top: 3rem;
    }
    .about-banner {
        padding: 12%;
    }
    .package-detail{
        margin-bottom: 3rem;
    }
    .contact-section{
        display: none;
    }
    .mega-services {
        display: block!important;
    }
    ul.mega-services li {
        padding: 8px 0px!important;
    }
    h1{
        font-size: 22px!important;
    }
    .baner-heading span{
        margin-left: 0px!important;
    }
    .social{
        width: 80%;
        margin-left: 2rem!important;
    }
    .img-ban img{
        margin-top: 0px!important;
    }
    .book{
        margin-left: 2rem!important;
    }
    
    .pricingTable .pricing-content{
        height: 65vh;
    }
    .pricingTable .pricingTable-signup{
        position: relative;
        right: 0;
        top: 1px;
    }
    .top{
        margin-top: 3rem;
    }
    footer {
        text-align: center;
    }
    .q-links {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .col-md-3 {
        flex:none !important;
        max-width: 100% !important;
    }
    .copyright p{
        font-size: 14px!important;
    }
     .copyright span{
        margin-left: 24px!important;
    }
    .download-wrapper p {
        font-size: 24px!important;
    }
}
@media (max-width: 375px){
   
    .carousel-control-prev-icon {
            padding: 24px;
        }
    .carousel-control-next-icon {
            padding: 24px;
        }
}
@media(max-width: 320px){
    .owl-nav .owl-prev {
        display: none!important;
    }
    .owl-nav .owl-next {
        display: none!important;
    }
    .hero-text-1 p {
        color: white!important;
        font-size: 19px!important;
        height: 36vh!important;
    }
    .bg-color {
        /*visibility: hidden;*/
        height: 75vh!important;
    }
    .hero-text p {
        color: white!important;
        font-size: 24px!important;
        height: 37vh;
        margin: auto;
        text-align: center;
        margin-top: 7rem;
    }
    .book-now-btn h3 {
        /*padding: 0px 0.5rem;*/
        font-size: 16px!important;
    }
     .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 10px;
    }
   
     .carousel-control-prev-icon {
            padding: 20px;
        }
    .carousel-control-next-icon {
            padding: 20px;
        }
    .copyright p {
        font-size: 13px!important;
    }
    .copyright span{
        margin-left: 0px!important;
    }
}
