.mt-8 {
    margin-top: 8px;
}

.mt-4px {
    margin-top: 4px;
}

.pointer-event-none {
    pointer-events: none;
}
.about_x_img::after{
    content: none;
}

.mt-10 {
    margin-top: 10px;
}

.pl-5vw {
    padding-left: 5vw;
}

.mt-64px {
    margin-top: 15vh;
}

.mx-w-95 {
    max-width: 95%;
}

.mt-68p {
    margin-top: 55px;
}

.mt-6vh {
    margin-top: 6vh;
}

.mx-380 {
    max-width: 380px;
}

.w-80per {
    width: 80%;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
    overflow: hidden;
}

.bottom-0 {
    bottom: 0;
}

.aboutp video {
    border-radius: 0px 6px 6px 0px;
    object-fit: cover;
    /* height: 59vh; */
}

.videoabout {
    z-index: -1;
    margin-left: -1px;
}

.about_gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 85.9vh; */
}

.about_gallery_content {
    /* padding-top: 62px;
    padding-bottom: 62px;
    margin: auto; */
    /* height: calc(100vh - 53vh); */
    height: calc(100vh - 45vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image_box {
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
}

.aboutfold {
    /* max-height: calc(100vh - 157px); */
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), lightgray 0px -42.111px / 100% 119.535% no-repeat;
    background-blend-mode: soft-light, normal;
    object-fit: cover;
    height: inherit;
    overflow: hidden;
}

.abouttemp p {
    color: var(--color-primary);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: justify;

}

.abouttemp p:nth-child(2),
.abouttemp p:nth-child(3),
.abouttemp p:nth-child(4) {
    color: var(--color-primary);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 14px;
}

.abouttemp strong {
    font-weight: 700;
}




.about_info {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    padding: 25px 17px 25px 2vw;
    border-radius: 60px 0px 0px 0px;
    background: linear-gradient(52deg, #0049A0 19.38%, #2AABF0 91.37%);
}

.gradient-border {
    position: relative;
    padding-left: 16px;
    color: var(--color-primary);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* white-space: nowrap; */
    padding-left: 10px;
    padding-right: 55px;


}

.gradient-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    /* Width of the border */
    height: 100%;
    background-image: linear-gradient(to bottom, #2AABF0 10%, #0049A0 100%);
}

.section-border-about {
    background: white;
    width: 95px;
    height: 1px;
    /* margin: auto; */
    margin-top: 8px;
    margin-bottom: 8px;
}

#aboutfullpage .section {
    height: 100vh;
}

.about_info_wrapper .img_thumbnail_wrapper {
    width: 34%;
    height: calc(100vh - 15vh);
}

.gallery_info_wrap .img_thumbnail_wrapper {
    width: 31.4%;
    height: calc(100vh - 15vh);
}

.about_info_wrapper .img_thumbnail_wrapper .aboutfold {
    height: inherit;
}

.about_info_wrapper .about_info_content {
    width: calc(100% - 52.9%);
    padding-left: 5%;
    /* height: calc(100vh - 158px); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
}


.gallery_info_wrap {
    overflow: hidden;
}

/****owl carousel*****/


.h-inherit {
    height: inherit;
}

.h-82vh {
    height: 84vh;
}

/* .about_gallery .item .gallery {
    opacity: 0.5;
} */

.about_gallery .owl-item.active.center .item .gallery {
    opacity: 1;
}

.about_gallery_carousel {
    height: 100%;
    cursor: pointer;
}

.about_gallery_carousel .owl-stage-outer,
.about_gallery_carousel .owl-stage,
.about_gallery_carousel .owl-item {
    height: 100%;
}

#sync1 .item {
    /* margin: 5px; */
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-height: 100%;
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    height: 100%;

}

.gallery_img {
    height: 100%;
}

.gallery_h_82vh {
    height: 82vh;
}

#sync2 {
    padding: 4%;
    padding-bottom: 0;
}

#sync2 .item {
    /* background: #C9C9C9; */
    padding: 10px 0px;
    /* margin: 5px; */
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 167px;
    /* height: 232px; */
}

#sync2 .item img {
    object-fit: cover;
    /* min-height: 33vh;
    max-height: 33vh; */
    width: 90.33%;
    height: 32vh;
}

