@media(max-width:3000px) and (min-width: 1700px){ 
.navbar-brand {
    width: 5%;
    position: absolute;
    top: -10px;
}
.life .heading-content {
    top: -6%;
}
}

 
@media(max-width: 1500px) {
    .breadcum h1 {
    font-size: 62px;
    line-height: 65px;
}
.caption-heading p{
    font-size: 17px;
}
.common-btn{
    height: 42px;
    font-size: 11px;
    width: 160px;
}
.breadcum .common-btn{
    width: 163px;
}
.heading {
    font-size: 47px;
    line-height: 46px;
}
.career h5 {
     width: 81%;
    line-height: 23px;
       font-size: 15px;
}
.life .heading-content h4{
    font-size: 37px;
}
.life .heading-content{
    width: 25%;
    padding: 25px 20px 18px;
}
.openings h3{
    font-size: 19px;
}
.openings h6{
    font-size: 16px;
}
.openings .common-btn {
 font-size: 12px;

    width: 121px;
    height: 40px;
}
.openings .last-p{
    font-size: 17px;
}
.contact h2 {
    font-size: 40px;
}
.contact-address .fa{
    font-size: 29px;
}
.contact .contact-list{
    padding: 28px 35px;
}
.contact-address .contact-content h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.contact-content p{
    font-size: 14px;
}
.contact-content h6{
    font-size: 24px;
}
.contact-content a{
    font-size: 14px;
}
.contact-address.whatsapp .contact-content img {
    width: 12%;
    margin-right: 16px;
}
.contact .form-group .form-control {
    padding: 12px 17px;
    font-size: 13px;
}
.career-modal .form-control[type=file] {
    font-size: 13px;
}
.contact .form-group {
    margin-bottom: 20px;
}
.map h5{
    margin-top: -66px;
    font-size: 36px;
}
.home-slider h2{
    font-size: 55px;
}
.caption-left {
    top: 82%;
}
.right-contact img {
    width: 55%;
}
.right-contact{
    right: -17px;
}
.inspired-content h5 {
    font-size: 19px;
}
.inspired-content p{
    font-size: 12px;
}
.get-inspired .common-btn {
    width: 112px;
    font-size: 10px;
    height: 36px;
}
.get-inspiredheadings p {
    font-size: 14px;
}
.destination .nav-link{
    font-size: 13px;
    padding: 12px 0px;
}
.destination .img-div h3{
    font-size: 16px;
}
.ecotrail-single h3{
    font-size: 16px;
}
section.about-us p {
    font-size: 14px;
    /*font-family: "Roboto", sans-serif;*/
}
.ecotrail #sync2 .item{
    padding: 12px 0px;
}
.ecotrail #sync2 .item h2{
    font-size: 14px;
}
.column a {
    line-height: 18px;
     font-size: 13px;
}
.Contact-wrapper a{
    font-size: 16px;
}
.inner-destination form {
    width: 14%;
    left: 35.2%;
    /* background: #5D5B5B; */
}
.inner-destination .form-control{
    padding-bottom: 18px;
    font-size: 12px;
    padding-top: 28px;
}
.inner-destination .tab-content ul li{
    font-size: 13px;
}
.inner-destination-single h5{
    font-size: 25px;
}
.inner-destination-single .text-box h4{
    font-size: 30px;
}
.trip-overview .text-box {
    width: 100%;
    padding-left: 0;
    padding-top: 33px;
}
.best-time{
    width: 50%;
}
.best-time h2 {
    font-size: 35px;
    line-height: 38px;
}
.inclusion .learning-single h6 {
    font-size: 16px;
    line-height: 22px;
}
.inclusion .img-div {
    height: 113px;
    width: 114px;
}
.inclusion .learning-single h6 {
    font-size: 14px;
    line-height: 19px;
}
.testimonials .owl-next {
      right: 15%;
}
.testimonials .owl-prev {
    left: 15%;
}
}
@media(max-width: 1200px) {
.life .heading-content {
    width: 30%;
    padding: 25px 20px 18px;
}
}
@media(max-width: 1024px) {
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 11px;
    margin: 0px 1px;
    margin-top: 25px;
    padding: 0px 9px;
}
}
@media(max-width: 992px) {
    .month-wrapper {
     width: 90%;
    }


     header .mobile-navbar.open {
         right: 0%;
    }
     .navbar-toggler .icon-bar {
         display: block;
         width: 25px;
         height: 2px;
         border-radius: 0px;
         background-color: #000;
         position: relative;
         margin: 5px auto;
         transition: all ease-in-out 0.3s;
         -webkit-transition: all ease-in-out 0.3s;
         -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
    }
     header .navbar-toggler.active .icon-bar.one {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
         top: 7px;
    }
     header .navbar-toggler.active .icon-bar.two {
         transform: translateX(40px);
         -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
         -o-transform: translateX(40px);
    }
     header .navbar-toggler.active .icon-bar.three {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
         bottom: 7px;
    }
     .mobile-navbar .navbar-nav {
         margin-top: 50px;
         display: block;
    }
     header .navbar-toggler, header .navbar-toggler:focus {
         border: 0;
         outline: 0;
         padding: 0;
         width: 25px;
         height: 25px;
         position: relative;
         overflow: hidden;
         z-index: 2;
         margin: 10px;
         top: -5px;
    }
 header .mobile-navbar.open {
    right: 0%;
    align-items: flex-start;
}
.navbar-expand-md .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}
header .social-links .fa{
    color: #f16522;
}
     header .mobile-navbar {
         z-index: 2;
         width: 100%;
         position: fixed;
         top: 0;
         padding: 0px;
         z-index: 1;
         right: -100%;
         background-color: #fff;
         color: #fff;
         height: 100vh;
         overflow-y: scroll;
         transition: all 0.3s;
    }
   .navbar-brand {
    top: -10px;
    left: 15px;
    width: 11%;
}
     .navbar-brand img {
         margin: inherit;
         width: 85%;
         margin-top: 10px;
         display: flex;
         justify-content: center;
    }
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top: 17px;
}
.navbar-expand-md .navbar-toggler:focus{
    box-shadow: none;
      top: 16px;
}
.breadcum h1 {
    font-size: 46px;
    line-height: 53px;
}
section.about-us .heading {
    text-align: center;
}
section.about-us .heading.text-end {
    text-align: center !important;
}
section.about-us p {
    text-align: center;
}
.menu-list p{
    font-size: 14px;
}
.board-members .container{
    width: 100%;
}
p{
    font-size: 14px;
}
#members-row ul li{
    width: 100%;
}
.team-members-wrapper{
    justify-content: space-between;
}
.core-value h4 {
      margin-bottom: 26px;
}
.team-single {
    width: 31%;
    margin-right: 0;
    margin-bottom: 46px;
}
.journey .item.journey-item{
    display: block;
}
.journey-content {
    width:100%;
    padding-left: 0;
}
.journey-item .img-box {
    width: 60%;
    position: relative;
    margin: 18px auto;
    margin-bottom: 34px;
}
.mainproduct-slider{
    padding: 0px 50px;
}
.safety-wrapper{
    flex-wrap: wrap;
}
.safety-single {
    width: 100%;
    margin-bottom: 25px;
}
.safety-single:nth-child(2){
    left: 0;
    top: 0;
}
.safety-single:hover .safety-content{
    border-radius: 51px;
}
.navbar-brand img {
    width: 100%;
}
.about-us {
    padding: 40px 0px 0px;
}
.focus{
    padding: 40px 0px 18px;
}
.board-members{
    padding-top: 32px;
}
.members .container{
    padding-top: 32px;
}
#members-row{
    padding-bottom: 9px;
}
.journey {
    padding-bottom: 20px;
}
.safety{
    padding: 44px 0px 22px;
}
.afflaltions {
    padding: 27px 0px 4px;
    margin: 31px 0px;
}
.members-info h4{
    margin-top: 18px;
}
.home-slider h2 {
    font-size: 46px;
}
.slider-section .container-fluid{
    padding: 0;
}
header .container-fluid {
    width: 99%;
}
.destination ul li {
    width: 16%;
}
.destination .img-div img {
    width: 100%;
}
.slider-section .owl-theme .owl-nav [class*=owl-]{
    padding: 10px;
}
.slider-section .owl-nav{
    top: 36%;
}
.slider-section .owl-prev {
    left: 2%;
}
.slider-section .owl-next {
    right: 2%;
}
.caption-left {
    top: 83%;
}
.upcoming-camps .col-lg-4:nth-child(1) .upcoming-single, .upcoming-camps .col-lg-4:nth-child(3) .upcoming-single{
    margin-top: 0;
}
.play-wrapper{
    width: 24%;
}
.get-inspired .owl-theme .owl-nav [class*=owl-] {
    color: #f16522;
    font-size: 9px;
    margin: 5px;
    padding: 10px 8px 5px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid red;
}
.travel-companion-wrapper h5{
    font-size: 19px;
}
.travel-single h5 img{
    width: 23%;
}
.travel-single:nth-child(3) img {
    bottom: 19px;
    right: 14%;
}
.what-single::before{
    display: none;
}
.testimonials .item p{
    font-size: 15px;
}
.testimonials .left-quote,
.testimonials .right-quote{
    width: 21% !important;
}
.testimonials .left-quote{
    top: -26px;
}
.testimonials .item h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.testimonials .item h6{
    font-size: 13px;
}
.testimonials .item{
    padding: 30px 27px;
    margin: 49px auto;
}
.youtube-lazy {
    background-size: 230%;
    background-position: center;
}
.youtube-video-wrapper, .trip-slider iframe {
    border-radius: 15px !important;
}
.testimonials .owl-theme .owl-nav [class*=owl-]{
    display: inline-flex;
    height: 32px;
    width: 32px;
    font-size: 10px;
    color:#F16523;
}
.testimonials .owl-prev,
.testimonials .owl-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}
.what-single{
    margin-bottom: 0;
}
.what-single h5{
    font-size: 16px;
}
div#accordionExample {
    width: 100%;
    margin: 17px auto;
}
.faq .heading br{
    display: none;
}
.client-slider img {
      margin: 0 auto;
}
.clients h3 {
    font-size: 28px;
    padding: 21px;
    line-height: 35px;
    padding-left: 19px;
    /*height: 107px;*/
}
.client-slider img {
    margin: 0 auto;
    /*width: 58% !important;*/
}
header .mobile-logo {
    display: block;
    padding-left: 19px;
}
.main-footer .footer-wrapp{
    flex-wrap: wrap;
}
#members-row{
    border-bottom: 0;
}
.team-members-wrapper .team-single:nth-child(1), .team-members-wrapper .team-single:nth-child(3), .team-members-wrapper .team-single:nth-child(5), .team-members-wrapper .team-single:nth-child(7){
    top: 0;
}
.contact .contact-list{
    margin-bottom: 20px;
}
.inner-destination form {
    width: 23%;
    left: 24.2%;
}
#international form {
    left: 53%;
}
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top:16px;
}
header.animated.shrink .navbar-brand img {
    width: 62%;
}
header.animated.shrink{    display: block;
    position: relative;
    top: 9px;
}
.text-box p {
    font-size: 13px;
}
.Contact-wrapper a {
    font-size: 12px;
}
.text-bottom p{
    font-size: 13px;
}
html{
    overflow-x: hidden;
}
header{
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
section.slider-section {
    margin-top: 81px;
}
.upcoming-single {
    margin-bottom: 11px;
    display: block;
}
.what-single img {
    margin: 0px auto 19px;
}
.faq, .upcoming-camps{
    padding-top: 44px;
}
/*.upcoming-camps .bg{
    height: 700px;
}*/
.career-content li {
    font-size: 14px;
}
.upcoming-single h4{
    font-size: 16px;
    text-transform: uppercase;
}
.btm-strip p{
    font-size: 13px;
}
.btm-strip a{
    font-size: 13px;
}
.breadcum_container {
    top: 47%;
}
.sec-board-members{
    padding-top: 0;
}
.destination .nav-link{
    font-size: 11px;
}
.inner-destination .tab-content ul li{
    width:19%;
}
.inner-destination-single .text-box{
    top: 106%;
}
.inner-destination-single .text-box h4 {
    font-size: 20px;
}
.inner-destination .tab-content .inner-destination-single ul li{
    font-size: 14px;
}
.trip-overview .text-box {
    width: 89%;
    padding-left: 40px;
    padding-top: 33px;
}
.trip-overview .text-box h6{
    font-size: 16px;
}
.learning-wrapper .learning-single h6{
    font-size: 12px;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
    position: relative;
}
header ul.dropdown-menu a{
    font-size: 15px;
}
.core-value img {
    width: 46%;
}
#corevalues-row ul li {
    width: 20%;
    }
