html{
    scroll-behavior: smooth;
}
html, body{
    margin: 0;
    padding: 0;
}
*,*::before, *::after{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    transition: ease-in-out .4s;
}
:root{
    --primaryClr: #0B3378;
    --primaryClrDark: #0A2759;
    --secondaryClr: #F42209;
    --secondaryClrDark: #dd1f0a;
    --c2d: #2d2d2d;
    --white: #ffffff;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--c2d);
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--c2d);
    margin: 0;
}
h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color: var(--primaryClrDark);
}
h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryClrDark);
}
.bnrRedBtn{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondaryClr);
    width: max-content;
    border: none;
    outline: none;
    height: 48px;
    transition: ease-in-out 0.4s;
}
.bnrRedBtn:hover{
    color: var(--white);
    background-color: var(--secondaryClrDark);
}
header .headTop{
    background-color: var(--primaryClr);
    padding: 9px 0;
}
header .headTop a.mail{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}
header .headTop a.phone{
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}
header .headTop p{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    margin: 0;
    text-align: center;
}
header .headTop a svg{
    margin-right: 11px;
}
header .logo{
    background-color: var(--white);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: -87px;
    z-index: 1;
    position: relative;
}
header .headFlag{
    padding-left: 15px;
    margin-left: 21px;
    border-left: 2px solid #F2F2F2;
    display: flex;
    align-items: center;
    height: max-content;
}
.headFlag img{
    max-width: 74px;
}
.headerLogoSec{
    padding-top: 3px;
}
header .headerMenu{
    justify-content: flex-end;
}
header .headerMenu nav{
    justify-content: flex-end;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item{
    margin-right: 39px;
    padding: 10px 0;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item:last-child{
    margin-right: 0px;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--c2d);
    padding: 0px;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link.active{
    color: var(--secondaryClr);
    border-bottom: 2px solid var(--secondaryClr);
}
.headerBannerHome{
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
}
.headerBannerHome::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 51, 120, 0.03);
    opacity: 3;
}
.headerBannerHome .headerBannerHomeSec{
    max-width: 608px;
    min-height: 674px;
    flex-direction: column;    
    z-index: 1;
    position: relative;
}
.headerBannerHome .headerBannerHomeSec h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #081A37;
    margin-bottom: 6px;
}
.headerBannerHome .headerBannerHomeSec h2 span{
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.headerBannerHome .headerBannerHomeSec .phNUm{
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    color: #2469E0;
}

.headerBannerHome .headerBannerHomeSec .subTextCmnTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--c2d);
    margin: 9px 0 0;
    text-align: left;
}
.headerBannerHome .headerBannerHomeSec .subTextCmnTitle span{
    display: block;
}
.subTextCmnTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white);
    margin: 9px 0 20px;
    text-align: center;
}
.subTextCmnTitle span{
    display: block;
}