#sync2 .item h1 {
    font-size: 18px;
}

/* #sync2 .item img {
    min-width: 215px;
} */

.expand_img {
    width: 48px !important;
    min-height: 48px !important;
    position: absolute;
    z-index: 9;
    right: 18px;
    top: 14px;
    background: #0000004d;
    padding: 8px;
    border-radius: 100%;
    opacity: 1.5;
    /* box-shadow: 1px -1px 8px 0px #fff; */
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2.owl-theme .owl-prev,
#sync2.owl-theme .owl-next {
    display: none;
}

#sync1 .owl-dots,
#sync2 .owl-dots {
    display: none;
}


.ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}

.carouselmove {
    padding-left: calc(100% - 85.28%);
}


.custom-owl-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 95.2%;
    bottom: 40px;
}


.custom-owl-prev,
.custom-owl-next {
    color: #000;
    cursor: pointer;
    background: none;
    border: 0;
    /* position: absolute; */
    bottom: 100px;
    z-index: 999;
}

.custom-owl-prev svg,
.custom-owl-next svg {
    width: 48px;
    height: 48px;
}

.custom-owl-next.disabled,
.custom-owl-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}



/***Step Wrapper********/

.spinner-wrap {
    position: absolute;
    left: 5vw;
    bottom: 22vh;
    z-index: 9;
    opacity: 0.8;
}

.spinner-wrap::before {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    content: '';
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-item {
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation: zoom 3s linear 0.25s infinite;
    animation: zoom 3s linear 0.25s infinite;
}

.spinner-item--2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.spinner-item--3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.spinner-item--4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.spinner-item--5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.spinner-item--6 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}


@-webkit-keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}


.step .stp1,
.step .stp2,
.step .stp3,
.step .stp4 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
}

 .steps_wrpper_about {
    position: absolute;
    left: 0;
    top: 0;
    height: 70vh;
    /* padding-left: 70px; */
    padding-left: 5vw;
    width: 18.26%;
    padding-top: 16vh;
    /* pointer-events: none; */
    cursor: pointer;
}


.steps_wrpper_about::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgb(198, 198, 198);
    /* left: 69px; */
    left: 5vw;
    top: 70px;
    z-index: -1;
}

.steps_wrpper_about .sm_head {
    position: absolute;
    left: 7vw;
    font-weight: 400;
    line-height: 140%;
    font-size: 14px;
    width: 78px;
}


.steps_wrpper_about .sm_head::before {
    width: 15px;
    height: 1px;
    background: #373534;
    content: '';
    position: absolute;
    left: -2.4vw;
    top: 8px;
}

.step .lrn_btn {
    pointer-events: all;
}

.steps .step .about_sub_heading::before {
    position: absolute;
    left: -39px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: #fff;
    content: '';
    border-radius: 50%;
}

.stepanimation {
    position: relative;
}

.steps_wrpper_about .sm_head:nth-child(1) {
    transform: translateY(5vh);
}

.steps_wrpper_about .sm_head:nth-child(2) {
    transform: translateY(18vh);
}

.steps_wrpper_about .sm_head:nth-child(3) {
    transform: translateY(32vh);
}

.steps_wrpper_about .sm_head:nth-child(4) {
    transform: translateY(46vh);
}


.steps.step2 {
    margin-top: 7vh;
}

.steps.step3 {
    margin-top: 16vh;
}

.steps.step4 {
    margin-top: 24vh;
}

.steps.step5 {
    margin-top: 32vh;
}

.steps_wrpper_about,
.spinner-wrap {
    opacity: 0;
    transition: all 0s ease;
    transition-delay: 0s;
}

.fp-section .fp-overflow {
    height: inherit;
}

/* .fp-viewing-aboutsection .breadcrumfpt {
    margin-top: 94px;
} */
.firstsectionadd {
    position: relative;
    background: #fff;
    z-index: 99999;
}