.core-value img{
    font-size: 15px;
    margin-bottom: 26px;
}
.core-value h4 {
    font-size: 13px;
}
.login-container .justify-content-center {
    justify-content: start!important;
}
.customer-dropdown {
    top: 14px;
    left: 16px;
    border: 0;
    box-shadow: 0px 0px 10px #ccc;
}
.destination .nav-link {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.destination{
    padding-bottom: 0;
}
.learning-wrapper .learning-single img{
    width: 59%;
}
.learning-wrapper{
    align-items: flex-start;
}
.trip-overview .text-box h6{
    line-height: 24px;
}
.learning {
    padding: 42px 0px 38px;
}
.inclusion .learning-wrapper{
    flex-wrap: wrap;
}
.imagine h2{
    font-size: 27px;
}
.itinerary .img-div img{
    border-radius: 82px;
}
.text-bottom img {
    padding-right: 10px;
}
.afflaltions-img img {
    /*width: 100%;*/
    max-height: 100%;
    height: auto;
}
.afflaltions-logo {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    position: relative;
    left: 15px;
}
.map h5 {
    margin-top: -111px;
    font-size: 36px;
}
.upcoming-camps .col-lg-4:nth-child(2) .upcoming-single {
    margin-top: 0;
}
.text-bottom a {
    width: 51%;
}
.upcoming-camps .row {
    justify-content: center;
}
.focus .row {
    display: flex;
    align-items: center;
}
.right-element-afflaltion {
    position: absolute;
    bottom: -9%;
    left: -13%;
    width: 21%;
}
.career h3 {
    text-align: center;
    padding-right: 0px;
}
.career h5 {
    width: 100%;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
}
.life .heading-content {
    width: 45%;
    padding: 25px 20px 18px;
}
.breadcum {
    margin-top: 60px;
}
a.scroll-down{
    display:none;
}

}

 @media(max-width: 767px) {
    #trip-chat-btn {padding: 15px 40px; font-size: 12px;}
    .youtube-lazy .play-button, .youtube-placeholder .play-button {
        width: 64px;
        height: 64px;
    }
  .breadcum {
    margin-top: 60px;
}  
.breadcum h1 {
    font-size: 24px;
    line-height: 25px;
}
.caption-heading p {
    font-size: 17px;
    margin-bottom: 0px;
}
.breadcum_container {
    top: 30%;
}
.heading {
    font-size: 28px;
    line-height: 28px;
}
.focus .nav-link .img-div img {
    width: 60%;
}
.focus .nav-link {
    display: flex;
    /* width: 50%; */
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-list p{
    text-align: center;
    margin-bottom: 0;
}
.menu-list h5{
    text-align: center;
}
.core-value img{
    margin-bottom: 11px;
}
.inner-destination .tab-content ul li {
    width: 42%;
}
.destination .nav-link{
    height: 38px;
}
section#core-value .col-lg-3 {
    margin-bottom: 15px;
}
.core-value img {
    width: 38%;
}
.core-value h4 {
    font-size: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 21px;
    color: #fff;
}
.core-value h3{
    margin-bottom: 25px;
}
div#cookieNotice a.btn-primary{
    margin: 0;
}