.headerBannerHome .headerBannerHomeSec .bnrRedBtn{
    margin: 30px 0 22px;
}
.headerBannerHome .headerBannerHomeSec h1{
    font-family: 'ccsamaritanlower-uploadedfile';
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    color: var(--secondaryClr);
    margin-top: -10px;
    margin-bottom: 7px;
}
.headerBannerHome .headerBannerHomeSec h1 span{
    font-size: 32px;
    display: block;
}
.seeLink{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #2F70E0;
    text-decoration: underline;
}
.service .serviceArea{
    margin-top: -44px;
    z-index: 1;
    position: relative;
}
.service .serviceArea .serviceAreaSec{
    background: linear-gradient(to right,  rgba(11,51,120,1) 0%,rgba(27,72,151,1) 100%);
    text-align: center;
    padding: 33px 15px 35px;
}
.service .serviceArea .serviceAreaSec .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white);
    text-align: center;
    margin-top: 24px;
    text-transform: uppercase;
}
.service .serviceArea .serviceAreaSec .title span{
    display: block;
}
.service .serviceArea .serviceAreaSec .title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white);
    margin: 5px 0 0;
    text-transform: capitalize;
}
.highlightFeature{
    padding: 80px 0;
    position: relative;
}
.highlightFeature .picLeft{
    position: absolute;
    left: 13%;
    bottom: 0;
}
.highlightFeature .highlightFeatureArea{
    z-index: 1;
    position: relative;
}
.highlightFeature .highlightFeatureArea h1{
    font-family: 'ccsamaritanlower-uploadedfile';
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    color: var(--secondaryClr);
    margin-top: 0;
    max-width: 780px;
    margin: 0 auto 17px;
    text-align: center;
}
.highlightFeature .highlightFeatureArea h1 span{
    font-size: 27px;
}
.highlightFeature .highlightFeatureArea h2{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 47px;
}
.highlightFeature .highlightFeatureArea .cmnSpc{
    max-width: 1077px;
    margin: auto;
}
.highlightFeature .highlightFeatureArea .pic img{
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.34);
    width: 100%;
}
.highlightFeature .highlightFeatureArea ul{
    margin:0 0 0 21px;
    padding: 0;
}
.highlightFeature .highlightFeatureArea .highlightFeatureLft{
    max-width: 490px;
    padding-right: 20px;
}
.highlightFeature .highlightFeatureArea .highlightFeatureLft li{
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    line-height: 24px;
    color: #000000;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.highlightFeature .highlightFeatureArea .highlightFeatureLft li::after{
    position: absolute;
    content: "";
    left: -20px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--primaryClrDark);
    border-radius: 50%;
}
.highlightFeature .highlightFeatureArea .highlightFeatureRgt{
    max-width: 490px;
    padding-left: 20px;
    margin-left: auto;
}
.highlightFeature .highlightFeatureArea .highlightFeatureRgt li{
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
    color: #000000;
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}
.highlightFeature .highlightFeatureArea .highlightFeatureRgt li::after{
    position: absolute;
    content: "";
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: var(--primaryClrDark);
    border-radius: 50%;
}
.highlightFeature .highlightFeatureArea .cmnSpcTop{
    padding-top: 73px;
}
.highlightFeature .highlightFeatureArea .bnrRedBtn{
    margin: 42px auto 0;
}
.tripsGoing{
    background-color: #1A4795;
    padding: 80px 0;
    position: relative;
}
.tripsGoing .picLeft{
    position: absolute;
    left: 0;
    top: 0;
}
.tripsGoing .picRight{
    position: absolute;
    right: 0;
    bottom: 0;
}
.tripsGoing h2{
    color: var(--white);
    margin-bottom: 37px;
}
.tripsGoing .tripsGoingSlideArea .tripsGoingSlide{
    padding: 15px;
    background-color: var(--white);
    border-radius: 4px;
    max-width: 283px;
    width: 100%;
}
.tripsGoing .tripsGoingSlideArea .tripsGoingSlide .pic{
    width: 253px;
    height: 184px;
    overflow: hidden;
    border-radius: 4px;
}
.tripsGoing .tripsGoingSlideArea .tripsGoingSlide .pic img{
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.tripsGoing .tripsGoingSlideArea .tripsGoingSlide .subTitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    color: var(--c2d);
    min-height: 46px;
    margin-top: 18px;
}
.tripsGoing .tripsGoingSlideArea .owl-nav{
    position: absolute;
    top: -76px;
    right: 0;
}
.tripsGoing .tripsGoingSlideArea .owl-nav .owl-prev{
    background-image: url(../images/leftArrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-right: 16px;
}
.tripsGoing .tripsGoingSlideArea .owl-nav .owl-prev span{
    display: none;
}
.tripsGoing .tripsGoingSlideArea .owl-nav .owl-next{
    background-image: url(../images/rightArrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.tripsGoing .tripsGoingSlideArea .owl-nav .owl-next span{
    display: none;
}
.ourPromise{
    padding: 80px 0;
}
.ourPromise .ourPromiseArea {
    max-width: 533px;
    width: 100%;
}
.ourPromise .ourPromiseArea h1{
    font-family: 'ccsamaritanlower-uploadedfile';
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    color: var(--secondaryClr);
    margin-top: 0;
    margin-bottom: 15px;
}
.ourPromise .ourPromiseArea h1 span{
    font-size: 27px;
    display: block;
}
.ourPromise .ourPromiseArea h2{
    margin-bottom: 21px;
    
}
.ourPromise .ourPromiseArea p{
    margin-bottom: 32px;
}
.ourPromise .ourPromiseArea p span{
    font-weight: 600;
}
.ourPromise .picSec{
    display: grid;
    grid-template-columns: 356px 1fr;
    grid-gap: 26px;
    position: relative;
}
.ourPromise .picSec img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.ourPromise .picSec .mainPic{
    max-width: 356px;
    max-height: 437px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.ourPromise .picSec .subPic{
    max-width: 218px;
    height: 304px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.ourPromise .picSec .icnPic{
    width: 93px;
    height: 112px;
    position: absolute;
    right: 90px;
    top: 330px;
}
.ourPromise .picSec .icnPic img{
    width: auto;
}
.btmStrip{
    padding: 80px 0;
    background-color: #1A4795;
    position: relative;
}
.btmStrip h2{
    font-size: 35px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;
    color: var(--white);
    max-width: 996px;
    width: 100%;
    margin: auto;
}
.btmStrip .picLeft{
    position: absolute;
    left: 9%;
    top: 0;
}
.btmStrip .picRight{
    position: absolute;
    right: 13%;
    top: 0;
}
.contactHome{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.contactHome::after{
    position: absolute;
    content: "";
    left: 37%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
.contactHome h1{
    font-family: 'ccsamaritanlower-uploadedfile';
    font-size: 32px;
    font-weight: 400;
    line-height: 37px;
    color: var(--secondaryClr);
    margin-top: 0;
    max-width: 780px;
    margin: 0 auto 37px;
    text-align: center;
    z-index: 1;
    position: relative;
}
.contactHome h1 span{
    font-size: 27px;
}
.contactHome .contactHomeAddress{
    background-color: var(--secondaryClr);
    border-radius: 8px;
    max-width: 480px;
    width: 100%;
    min-height: 558px;
    position: relative;
    z-index: 1;
}
.contactHome .contactHomeAddressClr{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 480px;
    width: 100%;
    min-height: 558px;
    border-radius: 8px;
    padding: 45px 37px;
}
.contactHome .contactHomeAddressClr::after{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(to bottom,  rgba(241,33,9,1) 43%,rgba(241,33,9,0.99) 44%,rgba(241,33,9,0.46) 100%);
}
.contactHome .contactHomeAddress h2{
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 31px;
    max-width: 380px;
    z-index: 1;
    position: relative;
}
.contactHome .contactHomeAddress ul{
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}
.contactHome .contactHomeAddress ul li{
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    color: var(--white);
    margin-bottom: 13px;
    list-style: none;
    display: flex;
    max-width: 340px;
    width: 100%;
}
.contactHome .contactHomeAddress ul li span{
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 11px;
}
.contactHome .contactHomeAddress ul li.phone{
    font-size: 29px;
    line-height: 26px;
}
.contactHome .bnrRedBtn{
    border: 2px solid var(--secondaryClr);
    background-color: transparent;
    color: var(--secondaryClr);
    min-width: 170px;
    height: 48px;
    margin-top: 16px;
}
.contactHome .bnrRedBtn:hover{
    color: var(--white);
    background-color: var(--secondaryClr);
}
.contactHome .formsecArea{
    position: relative;
    z-index: 2;
}
.contactHome .formSec{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    grid-row-gap: 0;
}
.contactHome .formTag{
    background-color: #ADFFCE;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--c2d);
    margin-top: 26px;
}

.contactHome .formTagNew{
    background-color: #ADFFCE;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--c2d);
    margin-bottom: 26px;
}

.formsecArea .form-check{
   width:auto !important; 
}
.formsecArea .form-check-input{
   width:22px;
   height:22px;
}
.formsecArea .form-check-label{
    margin-top:3px;
    padding-left:5px;
}
.contactHome .contPic{
    position: absolute;
    right: 7%;
    bottom: 0;
    z-index: 1;
}
.footer{
    padding: 80px 0 0;
    background-color: #1B2433;
}
.footer .footerLogo{
    max-width: 165px;
    width: 100%;
}
.footer .footerLogo img{
    width: 100%;
}
.footer .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    color: var(--white);
    margin-bottom: 32px;
}
.footer .title hr{
    height: 1px;
    width: 81%;
    border-top: 1px solid #414F66;
    padding-left: 35px;
    border: none;
    margin: 0;
}
.footer .footeraddress{
    margin: 0 0 30px;
    padding: 0;
}
.footer .footeraddress li{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    max-width: 263px;
}
.footer .footeraddress li span{
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 14px;
}
.footer .footeraddress li:last-child{
    margin-bottom: 0;
}
.footer .socialMedia{
    margin: 0;
    padding: 0;
}
.footer .socialMedia li{
    list-style: none;
    width: 24px;
    margin-right: 13px;
}
.footer .footerMenu li a:hover svg path{
    fill: var(--secondaryClr);
}
.footer .footerMenu{
    margin: 0 0 30px;
    padding: 0;
}
.footer .footerMenu li{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white);
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    max-width: 263px;
}
.footer .footerMenu li a{
    color: var(--white);
}
.footer .footerMenu li a:hover{
    color: var(--secondaryClr);
}
.footer .copyright{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--white);
    text-align: center;
    padding: 29px 0 30px;
    border-top: 1px solid #414F66;
    margin-top: 61px;
}
.inputRow {
    position: relative;
    margin-bottom: 16px;
}
.inputRow .inputCtrl{
    background-color: var(--white);
    width: 100%;
    height: 45px;
    border-radius: 4px;
    padding: 15px 15px 17px 17px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--c2d);
    outline: none;
    border: 1px solid #DCDFE9;
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.inputRow .inputCtrl::placeholder{
    color:  var(--c2d);
    text-transform: capitalize;
    font-weight: 500;
}
.inputRow .textCtrl{
    background-color: var(--white);
    width: 100%;
    height: 149px;
    border-radius: 4px;
    padding: 15px 15px 17px 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    color: var(--c2d);
    outline: none;
    resize: none;
    border: 1px solid #DCDFE9;
    text-transform: capitalize;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.inputRow .textCtrl::placeholder{
    color: #ACAFB6;
}
.btmStrip.cmnBanner{
    min-height: 301px;
}
.btmStrip.cmnBanner h2{
    padding: 46px 0;
}
.tripsGoing.blogSec {
    background-color: var(--white);
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide {
    padding: 0;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    background-color: #fafafa;
}
.tripsGoing.blogSec .tripsGoingSlideArea {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .pic {
    width: 100%;
    height: 227px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .pic img{
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .subTitle{
    padding: 30px 20px;
    margin-top: 0;
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .subTitle p{
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    min-height: 46px;
}
.tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .subTitle .bnrRedBtn {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding: 5px 24px;
    height: 34px;
    margin-top: 16px;
}
.ourPromise.blogDetail .picSec {
    grid-template-columns: 1fr;
}

.fltIcn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    transition: ease-in-out 0.4s;
    z-index: 1;
  }
  .fltIcn.fltIcnSm .icon {
    margin-right: 0 !important;
  }
  .fltIcn.fltIcnSm .text {
    display: none;
  }
  .fltIcn .fltIcnArea {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
  }
  .fltIcn .socialMedia {
    margin-bottom: 75px;
    margin-left: auto;
    position: absolute;
    right: 10px;
    bottom: 0;
}
  .fltIcn .socialMedia ul {
    margin: 0;
    padding: 0;
  }
  .fltIcn .socialMedia ul li {
    margin-bottom: 10px;
    list-style: none;
  }
  .fltIcn .socialMedia ul li:last-child {
    margin-bottom: 0;
  }

  .fltIcn .socialMedia ul li.chat a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #de254d;
  }
  .fltIcn .socialMedia ul li.whatsapp {
    animation-play-state: paused;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fltIcn .socialMedia ul li.whatsapp a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #27b03c;
    z-index: 1;
    position: relative;
}
.fltIcn .socialMedia ul li.phone {
    animation-play-state: paused;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fltIcn .socialMedia ul li.phone a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f74242;
}

.ourPromise.blogDetail .address h5 {
    font-size: 25px;
    line-height: 31px;
}
.ourPromise.blogDetail .address p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 5px 0;
}
.ourPromise.blogDetail .address p span{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.ourPromise.blogDetail .address .bnrRedBtn{
    margin: auto;
}

.breadcrumb{
    float:right;
    z-index: 9;
    position: relative;
}
.breadcrumb a{
     color: var(--secondaryClr);
}


.headerMenu {
    position: relative;
}
.privatep{
    font-family: 'ccsamaritanlower-uploadedfile';
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryClr);
    position: absolute;
    left: 40px;
}
/*.privatep small{*/
/*    font-size: 9px;*/
/*}*/

.privatep small{
    margin-bottom: -10px;
    display: block;
}


@media (max-width: 1399px) {
    .ourPromise .picSec .icnPic {
        right: 30px;
        top: 280px;
    }
    .highlightFeature .picLeft {
        left: 0;
    }
    .btmStrip .picLeft {
        left: 0;
    }
    .btmStrip .picRight {
        right: 0;
    }
    .contactHome .contPic {
        right: 0;
    }
    .service{
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
        margin-right: 30px;
    }

    .headerBannerHome .headerBannerHomeSec h2 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 6px;
    }
    .headerBannerHome .headerBannerHomeSec h2 span {
        font-size: 43px;
    }
    .headerBannerHome .headerBannerHomeSec .phNUm {
        font-size: 35px;
        line-height: 57px;
    }
    .headerBannerHome .headerBannerHomeSec .bnrRedBtn {
        margin: 25px 0 17px;
    }
    .bnrRedBtn {
        font-size: 16px;
        line-height: 16px;
        padding: 5px 30px;
        height: 45px;
    }
    .seeLink {
        font-size: 18px;
        line-height: 24px;
    }
    .headerBannerHome .headerBannerHomeSec {
        min-height: 650px;
    }
    .service .serviceArea .serviceAreaSec .title {
        font-size: 18px;
        line-height: 26px;
    }
    .service .serviceArea .serviceAreaSec .title p{
        font-size: 16px;
    }
    h2 {
        font-size: 25px;
        line-height: 34px;
    }
    .highlightFeature {
        padding: 70px 0;
    }
    .highlightFeature .highlightFeatureArea .highlightFeatureLft li {
        font-size: 18px;
    }
    .highlightFeature .highlightFeatureArea .highlightFeatureRgt li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 13px;
    }
    .highlightFeature .highlightFeatureArea .cmnSpcTop {
        padding-top: 60px;
    }
    .highlightFeature .highlightFeatureArea h2 {
        margin: 0 auto 40px;
    }
    .highlightFeature .highlightFeatureArea .bnrRedBtn {
        margin: 35px auto 0;
    }
    .btmStrip h2 {
        font-size: 30px;
        line-height: 42px;
        max-width: 925px;
    }
    .contactHome .contactHomeAddress ul li.phone {
        font-size: 25px;
        line-height: 20px;
    }
    .tripsGoing {
        padding: 70px 0;
    }
    .ourPromise {
        padding: 70px 0;
    }
    .btmStrip {
        padding: 70px 0;
    }
    .contactHome {
        padding: 70px 0;
    }
    .footer {
        padding: 70px 0 0;
    }
    .footer .copyright {
        margin-top: 50px;
    }
    .ourPromise .picSec {
        grid-template-columns: 1fr 174px;
    }
    .btmStrip .picLeft {
        max-width: 250px;
        width: 100%;
    }
    .btmStrip .picLeft img{
        width: 100%;
    }
    .btmStrip .picRight {
        max-width: 230px;
        width: 100%;
    }
    .btmStrip .picRight img{
        width: 100%;
    }
    .btmStrip.cmnBanner {
        min-height: 230px;
    }
    .contactHome .contactHomeAddress ul li{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .contactHome .contactHomeAddressClr {
        padding: 45px 23px;
    }
    .ourPromise.blogDetail .ourPromiseArea {
        max-width: 100%;
        margin-top: 20px;
     }
     
    header .headerMenu .navbar-toggler{
        box-shadow: none;
    }
    header .headerMenu .navbar-collapse{
        z-index: 2;
        background-color: var(--white);
        padding: 15px;
        box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    header .headerMenu .navbar-collapse li a{
        width: fit-content;
    }
    .contactHome .contactHomeAddress {
        min-height: auto;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contactHome .contactHomeAddressClr {
        max-width: 100%;
        min-height: auto;
        padding: 35px 25px;
    }
    .contactHome .contactHomeAddress h2 {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .ourPromise .picSec {
        grid-template-columns: 1fr 124px;
        grid-gap: 18px;
    }
    .ourPromise .picSec .icnPic {
        right: 16px;
        top: 200px;
    }
    .navbar-toggler {
        padding: 4px 10px;
        font-size: 9px;
        line-height: 0;
        height: 35px;
    }
    .navbar-toggler-icon {
        width: 22px;
        height: 14px;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .contactHome::after{
        display: none;
    }
    .tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .subTitle {
        padding: 20px 20px;
    }
    .tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide .subTitle p {
        font-size: 14px;
        line-height: 21px;
    }
    header .headTop a.mail{
        font-size: 14px;
        font-weight: 500;
    }
    header .headTop p {
        text-align: right;
    }
    .ourPromise .ourPromiseArea h1 {
        font-size: 30px;
        line-height: 37px;
        margin: 0 auto 15px;
    }
    .ourPromise .ourPromiseArea h1 span{
        font-size: 23px;
    }
    .contactHome h1 {
        margin: 0 auto 17px;
    }

    .privatep{
        left: auto;
        right: 90px;
    }

    
}
@media (max-width: 767px) {
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .service .serviceArea .serviceAreaSec .title {
        font-size: 14px;
        line-height: 22px;
        margin-top: 11px;
    }
    .service .serviceArea .serviceAreaSec .title p{
        font-size: 14px;
        margin-top: 2px;
    }
    .service .serviceArea .serviceAreaSec .icn {
        max-height: 50px;
        height: 100%;
        margin: auto;
    }
    .service .serviceArea .serviceAreaSec .icn img{
        height: 100%;
    }
    .highlightFeature .highlightFeatureArea .highlightFeatureLft li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .highlightFeature .highlightFeatureArea .highlightFeatureRgt li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .highlightFeature .highlightFeatureArea h2 {
        margin: 0 auto 24px;
    }
    .highlightFeature .highlightFeatureArea .cmnSpcTop {
        padding-top: 21px;
    }
    .highlightFeature .highlightFeatureArea .bnrRedBtn {
        margin: 10px auto 0;
    }
    .highlightFeature {
        padding: 50px 0;
    }
    
    .tripsGoing {
        padding: 50px 0;
        overflow: hidden;
    }
    .tripsGoing .tripsGoingSlideArea .tripsGoingSlide {
        max-width: 270px;
    }
    .tripsGoing .tripsGoingSlideArea .tripsGoingSlide .pic {
        width: 240px;
        height: 171px;
    }
    .tripsGoing .tripsGoingSlideArea .tripsGoingSlide .subTitle {
        font-size: 16px;
        line-height: 21px;;
        min-height: 44px;
        margin-top: 16px;
    }
    .tripsGoing h2 {
        margin-bottom: 23px;
    }
    .tripsGoing .tripsGoingSlideArea .owl-nav {
        top: -60px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .ourPromise .ourPromiseArea p {
        margin-bottom: 20px;
    }
    .ourPromise .ourPromiseArea h2 {
        margin-bottom: 14px;
    }
    .ourPromise .picSec {
        grid-template-columns: 1fr 184px;
        margin-top: 30px;
        max-width: 566px;
    }
    .ourPromise .picSec .icnPic {
        right: 41px;
        top: 290px;
    }
    .ourPromise {
        padding: 50px 0;
    }
    .ourPromise .picSec .mainPic {
        max-height: 437px;
        height: 100%;
    }
    .btmStrip h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .btmStrip {
        padding: 50px 0;
    }
    .contactHome {
        padding: 50px 0;
    }
    .contactHome .formTag {
        font-size: 14px;
        line-height: 22px;
        margin-top: 18px;
    }
    
        .contactHome .formTagNew {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }
    
    .contactHome .bnrRedBtn {
        height: 44px;
        min-width: 156px;
    }
    .bnrRedBtn {
        padding: 5px 25px;
        height: 44px;
    }
    .footer {
        padding: 50px 0 0;
    }
    .footer .footerMenu li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 13px;
    }
    .footer .footeraddress li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    .footer .footeraddress {
        margin: 0 0 20px;
    }
    .footer .footerLogo {
        max-width: 125px;
        margin: auto;
    }
    .headerBannerHome .headerBannerHomeSec h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .headerBannerHome .headerBannerHomeSec h2 span {
        font-size: 38px;
    }
    .headerBannerHome .headerBannerHomeSec .phNUm {
        font-size: 30px;
        line-height: 52px;
    }
    .headerBannerHome .headerBannerHomeSec .bnrRedBtn {
        margin: 12px 0 14px;
    }
    .headerBannerHome .headerBannerHomeSec {
        min-height: 510px;
    }
    .headerBannerHome .headerBannerHomeSec h1 {
        font-size: 38px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .headerBannerHome .headerBannerHomeSec h1 span {
        font-size: 27px;
    }
    .highlightFeature .picLeft {
        display: none;
    }
    .btmStrip .picLeft {
        max-width: 170px;
    }
    .btmStrip .picRight {
        max-width: 140px;
    }
    .contactHome .contPic {
        max-width: 430px;
        width: 100%;
    }
    .contactHome .contPic img{
        width: 100%;
    }
    .contactHome .contactHomeAddress ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .contactHome .contactHomeAddressClr {
        max-width: 100%;
        min-height: auto;
        padding: 35px 20px;
    }
    .phone {
        justify-content: flex-start !important;
    }
    .btmStrip.cmnBanner h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .btmStrip.cmnBanner {
        min-height: 230px;
    }
    .tripsGoing.blogSec .tripsGoingSlideArea {
        grid-template-columns: 1fr 1fr;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
        padding: 7px 0;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 20px;
    }
    .highlightFeature .highlightFeatureArea h1 {
        font-size: 28px;
        line-height: 37px;
    }
    .highlightFeature .highlightFeatureArea h1 span {
        font-size: 21px;
    }
    .contactHome h1 {
        font-size: 28px;
        line-height: 37px;
        margin: 0 auto 15px;
    }
    .contactHome h1 span{
        font-size: 21px;
    }
    .ourPromise .ourPromiseArea h1 {
        font-size: 28px;
        line-height: 37px;
        margin: 0 auto 9px;
    }
    .ourPromise .ourPromiseArea h1 span{
        font-size: 21px;
    }
	    .headerBannerHome .headerBannerHomeSec .subTextCmnTitle {
        font-size: 16px;
        line-height: 26px;
    }
    .subTextCmnTitle {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {

    .privatep{
        left: auto;
        right: 65px;
        font-size: 12px;
    }
/*    .privatep small{*/
/*    font-size: 7px;*/
/*}*/
	
	    .subTextCmnTitle {
        font-size: 14px;
        line-height: 24px;
    }
    .ourPromise .ourPromiseArea h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .ourPromise .ourPromiseArea h1 span{
        font-size: 19px;
    }
    .highlightFeature .highlightFeatureArea h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 auto 9px;
    }
    .highlightFeature .highlightFeatureArea h1 span {
        font-size: 19px;
        display: block;
    }
    .contactHome h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .contactHome h1 span{
        font-size: 19px;
        display: block;
    }
    .btmStrip.cmnBanner h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .btmStrip.cmnBanner {
        min-height: 210px;
    }
    .btmStrip.cmnBanner h2 {
        padding: 32px 0;
    }
    .contactHome .contPic {
        display: none;
    }
    header .logo {
        margin-bottom: -35px;
    }
    header .logo img{
        width: 65px;
    }
    header .headFlag {
        padding-left: 4px;
        margin-left: 8px;
    }
    .headFlag img{
        width: 45px;
    }
    .headerBannerHome .headerBannerHomeSec h2 {
        font-size: 22px;
        line-height: 39px;
    }
    .headerBannerHome .headerBannerHomeSec h2 span {
        font-size: 30px;
    }
    .headerBannerHome .headerBannerHomeSec .phNUm {
        font-size: 25px;
        line-height: 41px;
    }
    .seeLink {
        font-size: 16px;
        line-height: 22px;
    }
    .headerBannerHome .headerBannerHomeSec {
        min-height: 420px;
    }
    .headerBannerHome {
        background-position: 67% 50%;
    }
    .headerBannerHome::after {
        background-color: rgb(11 51 120 / 12%);
    }
    .headerBannerHome .headerBannerHomeSec h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .headerBannerHome .headerBannerHomeSec h1 span {
        font-size: 21px;
    }
    .service .serviceArea .serviceAreaSec {
        background: linear-gradient(to bottom, rgba(11, 51, 120, 1) 0%, rgba(27, 72, 151, 1) 100%);
    }
    .footer .footerMenu {
        margin: 40px 0 30px;
        padding: 0;
    }
    .footer .copyright {
        margin-top: 10px;
    }
    .footer .footerLogo {
        max-width: 105px;
    }
    .contactHome .formSec {
        grid-template-columns: 1fr ;
    }
    .highlightFeatureLft{
        margin-top: 20px !important;
    }
    .highlightFeatureRgt{
        margin-top: 20px !important;
        margin-left: 0;
    }
    .service .serviceArea .serviceAreaSec {
        padding: 23px 15px 21px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .ourPromise .picSec .icnPic {
        display: none;
    }
    .ourPromise .picSec {
        grid-template-columns: 1fr;
    }
    .ourPromise .picSec .subPic {
        display: none;
    }
    .highlightFeature {
        padding: 40px 0;
    }
    .ourPromise {
        padding: 40px 0;
    }
    .contactHome {
        padding: 40px 0;
    }
    .btmStrip h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .tripsGoing.blogSec .tripsGoingSlideArea {
        grid-template-columns: 1fr;
    }
    .tripsGoing.blogSec .tripsGoingSlideArea .tripsGoingSlide {
        max-width: 360px;
        margin: auto;
    }
}

.pDAddress .pd_padd{
    padding-left: 8px;
    padding-right: 8px;
}

.pDAddress{
    margin-left: -8px;
    margin-right: -8px;
}