.fp-viewing-our-habitats .steps_wrpper_about,
.fp-viewing-our-habitats .spinner-wrap,
.fp-viewing-our-experiences .steps_wrpper_about,
.fp-viewing-our-experiences .spinner-wrap,
.fp-viewing-mission-vision .steps_wrpper_about,
.fp-viewing-mission-vision .spinner-wrap,
.fp-viewing-gallery .steps_wrpper_about,
.fp-viewing-gallery .spinner-wrap {
    /* display: block; */
    opacity: 1;
    transition: all 0.4s ease;
    transition-delay: 0.5s;
    z-index: 1;

}

.fp-viewing-our-habitats .steps_wrpper_about .hdf1 {
    color: #069;
    font-weight: bold;
}

.fp-viewing-our-habitats .steps_wrpper_about .hdf1::before {
    left: -2.3vw;
    width: 10px;
    height: 10px;
    background: rgba(0, 102, 153, 1);
    content: '';
    border-radius: 50%;

}


.fp-viewing-our-experiences .steps_wrpper_about .hdf2 {
    color: #069;
    font-weight: bold;
}

.fp-viewing-our-experiences .steps_wrpper_about .hdf2::before {
    left: -2.3vw;
    width: 10px;
    height: 10px;
    background: rgba(0, 102, 153, 1);
    content: '';
    border-radius: 50%;

}

.fp-viewing-mission-vision .steps_wrpper_about .hdf3 {
    color: #069;
    font-weight: bold;
}


.fp-viewing-mission-vision .steps_wrpper_about .hdf3::before {
    left: -2.3vw;
    width: 10px;
    height: 10px;
    background: rgba(0, 102, 153, 1);
    content: '';
    border-radius: 50%;

}

.fp-viewing-gallery .steps_wrpper_about .hdf4 {
    color: #069;
    font-weight: bold;
}


.fp-viewing-gallery .steps_wrpper_about .hdf4::before {
    left: -2.3vw;
    width: 10px;
    height: 10px;
    background: rgba(0, 102, 153, 1);
    content: '';
    border-radius: 50%;
}

.steps_wrpper_about.active {
    display: block !important;
}


#aboutfullpage .fp-table {
    justify-content: end;
}

#aboutsection5 {
    min-height: 100vh;
    /* Set a minimum height of 100% of the viewport height */
}

/****Animation*******/
.welcome_about {
    opacity: 0;
}

.ws1,
.ws2,
.ws3,
.ws4,
.abs1,
.abs2,
.abs3,
.abs4,
.gbs1,
.gbs2,
.gbs3,
.gbs4,
.fp-viewing-aboutsection .abs1,
.fp-viewing-aboutsection .abs2,
.fp-viewing-aboutsection .abs3,
.fp-viewing-aboutsection .abs4 {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
}



/***Animation Css******/
.fp-viewing-our-habitats .txt_anim1 .abs1,
.fp-viewing-our-experiences .txt_anim2 .abs1,
.fp-viewing-mission-vision .txt_anim3 .abs1,
.fp-viewing-gallery .txt_anim4 .abs1,
.fp-viewing-aboutsection5 .abs1 {
    opacity: 1;
    transform: translateY(0);
    /* Equivalent to y: 0 */
    visibility: visible;
    transition-property: opacity, transform, visibility;
    transition: all .7s ease;
    transition-delay: 0.3s;
}

.fp-viewing-our-habitats .txt_anim1 .abs2,
.fp-viewing-our-experiences .txt_anim2 .abs2,
.fp-viewing-mission-vision .txt_anim3 .abs2,
.fp-viewing-gallery .txt_anim4 .abs2,
.fp-viewing-aboutsection5 .txt_anim5 .abs2 {
    opacity: 1;
    transform: translateY(0);
    /* Equivalent to y: 0 */
    visibility: visible;
    transition-property: opacity, transform, visibility;
    transition: all .7s ease;
    transition-delay: 0.4s;
}

.fp-viewing-our-habitats .txt_anim1 .abs3,
.fp-viewing-our-experiences .txt_anim2 .abs3,
.fp-viewing-mission-vision .txt_anim3 .abs3,
.fp-viewing-gallery .txt_anim4 .abs3,
.fp-viewing-aboutsection5 .txt_anim5 .abs3 {
    opacity: 1;
    transform: translateY(0);
    /* Equivalent to y: 0 */
    visibility: visible;
    transition-property: opacity, transform, visibility;
    transition: all .7s ease;
    transition-delay: 0.5s;
}