.focus h2 {
    margin-bottom: 21px;
}
.focus .nav-link .img-div{
    padding: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-list{
    width: 100%;
}
.menu-list p{
    display: block;
}
.focus .nav.nav-pills li {
    width: 100%;
}
.focus .nav-pills .nav-item:nth-child(1) .nav-link .menu-list{
    border-bottom: 0;
}
.focus .img-box{
    display: none;
}
.focus .nav.nav-pills{
    justify-content: center;
}
.focus{
    padding-bottom:50px;
}
.team-single {
    width: 95%;
    margin: 0 auto;
}
.team-members-wrapper .team-single:nth-child(1), .team-members-wrapper .team-single:nth-child(3), .team-members-wrapper .team-single:nth-child(5), .team-members-wrapper .team-single:nth-child(7){top: 0;}
.team-single {
    margin-bottom: 58px;
}
.afflaltions-img img {
    /*width: 100%;*/
    max-height: 100%;
    height: auto;
}
.client-slider img {
    margin: 0 auto;
    width: 75% !important;
    height: unset;
}
.members {
    padding: 16px 0px 0px;
}
.caption-heading {
    width: 95%;
}
header.animated {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    height:70px;
}
.navbar-brand {
    top: -6px;
    left: 0px;
    width: 19%;
}

.sec-board-members{
    padding-top: 18px;
}
figcaption p{
    display: none;
}
.safety-content{
    bottom:1000%
}
.safety-content{border-radius: 23px; top:100%l}
.safety-single:hover .safety-content {
    border-radius: 27px;
}
.navbar-expand-md .navbar-toggler, .navbar-expand-md .navbar-toggler:focus {
    top: 12px;
}
section.slider-section {
    margin-top: 71px;
}
.upcoming-camps{
    padding: 34px 0px;
    padding-bottom: 9px;
}
.upcoming-camps .row {
    margin-top: 29px;
}
.upcoming-camps .col-lg-4:nth-child(2) .upcoming-single {
    margin-top: 4px;
}
.get-inspired {
    padding: 38px 0px;
}
.get-inspiredheadings {
    margin-bottom: 6px;
}
.destination ul li {
    width: 39%;
}
section.what-make, .testimonials {
    padding: 37px 0px;
}
.what-make .row {
    margin-top: 0;
}
.what-single img{
    margin-top: 5px;
}
.column:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
}
.column:nth-child(2),
.column:nth-child(3),
.column:nth-child(4),
.column:nth-child(5){
    width: 48%;
    margin-bottom: 20px;
}
img.img-fluid.mobile-ecotrail{
    display: block;
}
.main-footer .footer-wrapp {
    padding-bottom: 7px;
    margin-top: 0px;
}
.members-info h4 {
    font-size: 20px;
}
.ecoimg .text-box{
    left: 8%;
    top: 21%;
}
.ecoimg .text-box p {
    font-size: 13px;
    width: 42%;
}
.ecoimg .text-box .common-btn{
    width: 163px;
}
.footer-bottom-wrap{
    flex-wrap: wrap;
}
.text-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.text-bottom img {
    margin-right: 40px;
    margin: 0 auto;
}
.text-bottom p {
    font-size: 13px;
    width: 100%;
    padding-left: 0;
    border: 0;
    margin-top:10px;
    text-align: center;
}
.footer-bottom-container{
    padding-top: 0;
}
.social-links .fa{
    font-size: 22px;
}
.social-links {
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.social-links .fa {
    font-size: 25px;
    margin: 0;
    color: #fff;
    margin-right: 15px;
}
.main-footer{
    padding-bottom: 14px;
}
.btm-strip .row {
    padding: 0px 15px;
}
.faq{
    padding-top: 34px;
}
.bg-client{
    margin-top: 34px;
}
.client-slider{
    margin-bottom: 24px;
}
.core-value{
    padding-bottom: 0;
}
.team-members {
    padding: 25px 0px 5px;
}
.right-element-afflaltion{
    display:none;
}
.caption-left {
    top: 10%;
}
.get-inspired .owl-theme .owl-nav [class*=owl-] {
    padding: 7px 8px 6px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.destination .nav-link{
    margin-bottom: 17px;
}
.destination .tab-content{
    margin-top: 0;
}
.trip-slider img {
    border-radius: 14px;
}
.best-time {
    width: 100%;
}
.learning-wrapper .learning-single{
    width: 46%;
}
.left-panel .left-single{
    width: 100%;
}
.imagine{
    flex-wrap: wrap;
}
.imagine h2{
    text-align: center;
}
.imagine .common-btn{
    margin-top: 13px;
}
.learning {
    padding: 42px 0px 0px;
}
.faq{
    margin-top: 28px;
}
.contact h2 {
    font-size: 27px;
}
.contact-content h6 {
    font-size: 20px;
}
.contact {
    padding: 40px 0px;
}
.contact .contact-form{
    padding: 36px 19px;
}
.map h5 {
    width: 40%;
    position: relative;
    padding-bottom: 14px;
}
h2.heading.text-end {
    text-align: center !important;
}
.learning-wrapper {
    flex-wrap: wrap;
}
.learning-wrapper .learning-single img {
    width: 33%;
}
.learning-wrapper .learning-single h6 {
    font-size: 11px;
}
.learning-wrapper .learning-single {
    width: 46%;
    margin-bottom: 21px;
    border: 0;
}
.afflaltions-logo {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    position: relative;
    left: 0;
}
img.img-fluid.desk-eco {
    display: none;
}
.career-modal .modal-dialog.modal-dialog-centered{
    width: 100%;
}
.life .heading-content {
    width: 65%;
}
.life {
    padding: 75px 0px 20px;
}
.openings {
    padding: 40px 0px;
}
.openings .last-p {
    margin-top: 25px;
}
.opening-single {
    padding: 25px 0px;
}
.career h3 {
    text-align: center;
    padding-right: 0;
}
.career h5 {
    width: 100%;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    padding-left: 0;
}
#members-row ul li {
    width: 95%;
}
.destination.inner-destination p {
    padding: 7px;
}
.career {
    padding: 20px 0px;
}
.life .heading-content h4 {
    font-size: 25px;
}
.life .heading-content {
    top: -1%;
}
.owl-theme.trip-slider .owl-nav [class*=owl-] {
    font-size: 9px;
    margin: 5px;
    padding: 8px 8px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #cccc;
}
.trip-overview {
    padding: 35px 0px 75px 0px;
}
.about-us .heading.text-end br {
    display: none;
}
.map h5 {
    margin-top: -85px;
    font-size: 27px;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    padding: 6px 9px;
    font-size: 9px;
    border: 1px solid #F16523;
}
.clients .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    border-radius: 50px;
    border: 1px solid #F16523;
    background: transparent;
    color: #F16523;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
section.destination {
    padding: 35px 0px;
}
.clients {
    margin-top: 30px;
    position: relative;
    top: 0px;
    z-index: 1;
}
.contact-address .social-links .fa {
    color: #ccc;
    font-size: 18px;
}
.social-links h5 {
    font-size: 15px;
    margin-right: 10px;
}
.about-us .heading br {
    display: none;
}
.gallery {
    padding: 30px 0px;
}
.board-members h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.board-members .education {
    width: 90%;
}
.team-members h3 {
    font-size: 30px;
}
.afflaltions h3 br {
    display: none;
}
.trip-overview .text-box {
    width: 100%;
    padding-left: 15px;
    padding-top: 20px;
}
.map {
    padding: 70px 0px 40px;
}
.contact .contact-list {
    padding: 36px 51px;
}
#corevalues-row ul li {
    width: 43%;
}
.navbar-brand img {
    width: 85%;
}
.inner-destination-single h5 {
    font-size: 16px;
    /* text-align: center; */
}
.upcoming-content h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.contact-add .fa {
    font-size: 14px;
}
.column a, .footercontact-details {
    font-size: 13px;
    font-weight: 100;
}
/*.footercontact-details {
    margin-right: 2px;
    margin-left: 10px;
}
.footercontact-details a {
    font-size: 11px;
}*/
.modal-body.contact {
    display: flex;
    flex-wrap: wrap;
}
.career-modal .job-content {
    width: 95%;
    padding: 20px 20px;
    height: 450px;
    margin-right: 10px;
}
.modal-body.contact form {
    width: 100%;
}
.social-footprints img {
    width: 70%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 30px;
}
.social-footprints figcaption{
    padding-left:0px;
}
.caption-left {
        top: 80%;
        left: 61%;
    }
    .caption-left a {
    background: #f36525;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    width: fit-content;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 0px 10px;
    font-size:12px;
}
.inner-destination .form-control.stateselect, .inner-destination .form-control.countryselect {
    width: 94%;
    margin: 0rem auto 1.5rem;
}
.month-wrapper a {
    flex: 1 0 calc(50% - 5px);
}
}
 @media(max-width:414px) {
.navbar-brand {
    top: -13px;
    left: -4px;
    width: 23%;
}
}
 @media(min-width:768px) {
}
