body {font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 14px; scroll-behavior: smooth;  overflow-x: hidden; line-height: 24px;}

.main-btn{padding: 13px 30px; font-size: 15px; font-weight: 500; background-color: #004c4b; color: #fff; text-transform: capitalize; -webkit-transition: 0.5s; transition: 0.5s; border-radius: 0; text-decoration: none;}
.main-btn:hover{color: #fff;}

.mybtn {border: 1px solid #fff; background-color: #004c4b; color: #fff; text-decoration: none; padding: 9px 28px; display: inline-block; border-radius: 6px; font-weight: 500; letter-spacing: .5px;}
.mybtn:hover{color: #fff;}

.main-sub-heading {font-weight: bold; font-size: 16px; color: #ff712d; display: inline-block; margin-bottom: 4px;}
.main-heading{font-size: 26px; font-weight: bold; margin-bottom: 30px; padding-bottom: 12px; position: relative; text-align: center; color: #077675;}
.main-heading::after{content: ""; position: absolute; display: block; width: 50px; height: 3px; background:#077675; left: 0; right: 0; bottom: 0; margin: auto;}
.heading-bottontext {max-width: 850px; margin: 0px auto 24px; text-align: center; line-height: 26px;}

.page-heading{text-align: left; margin-bottom: 16px; font-size: 20px; font-weight: bold; padding-bottom: 12px; position: relative;}

.page-heading::after{content: ""; position: absolute; display: block; width: 35px; height: 3px; background:#077675; bottom: 0; margin: auto;}

.mymt{margin-top: 60px;}

.responsive-img{width: 100%; height: auto;}


.mynavbar .navbar {padding: 5px 0;}
.mynavbar .navbar-brand img {width: 200px; height: auto;} 

.head-tfn {margin-left: 2%;}
.head-tfn .call-icon {width: 40px; height: auto; display: inline-block; margin-right: 6px;}
.head-tfn .call-icon img {width: 100%; height: auto;}
.head-tfn a {font-size: 18px; color: #011c3c; text-decoration: none; font-weight: 600; display: flex; align-items: center;}
.callustext {font-size: 18px; letter-spacing: .5px; color: #00abea;}
.callustext .head-callus {display: block; font-size: 13px; color: #000; margin-bottom: -3px; text-align: center;}


/***************** Navbar Css Start **********************/

header {position: fixed; top: 0; left: 0; width: 100%; z-index: 10; background-color:rgb(255, 255, 255, .9); box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);}

.mynavbar ul.navbar-nav li.nav-item {margin: 0 2px;}
.mynavbar ul.navbar-nav a.nav-link {color: #000000; font-size: 16px; padding: 12px 20px; margin-right: 15px; text-transform: capitalize; font-weight: 500; border-radius: 8px; position: relative;
    transition: all ease .5s;}

.mynavbar ul.navbar-nav a.nav-link:before {position: absolute; content: ""; left: 0; bottom: 0; width: 100%; height: 1px; transform: scaleX(0); background: #00a9e6; transition: 0.5s;}
.mynavbar ul.navbar-nav a.nav-link:hover:before{transform: scaleX(1);}
.mynavbar ul.navbar-nav a.nav-link:hover{color: #00a9e6;}
.mynavbar ul.navbar-nav a.nav-link.active {color: #00a9e6;}
.mynavbar ul.navbar-nav a.nav-link.active:before{transform: scaleX(1);}

.mynavbar .navbar-toggler {background: #004c50; padding: 4px 10px;}
.mynavbar .navbar-toggler span {background-image: none; background-color: #fff; width: 25px; height: 2px; margin: 6px 0; display: block;}
.mynavbar .navbar-brand {margin-right: 0;}
/***************** Navbar Css End **********************/

/***************** Country Drop Css Start **********************/
.countrydrop-down ul {list-style: none; background: #28b3b1; color: #fff; padding: 12px; position: relative; top: 8px; border-radius: 5px;}
.countrydrop-down > ul{cursor: pointer;}
.countrydrop-down ul li{font-size: 14px;}
.countrydrop-down ul li span {font-weight: 500;}
.countrydrop-down ul li span i {font-size: 11px; margin-left: 2px;}
.countrydrop-down ul li span i:before {font-weight: 600 !important;}
.countrydrop-down ul ul {position: absolute; z-index: 99999; top: 44px; right: 0; width: 200px; background: #fff; padding: 10px 8px 6px; box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75); display:none}
.countrydrop-down ul ul li {margin-bottom: 5px; text-align: center;}
.countrydrop-down ul ul li a {display: block; padding: 10px; border-radius: 3px; text-decoration: none; color: #fff; background: #04a5a4;}
.countrydrop-down ul ul li a:hover {background: #f67173;}
/* .countrydrop-down > ul:hover ul{display: block;} */
.countrydrop-down ul ul.showcountrydrop{display: block;}

/***************** Country Drop Css End **********************/


.main-banner-section {height: 600px; position: relative; overflow: hidden; z-index: 1;  background-image: url(../images/main-banner-bg.webp); background-repeat: no-repeat;  background-size: cover; background-position: top center;}
.main-banner-section .hero-banner{position: absolute; width: 100%; height: auto; transform: scale(1.2) translate(5%, -1%);}

/* .main-banner-section:before {content: ""; background: rgba(0, 0, 0, 0.10); position: absolute; bottom: 0; top: 0; left: 0; right: 0; z-index: 1;}  */

.main-banner-section .banner-content {position: absolute; bottom: 30%; z-index: 9; width: 35%; text-align: left; color: #fff; max-width: 700px; margin: 0 auto;  padding: 24px 20px; /*background: rgba(71, 159, 161, .9);*/ border-radius: 10px;}

.banner-heading {font-size: 28px; font-weight: bold; color: #077675; line-height: 36px;}
.banner-content p {font-weight: 400; line-height: 26px; margin-top: 20px; font-size: 16px; color: #000;}


/***************** Explore Section Css Start **********************/
.exploreright-sec {padding: 0 0 0 15%; display: flex; gap: 3%; align-items: flex-start;}
.exploreright-sec img {width: 100%; height: auto; border-radius: 10px;}


.exploreleft-sec .main-heading {text-align: left; font-size: 34px; line-height: 45px;}
.exploreleft-sec .main-heading:after {right: inherit;}
/***************** Explore Section Css end **********************/



/***************** Our Service Section Css Start **********************/
.our-services .service-col {margin: 15px 0 20px; text-align: center;}
.our-services .service-col .service-icon{display: flex; width: 80px; height: 80px; background: #009ace; align-items: center; justify-content: center;  border-radius: 100%;
        margin: 0 auto 15px;}
.our-services .service-col .service-icon img{width: 45px; height: auto;}
.our-services .service-col .service-content .service-col-heading {font-weight: 600; font-size: 18px; margin-bottom: 6px; display: block; color: #005B80;}
/***************** Our Service Section Css End **********************/



/***************** Our Testimonials Section Css Start **********************/
.our-testimonials {padding: 0px 0;}
.testimonials-col {background: #f5f5f5; padding: 22px 10px; text-align: center; border-radius: 10px; margin-bottom: 20px;}

.testimonials-content .client-info { display: flex; justify-content: center; align-items: center; gap: 3%;text-align: left; margin-top: 20px;}
.testimonials-content .user-img img {width: 65px; height: auto;}
.testimonials-content .client-info .user-name {margin-bottom: 0; font-weight: 600; font-size: 15px; text-align: left;}
.testimonials-content .client-info .user-name span {display: block; font-weight: 400; font-size: 13px;}

/***************** Our Testimonials Section Css Start **********************/



/***************** Call Us banner Section Css Start **********************/
.home-callus-banner img {width: 100%; height: auto;}
.callus-mobile{display: none;}


/* .home-callus-banner {background: #011c3c;} */
.callusbanner-row {display: flex; align-items: center; background: #001b3a; justify-content: space-between; overflow: hidden; border-radius: 10px;}
.callusbanner-row .callus-banner-colleft{width: 50%; color: #fff;}


.callusbanner-row .callus-banner-colright{width: 50%; position: relative;}

.callus-cantent {position: absolute; z-index: 9; top: 0; background: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; padding: 75px 60px 45px; color: #fff;}
.callus-cantent .callussubheaing {color: #6ed9ff; font-weight: 600; display: inline-block; margin-bottom: 18px;}
.callus-cantent .callusheaing {font-size: 30px; font-weight: bold; letter-spacing: .8px;}
.callus-cantent .callusheaing span {display: block; margin-top: 20px;}
.callus-cantent .callusdes{font-size: 20px; margin: 30px 0; line-height: 30px;}

.callus-cantent a {background: #ffff; padding: 18px 20px; font-size: 20px; border-radius: 8px; color: #004d4a; font-weight: bold; letter-spacing: 0; text-decoration: none; display: inline-block; margin-top: 20px;}
.callus-cantent a:hover {background: #00a7e2; color: #fff;}    


/***************** Call Us banner Section Css End **********************/


/***************** Homefixtfn Section Css Start **********************/
.homefixtfn {position: fixed; z-index: 9999; background: #005B85; bottom: 25%; text-align: center; padding: 10px 6px; letter-spacing: .5px; width: 212px;
    right: 7px; border-radius: 7px; box-shadow: -1px 3px 4px -4px rgba(0, 0, 0, 0.75); display: none;}

.homefixtfn a {color: #fff; text-decoration: none; font-size: 17px; display: block; font-weight: 600;}
.homefixtfn img {width: 24px; height: auto; position: relative; top: -1px; vertical-align: middle;}
/***************** Homefixtfn Section Css Start **********************/


/***************** Popular Destination Section Css Start **********************/

/*.popdesti-section .popdesti-imgcol {position: relative; overflow: hidden; border-radius: 12px;}
.popdesti-section .popdesti-imgcol .desti-city {position: absolute; bottom: 12px; z-index: 1; right: 12px; background: #fff; padding: 8px 10px; color: #269897; font-size: 16px; font-weight: 600; border-radius: 5px;} */

.homedestination-place .homedestination-row {display: flex; gap:5%; align-items: center;}
.homedestination-place .homedestination-row .homedestination-leftcol {width: 35%;}
.homedestination-place .homedestination-row .homedestination-leftcol img {width: 100%; height: auto;}

.homedestination-place .homedestination-row .homedestination-rightcol {width: 65%;}
.homedestination-rightcol img{width:100%; height: auto; border-radius: 5px;}
.homedestination-place .destination-place-row {display: flex; gap: 1%; flex-wrap: wrap;}
.homedestination-place .destination-place-row .destination-place-col {width: 32%; margin-bottom: 5px; position: relative;}
.homedestination-place .destination-place-row .destination-place-col .destination-name {position: absolute; left: 0; right: 0; bottom: 0px;
    margin: 0 auto; width: 100%; text-align: center; background: rgba(0,167,226,.9); padding: 10px; letter-spacing: .5px; color: #fff;
    font-weight: 600; font-size: 18px; border-radius: 0 0 5px 5px;}


/***************** Popular Destination Section Css End ***********************/




/***************** tfncall Section Css Start **********************/
.tfncall {height: 70px; width: 70px; background-color: #00a9e6; border-radius: 50%; display: flex; justify-content: center; align-items: center; position: fixed; right: 30px; bottom: 25%; z-index: 99;}
.tfncall::before {content: ""; position: absolute; border: 1px solid #00a9e6; width: calc(100% + 10px); height: calc(100% + 10px); border-radius: 50%; animation: pulse 1s linear infinite; z-index: -1;}   
.tfncall::after {content: ""; position: absolute; border: 1px solid #00a9e6; width: calc(100% + 10px); height: calc(100% + 10px); border-radius: 50%; animation: pulse 1s linear infinite; animation-delay: 0.3s; z-index: -1;}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    
    50% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.tfncall i {color: #fff; font-size: 30px;}
/***************** tfncall Section Css Start **********************/


/*********** Offer Modal Css Start ***********/
.offer-popup-modal {
    display: none;
    position: fixed; 
    z-index: 9999; 
    padding: 100px 15px 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Modal Content */
  .offer-popup-modal .modal-content {position: relative; background-color: #f3f3f3; margin: auto; padding: 0; border: 1px solid #888; max-width: 550px; border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
 .offerclose {color: #000; position: absolute; font-size: 28px; font-weight: bold; right: 1px; padding: 5px 10px; z-index: 2;}
 .offerclose:hover, .offerclose:focus {color: #df2d1d; text-decoration: none; cursor: pointer;}
  /* .offer-popup-modal .modal-body {padding: 2px 16px;} */
.poptfn-offer {text-align: center; padding: 22px 30px; font-size: 16px;}
.poptfn-offer .top-titie {font-weight: 600; font-size: 28px; color: #011c3c; margin-top: 10px;}


.poptfn-offer .poptfnbtn {display: inline-block; background: #eb6861; color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 5px; font-size: 22px;
    margin-top: 6px; letter-spacing: .8px; font-weight: 600; width: 98%;}
 .poptfn-offer .poptfnbtn:hover{background: #011c3c;} 
.poptfn-offer .poptfnbtn img {width: 27px; height: auto; vertical-align: middle; position: relative; top: -1px;}

.popdata-list{text-align: left; margin-top: 40px; letter-spacing: .5px;}
.popdatalist-title{font-size: 17px; font-weight: bold;}

.popdata-list ul {list-style: none; padding-left: 0;}
.popdata-list ul li {display: flex; gap: 2%;}
.popdata-list .popdatalist-icon {font-size: 28px; color: #fff; display: inline-block; width: 50px; height: 50px; text-align: center; background: #379b98; border-radius: 100%;
    line-height: 52px;}
.popdatalist-content .popdatalistfirst{display: block; font-size: 15px;}
.popdatalist-content .popdatalistsecond{display: inline-block; font-weight: bold; margin-top: 5px;}

/*********** Offer Modal Css Start ***********/



/***************** footer Css Start **********************/
footer {background: #025755; padding: 30px 0 15px; color: #fff;}
.foot-logo {margin-bottom: 10px;}
.foot-logo img {width: 100px; height: auto;}
.foot-logo-sec p {font-size: 13px; margin-bottom: 18px; padding-right: 12px;}
footer .social-links{display: flex;}
footer .social-links a {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;  border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 16px; color: rgba(255, 255, 255, 0.7); margin-right: 10px; transition: 0.3s;}
footer .social-links a:hover {border: 1px solid #fe8a2b; color: #fe8a2b;}

footer h5, .foot-nav-head {font-size: 16px; font-weight: bold; margin-bottom: 12px; margin-top: 0px; position: relative;}
footer h5:after, .foot-nav-head:after {content: ""; width: 10px; height: 2px; background: #00a9e6; position: absolute; bottom: -5px; left: 0;}
footer ul {padding-left: 0; list-style: none; margin-top: 20px;}
footer ul li {margin: 8px 0;}
footer ul li a{text-decoration: none; color: #fff; color: #fff;}
footer ul li a:hover {color: #00a9e6;}
.foot-info {margin-top: 20px;}
.foot-info p {margin-bottom: 12px; display: flex;}
.foot-info p a {color: #fff; text-decoration: none;}
.foot-info p i {font-size: 13px; color: #00a9e6; margin-right: 5px;}

.foot-disclaimer {text-align: center; line-height: 22px; color: #fff; font-size: 13px; margin-top: 20px;}
.foot-certified {text-align: center; margin: 20px 0 0;}
.foot-certified img {width: 400px; height: auto;}
footer .copyrighttext {text-align: center; margin: 20px 0 0; font-size: 11px; letter-spacing: .8px; color: rgba(255, 255, 255, 0.7);}
/***************** footer Css End **********************/


/*********************** Inner Page Css Start ************************************/
.inner-banner {height: 200px; background: #004b4c; position: relative;}
.inner-banner .banner-content {position: absolute; bottom: 25%; left: 0; right: 0; text-align: center;}
.inner-banner .banner-heading {font-size: 28px; margin-bottom: 0; color: #fff;}

.static-page-content {margin-top: 24px; line-height: 24px;}

.static-page-content ul, .static-page-content ol {padding-left: 20px;}
.static-content-section address {line-height: 26px;}
/*********************** Inner Page Css End ************************************/


/************************ Contact Page Css Start ***************************************/
.contact-details .contact-sec-heading {font-weight: 600; font-size: 22px; letter-spacing: .5px;}
.contact-details p {margin-top: 0; line-height: 24px; font-size: 14px;}

.contact-details-inner {width: 100%; margin-top: 25px; display: flex; flex-wrap: wrap;}
.info-contact-details {width: 33%; margin-bottom: 8px; padding: 12px; border-radius: 10px;  display: flex; letter-spacing: .6px;}
.contact-icon-text h4 {margin: 1px 0 4px; font-size: 16px; color: #011c3c; font-weight: bold;}
.contact-icon-text a {color: #000; font-size: 15px; text-decoration: none;}
.contact-icon-text p {margin-bottom: 0;}
.contact-icon i {font-size: 20px; color: #fff; float: left; width: 50px; height: 50px; background-color: #00a7e2;
    display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: all 0.3s ease-in-out;  margin-right: 10px;}
/* .info-contact-details:hover .contact-icon i {background: #fff; color: #269897;}  */

.contactpage .googleIframe { width:100%; height:450px }

/************************ Contact Page Css End ***************************************/


/************************ Single Page Css Start ***************************************/

.singlepage-ppc .priceguarantee-col img {width: 100%; height: auto;}
.singlepage-ppc .priceguarantee-col {position: relative; overflow: hidden; border-radius: 6px; margin-bottom: 30px;}
.singlepage-ppc .priceguarantee-col .caption {padding: 15px 12px 18px; background: #00696a; color: #fff;}
.singlepage-ppc .priceguarantee-col .caption .caption-heading {font-weight: 600; font-size: 24px; display: block;}
.singlepage-ppc .priceguarantee-col .caption p {margin-top: 12px; font-size: 16px; margin-bottom: 0;}


.flightbanner-sec {margin-top: 65px; background: #f7f7f7; padding: 10px;}
.flightbanner-sec .flightbanner-row {display: flex; align-items: center; gap: 2%;}
.flightbanner-sec .flightbanner-row .flightbanner-left {width: 48%;}
.flightbanner-sec .flightbanner-row .flightbanner-left h1 {font-weight: 600; max-width: 500px; color: #004d4c;}
.flightbanner-left .subheading {margin: 25px 0; font-size: 18px; font-weight: 600;}
.flightbanner-sec .flightbanner-row .flightbanner-left .mybtn {font-size: 22px; padding: 20px 45px; background-color: #00b0e0; font-weight: bold; border-radius: 30px;}
.flightbanner-sec .flightbanner-row .flightbanner-left .mybtn:hover{background-color: #004c4d;}


.flightbanner-sec .flightbanner-row .flightbanner-left ul {display: flex; padding-left: 0; gap: 2%; list-style: none; flex-wrap: wrap; row-gap: 22px;  margin: 30px 0; align-items: center;}
.flightbanner-sec .flightbanner-row .flightbanner-left ul li {font-size: 16px; color: #004c4a; font-weight: 600; width: 50%;}
.flightbanner-sec .flightbanner-row .flightbanner-left ul li:first-child, .flightbanner-sec .flightbanner-row .flightbanner-left ul li:nth-child(3) {width: 34%;}

.flightbanner-sec .flightbanner-row .flightbanner-right {width: 50%;}
.flightbanner-sec .flightbanner-row .flightbanner-right img {width: 100%; height: auto; border-radius: 5px;}

.flight-mobile-sec{display: none;}

/************************ Single Page Css End ***************************************/

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}


/* @media only screen and (min-width: 992px) and (max-width: 1200px) { } */

@media (max-width: 1199px) {
    .callus-cantent{padding: 31px 60px 45px;}
}

@media (max-width: 991px) {
    header{padding: 4px 0;}
    .mynavbar .navbar {padding: 0px 0;}
    .mynavbar ul.navbar-nav {background: #011c3c; border-radius: 7px; margin: 10px 0 10px; background: #004c50;}
    .mynavbar ul.navbar-nav a.nav-link {padding: 12px 12px; border-bottom: 1px solid #002729; color: #fff; border-radius: 0; margin-right: 0;}
    .mynavbar ul.navbar-nav a.nav-link.active{background: transparent; color: #fff;}
    .mynavbar ul.navbar-nav li:last-child a.nav-link {border-bottom: none;}
    .mynavbar ul.navbar-nav a.nav-link:before{background: none;}
    .mynavbar .navbar-brand img{width: 200px;}
    .head-tfn{display: none;}
    .main-banner-section{height: 500px;}
    .main-banner-section .banner-content{bottom: 12%; background: rgba(247, 247, 247, .8);}
    .banner-heading{font-size: 22px; line-height: 30px;}
    .banner-content p{font-size: 15px; line-height: 24px;}
    .main-heading{font-size: 24px;}

    .ourservices-leftsec p {padding-right: 0;}

    .homefixtfn {bottom: 0; width: 100%; border-radius: 0; right: 0; display: block;}

    .exploreright-sec img {width: 50%; margin: 0 auto 30px; }

    .exploreright-sec{padding: 0;}
    .callus-banner-colleft .callusheaing {font-size: 28px; line-height: 36px;}
    .callus-banner-colleft .callusdes {font-size: 18px; margin: 18px 0; line-height: 28px;}
    .callus-banner-colleft a{font-size: 20px;}

    .callusbanner-row{flex-wrap: wrap;}
    .callusbanner-row .callus-banner-colright {order:1; width: 100%;}
    .callusbanner-row .callus-banner-colleft {order:2;  width: 100%; padding: 20px; text-align: center; display: none;}

    .info-contact-details {width: 100%;}

    /************************ Single Page Css Start ***************************************/
    .flightbanner-sec {display: none;}
    .flight-mobile-sec{display: block;}
    .flight-mobile-sec .flightmobile-banner-sec {background: #f7f7f7; margin-top: 62px; padding: 15px 0; text-align: center;}
    .flight-mobile-sec .flightmobile-banner h2 {font-weight: 600; font-size: 1.5rem; line-height: 35px; color: #077675;}
    .flight-mobile-sec .flightmobile-banner-sec .flightmobile-img img {width: 100%; height: auto; border-radius: 8px;}
    .flight-mobile-sec .flightmobile-banner .subheading {font-size: 14px; font-weight: 600; margin-top: 10px;}

    .booking-changes-tab ul {list-style: none; display: flex; gap: 2%; padding-left: 0; flex-wrap: wrap; row-gap: 12px;}
    .booking-changes-tab ul li {width: 49%;}
    .booking-changes-tab ul li a {text-decoration: none; text-align: center; display: block; background: #f7f7f7; color: #007575; padding: 14px 12px; border-radius: 50px; font-size: 16px; box-shadow: 0px 2px 9px -2px rgba(159, 159, 159, 1); font-weight: 600;}

    .booking-changes-tab {margin-top: 20px;}
    .cta-btn{text-align: center; margin-top: 35px;}
    .cta-btn .mybtn {font-size: 22px; padding: 16px 30px; border-radius: 30px; background-color: #00a7e2;}
    .cta-btn p {margin-top: 10px; font-size: 15px; font-weight: 600;}

    .singlepage-ppc .head-tfn{display: block;}
    /************************ Single Page Css End ***************************************/

}

@media (max-width: 767px) {
    .mymt{margin-top: 40px;}
    
    .main-banner-section .banner-content {bottom: 25%; width: 75%; padding: 10px; left: 0; right: 0; text-align: center;}
    .main-banner-section .hero-banner{height: 100%; transform: scale(1.2) translate(5%, 8%);}
    .foot-certified img {width: 80%;}
    .callus-mobile{display: block;}
    .callus-desktop{display: none;}

    .exploreleft-sec .main-heading {text-align: left; font-size: 24px; line-height: 32px; }

    .poptfn-offer {padding: 22px 20px;}
    .poptfn-offer .give-text{font-size: 24px;}
    .poptfn-offer .poptfnbtn{ font-size: 22px;}

    .homedestination-place .homedestination-row .homedestination-leftcol {display: none;}
    .homedestination-place .homedestination-row .homedestination-rightcol {width: 100%;}
    .callus-cantent {padding: 10px 24px 10px;}

    footer h5, .foot-nav-head{margin-top: 12px;}
}


@media (max-width: 480px) {
    .main-banner-section {height: 400px;}
    .banner-heading {font-size: 18px; margin-bottom: 2px;}
    .main-banner-section .banner-content{bottom: 8%; padding: 10px 15px;}
    .banner-content p{margin-top: 0;}

 
    .tfncall {height: 56px; width: 56px; bottom: 30%; right: 15px;}
    .tfncall i {font-size: 24px;}

    .exploreright-sec img { width: 75%; margin: 0 auto 30px; }

    .callus-cantent .callussubheaing{margin-bottom: 10px;}
    .callus-cantent .callusheaing {font-size: 24px;}
    .callus-cantent .callusheaing span {margin-top: 8px;}
    .callus-cantent a{padding: 12px 20px; font-size: 16px; margin-top: 5px;}

    .homedestination-place .destination-place-row .destination-place-col {width: 49%;}

    /************************ Single Page Css Start ***************************************/
    .singlepage-ppc .mynavbar .navbar-brand img {width: 125px;}
    .singlepage-ppc .flightmobile-banner-sec{margin-top: 54px;}
    .singlepage-ppc .head-tfn .call-icon{width: 28px;}
    .singlepage-ppc .head-tfn a{font-size: 14px;}
    .singlepage-ppc .callustext {font-size: 16px;}
    .singlepage-ppc .callustext .head-callus{font-size: 11px;}
    
    .singlepage-ppc .booking-changes-tab ul li a{font-size: 14px;}

     /************************ Single Page Css End ***************************************/

}


@media (max-width: 378px) {
    .callus-cantent .callusheaing {font-size: 20px;}
}