.fp-viewing-our-habitats .txt_anim1 .abs4,
.fp-viewing-our-experiences .txt_anim2 .abs4,
.fp-viewing-mission-vision .txt_anim3 .abs4,
.fp-viewing-gallery .txt_anim4 .abs4,
.fp-viewing-aboutsection5 .txt_anim5 .abs4 {
    opacity: 1;
    transform: translateY(0);
    /* Equivalent to y: 0 */
    visibility: visible;
    transition-property: opacity, transform, visibility;
    transition: all .7s ease;
    transition-delay: 0.6s;
}




.trigger-wpsec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.spacer {
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 50%;
}

.sc1,
.sc2,
.sc3,
.sc4,
.sc5 {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
}

.fp-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-content {
    align-self: flex-end;
}

/*----Welcom Wrapper------*/
/* .about_welcome_wrapper {
    display: flex;
    align-items: center;
} */

.about_welcome_wrapper .welcome_data {
    width: 33.33%;
}

.about_welcome_wrapper .welcome_data .about_sub_heading {
    max-width: 344px;
}

.about_welcome_wrapper .welcome_right_section {
    width: calc(100% - 33.33%);
}

.about_welcome_wrapper .welcome_right_section .equal_area {
    width: 50%;
    /* white-space: nowrap; */
    padding-left: 12px;

}

.mobile_content {
    display: none;
}

.custom-owl-buttons .custom-owl-prev{
    /* background-image: url('../images/svg/back.svg') !important; */
    width: 48px;
    height: 35px;
    background-repeat: no-repeat !important;
    
}
.custom-owl-buttons .custom-owl-next{
    /* background-image: url('../images/svg/nexta.svg') !important; */
    width: 48px;
    height: 35px;
    background-repeat: no-repeat !important;
}

/**Media Query Start Here**/
.mobile_view_gallery {
    display: none;
}


@media (min-width: 1024px) {
    #aboutfullpage .footersection{
        padding-top: 73px !important;
    }
    #aboutfullpage .footersection .footer_padding{
        padding-bottom: 40px;
    }
}

@media (max-width: 1750px) {
    .fp-table {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
    }

}

@media (max-width: 1450px) {

    .gallery_h_82vh {
        height: 84vh;
        margin-top: 12px;
    }

    .gradient-border {
        font-size: var(--fs-14);
        padding-right: 12px;
    }

    .about_info {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 493px;
        padding: 19px 17px 21px 2vw;
        border-radius: 60px 0px 0px 0px;
        background: linear-gradient(52deg, #0049A0 19.38%, #2AABF0 91.37%);
    }


    .lightbox .lb-close {
        right: calc(100% - 65%);
    }
}

@media (max-width: 1280px) {
    .mt-64px {
        margin-top: 20vh;
    }

    .about_info_wrapper .img_thumbnail_wrapper {
        height: calc(100vh - 20vh);
    }

}

@media (min-width: 280px) and (max-width: 1279px) {
   .about-section .carouselmove {
        padding-left: 0px;
    }

    .web_view_gallery {
        display: none;
    }
    #aboutfullpage .section{
        height: auto !important;
    }
    .steps_wrpper_about,
.spinner-wrap{
    display: none !important;
}
    .mobile_content {
        display: block;
    }

    .h-100vh {
        height: auto;
        min-height: auto;
    }
    .about_info_wrapper .img_thumbnail_wrapper{
        height: auto;
        min-height: 59vh;
    }

    .ws1,
    .ws2,
    .ws3,
    .ws4,
    .abs1,
    .abs2,
    .abs3,
    .abs4,
    .gbs1,
    .gbs2,
    .gbs3,
    .gbs4,
    .fp-viewing-aboutsection .abs1,
    .fp-viewing-aboutsection .abs2,
    .fp-viewing-aboutsection .abs3,
    .fp-viewing-aboutsection .abs4 {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    .about_welcome_wrapper .sec_1 {
        margin-bottom: 12px;
    }

    .about_welcome_wrapper .sec_2,
    .about_welcome_wrapper .sec_3 {
        margin-bottom: 24px;
    }

    .videocalch {
        position: relative !important;
    }

    .videocalch .aboutp {
        width: 100%;
    }

    .videocalch .about_info {
        position: relative;
        margin-top: -7vh;
        margin-left: auto;
        padding: 24px !important;
    }

    .videocalch .count_section .count_box:first-child::after {
        content: none;
    }

    .videocalch .counts {
        font-size: 26px;
        /* padding: 10px; */
    }

    .videocalch .videoabout video {
        height: 330px !important;
    }

    .videocalch .count_section .count_box .value {
        font-size: 26px !important;
    }

    .videocalch .count_section .count_box .title {
        font-size: 14px !important;
        max-width: 100%;
    }

    .about-section .mobile_view_hide {
        display: none;
    }


    /**Title for About Heading**/
    .mobile_title_head h2 {
        color: #069;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        border-bottom: 1px solid #069;
        margin: 84px auto 24px auto;
        width: fit-content;
    }

    .about_info_wrapper .img_thumbnail_wrapper {
        margin-top: 0px;
    }

    .about_info_wrapper .about_info_content {
        margin-top: 0px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .gallerysection {
        display: none;
    }

    .mobile_view_gallery {
        display: block;
    }

 

    .about_info_wrapper .img_thumbnail_wrapper {
        width: 45%;
    }

    .about_gallery_content {
        height: auto;
        margin-bottom: 24px;
    }

    .gallery_info_wrap {
        padding-left: 0px !important;
    }

    .mobile_view_gallery .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        width: 100%;
        height: 541px;
        object-fit: cover;
    }

    .about_info_wrapper .about_info_content.gallery_parent {
        width: 100%;
    }

    .about-section .custom-owl-next img,
    .about-section .custom-owl-prev img {
        filter: invert(1);
    }

     
    .about-section .custom-owl-buttons {
        width: 100%;
        left: 0;
        justify-content: center;
        bottom: 16px;
    }
 
    .about-section .custom-owl-buttons .custom-owl-prev,
    .about-section  .custom-owl-buttons .custom-owl-next {
        padding: 0px 24px;

    }

    .footersection {
        padding-top: 0px !important;
    }

    .mobile_view_gallery .owl-dots {
        display: none;
    }

    .space {
        display: none;
    }

    .remove {
        display: none;
    }
    .custom-owl-buttons{
        gap: 60px;
    }
    .custom-owl-buttons .custom-owl-prev,
    .custom-owl-buttons .custom-owl-next {
        filter: invert(1);
    }
 
    .about_info_wrapper .mobilegallery .owl-item {
        position: relative;
    }

    .about_info_wrapper .backround-layer {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 68.85%, rgba(0, 0, 0, 0.80) 100%);
        /* Adjust the color and opacity as needed */
        z-index: 1;
    }

}



@media (max-width: 1024px){
  
    .ticketBooking-container.px-100,
    .configure_ticket {
        padding: 0px;
    }
    .mobile_view_gallery{
        display: block;
    }
}

@media (max-width: 680px) {
    .videocalch .about_info {
        width: 95%;
    }
    .videocalch .videoabout video {
        height: 253px !important;
    }
    /**About Info Wrapper**/
    .about_info_wrapper .img_thumbnail_wrapper {
        width: 100%;
        order: 2;
    }

    .about_info_wrapper .about_info_content {
        width: 100%;
        order: 1;
        margin-bottom: 24px;
    }

    .about-section.smallview {
        padding: 0;
    }

    .about_info_wrapper .img_thumbnail_wrapper .image_box {
        border-radius: 0px;
        overflow: hidden;
        cursor: pointer;
    }

    .about_info_wrapper .gallery_parent {
        margin-bottom: 0px !important;
    }

    .abouttemp p {
        font-size: 14px;
        font-style: normal;
        text-align: left !important;
    }
    .about_info_wrapper .img_thumbnail_wrapper {
        height: 60vh;
    }

}

@media (min-width: 680px) and (max-width: 1279px) {
    .about_info_wrapper .img_thumbnail_wrapper {
        width: 45%;
    }


    .about_info_wrapper .about_info_content {
        width: 55%;
    }
 
    .about_info_wrapper .mobilegallery .owl-item {
        position: relative;
    }
    .mobile_view_gallery .owl-carousel .owl-item img{
        height: 360px;
    }


}

