/* header css */

.top_bar {
    background: #DBB65D;
    padding: 16px 0;
}

.topWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tp_1 {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.tp_1:last-child
{
    margin-right: 0;
}

.tp_icon { 
    margin-right: 8px;
}

.tp_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tp_1 p span {
    font-size: 14px;
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 21px;
}

.tp_1 p {
    font-size: 14px;
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.mz_header nav.navbar {
    background-color: #FFFFFF !important;
    padding: 16px 0 !important;
}
.logo {
    width: 79.79px;
    height: 64px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mz_header li a
{
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #262626;
    font-weight: 400;
    line-height: 24px;
    padding-left: 32px !important;

}
.mz_header li a.active
{
    color: #DBB65D;
    font-weight: 700;
}
.mz_header li a:hover
{
    color: #DBB65D;
}
/* header css ends*/

/* contact us */
.contWrap
{
    position: relative;
}
.cont_banner {
    width: 100%;
    position: relative;
    padding-top: 22%;
    margin-bottom: 80px;
}
.cont_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.cont_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont_txt h1 {
    font-size: 64px;
    color: #FFFFFF;
    font-family: "Sora", sans-serif;
    line-height: 70.4px;
    font-weight: 400;
}
.cont_sec h2
{
    font-size: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #262626;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
}
.ls_1 {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 16px;
}

.ls_1:last-child
{
    margin-right: 0;
}

.ls_icon { 
    margin-right: 8px;
}

.ls_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ls_1 p span {
    font-size: 16px;
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 21px;
}

.ls_1 p {
    font-size: 16px;
    color: #262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.contactForm .input-group
{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #FAFAFA;
}
.contactForm input
{
    border-radius: 8px;
    background: #FAFAFA;
    padding: 14px 16px;
    color: #A3A3A3;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 24px;
}
.contactForm i
{
    color: #A3A3A3;
    font-size: 16px;
    border-radius: 8px;
}
.contactForm .input-group-text
{
    border-radius: 8px;
    padding: 0 17px;
    background: #FAFAFA;
}
.contactForm input:focus, .contactForm textarea:focus
{
    box-shadow: none;
}
.contactForm input:focus .contactForm .input-group
{
    outline: 1px solid #DBB65D;
    border: 1px solid red;
}
.contactForm textarea
{
    min-height: 172px;
    padding: 14px 16px;
    background: #FAFAFA;
}
.contact_btn
{
    margin-left: auto;
    background: #DBB65D;
    border: 1px solid #DBB65D;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    padding: 10px 20px;
    font-family: inherit;
    transition: 0.4s ease;
    border-radius: 8px;
}
.contact_btn:hover
{
    background: #FFFFFF;
    color: #DBB65D;
}
.cont_map iframe {
    border-radius: 8px;
}
.cont_mapp
{
    margin-top: 40px;
}
/* contact us ends*/


/* footer css */
.foot_lc {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 16px;
}

.foot_lc:last-child
{
    margin-right: 0;
}
.foot_lc a
{
    color: #FFFFFF;
    text-decoration: none;
}
.lcImg { 
    margin-right: 8px;
}

.lcImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.foot_lc p span {
    font-size: 16px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
}

.foot_lc p {
    font-size: 16px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.footerWrap {
    background: #171717;
    margin-top: 104px;
    padding: 80px 0;
}
.foter_logo {
    width: 100%;
    height: 64px;
    margin-bottom: 21px;
}

.foter_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: auto;
    text-align: left;
    object-position: left;
}
.footer_mid h3 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 36px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 5px;
}
.footer_mid p
{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 31.2px;
    color: #FFFFFF;
}
.ls_1 a
{
    color: #000;
    text-decoration: none;
}
.social_cont {
    display: flex;
    align-items: center;
}

.fb {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.fb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footerBtmwrap {
    margin-top: 29px;
    border-top: 1px solid #666666;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftrbtm_lft p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 0;
    line-height: 16px;
    font-weight: 600;
}

.ftr_btm_menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.ftr_btm_menu li {
    list-style: none;
    padding-right: 16px;
    color: white;
    font-family: inherit;
    font-size: 16px;
    line-height: 16px;
}

.ftr_btm_menu li a
 {
    text-decoration: none;
    transition: 0.4s ease;
    color: #FFFFFF;
}
.ftr_btm_menu li a:hover
 {
     color: #DBB65D;
}
/* footer css ends*/

/* about us */

.ab_w h2
{
    color: #262626;
    font-size: 40px;
    line-height: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 21px;
}
.ab_w p
{
    font-size: 16px;
    color: #525252;
    font-size: 16px;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.ab_w {
    margin-bottom: 29px;
}
.abtcardImg {
    width: 100%;
    height: 249.94px;
    margin-bottom: 18px;
}
.abtcardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11.73px;
}
.abtCard_content h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #1E293B;
    font-weight: 600;
    margin-bottom: 8px;
}
.abtCard_content h4
{
    font-size: 16px;
    color: #475569;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
}
.abtCard_content p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E293B;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.abt_msnImg {
    width: 100%;
    height: 402px;
}
.abt_msnImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.abt_main {
    padding-top: 49px;
}
.cont_btn
{
    margin-top: 33px;
}
.cont_btn a
{
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFFFFF;
    background: #DBB65D;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #DBB65D;
    transition: 0.4s ease;
}
.cont_btn a:hover
{
    background: #fff;
    color: #DBB65D;
}

.gallery_slider
{
    padding: 0 60px;
}

#sync1 .item, #sync3 .item, #sync5 .item, #sync98 .item  {
    /* padding: 80px 0px; */
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #D4D4D4;
  }
  
  #sync2 .item,  #sync4 .item, #sync6 .item, #sync99 .item  {
    background: #C9C9C9;
    /* padding: 10px 0px;*/
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #CBD5E1;
  }
  #sync2 .item h1 ,  #sync4 .item h1, #sync6 .item h1, #sync99 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .item, #sync4 .current .item, #sync6 .current .item, #sync99 .current .item{
    border: 4px solid #DBB65D;
  }
  
  .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, #sync3.owl-theme, #sync5.owl-theme {
    position: relative;
  }
  #sync1.owl-theme .owl-next,  #sync3.owl-theme .owl-next, #sync5.owl-theme .owl-next, #sync98.owl-theme .owl-next, #sync1.owl-theme .owl-prev, #sync3.owl-theme .owl-prev, #sync5.owl-theme .owl-prev, #sync98.owl-theme .owl-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    border: 1px solid #000000;
    border-radius: 50%;
  }
  #sync1.owl-theme .owl-next:hover,  #sync3.owl-theme .owl-next:hover, #sync5.owl-theme .owl-next:hover,#sync98.owl-theme .owl-next:hover, #sync1.owl-theme .owl-prev:hover, #sync3.owl-theme .owl-prev:hover, #sync5.owl-theme .owl-prev:hover, #sync98.owl-theme .owl-prev:hover
  {
       background: #FEC201;
  }
  #sync1.owl-theme svg,  #sync3.owl-theme svg,  #sync5.owl-theme svg, #sync98.owl-theme svg
  {
     width: 16px;
     height: 16px;
  }
  #sync1.owl-theme .owl-prev,  #sync3.owl-theme .owl-prev,  #sync5.owl-theme .owl-prev, #sync98.owl-theme .owl-prev {
    left: 10px;
  }
  #sync1.owl-theme .owl-next, #sync3.owl-theme .owl-next, #sync5.owl-theme .owl-next, #sync98.owl-theme .owl-next {
    right: 10px;
  }
  div#sync2, div#sync4, div#sync6, div#sync99 {
    margin-top: 10px;
}
  .aboutSlidImg {
    width: 100%;
    height: 500px;
}

.aboutSlidImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}
.thumbAbt {
    width: 100%;
    height: 129px;
    border-radius: 8px;
}

.thumbAbt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.SlidTabs
{
    display: flex;
    justify-content: center;
}

.SlidTabs .nav-tabs {
    margin-bottom: 24px;
    border: 1px solid #D4D4D4;
    border-radius: 12px;
    padding: 4px 0;
}
.SlidTabs .nav-tabs .nav-link{
    color: #525252;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 24px;
    font-weight: 400;
    padding: 10px 27px;
    border-radius: 8px;
    margin: 0 5px;
    border-left: 1px solid #E2E8F0;
    border-right: 1px solid #E2E8F0;   
    border-radius: 0;
}

.SlidTabs .nav-tabs .nav-link:last-child
{
    border-right: 0;
}
.SlidTabs .nav-tabs .nav-link:first-child
{
    border-left: 0;
}

.SlidTabs .nav-tabs .nav-link.active
{
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 24px;
    font-weight: 700;
    padding: 10px 27px;
    background: #DBB65D;
    border-radius: 8px;
    margin: 0 5px;
}

canvas {
    display: block;
    margin: auto;
    border: 1px solid black;
}
.team_lft_hdng h3
{
    font-size: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 25px;
    color: #262626;
    text-align: center;

}
.abt_team_left {
    border: 1px solid #CBD5E1;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
}
.desgnd_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dsg_lftImg {
    width: 230px;
    height: 144px;
    margin-top: 21px;
}

.dsg_lftImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dsg_ritimg {
    width: 284px;
    height: 148px;
    text-align: center;
    margin: auto;
    margin-top: 21px;
}

.dsg_ritimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.row.CollabWrapp {
    margin: 50px 0;
    border: 1px solid #CBD5E1;
    border-radius: 24px;
    padding: 24px;
}
.colab_txt h3
{
    font-size: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 25px;
    color: #262626;
    text-align: center;
    margin-bottom: 32px;

}
.partnerImg {
    width: 114px;
    height: 144px;
}

.partnerImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ml_ft
{
    margin-left: auto !important;
}
.mr_ft
{
    margin-right: auto !important;
}
.m_ft
{
    margin: auto !important;
}
.sldrWrapp
{
    position: relative;
}
.homeBanr {
    position: relative;
    width: 100%;
    padding-top: 47%;
}

.homeBanr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide_content h1 {
    font-size: 51px;
    font-family: "Sora", sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 70px;
}

.slide_content h1 span{
    font-size: 51px;
    font-family: "Sora", sans-serif;
    color: #DBB65D;
    font-weight: 700;
    line-height: 70px;
    white-space: nowrap;
}

.slide_content p
{
    font-size: 16px;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    line-height: 27px;
}
.slide_content p span
{
    color: #FEC201;
    font-weight: 800;
}

.contct_usbtn
{
    margin-top: 40px;
}
.contct_usbtn a
{
    font-size: 16px;
    color: #fff;
    padding: 16px 40px;
    background: #DBB65D;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #DBB65D;
    transition: 0.4s ease;
}
.contct_usbtn a:hover
{
    background: #FFFFFF;
    color: #DBB65D;
}

.Home_Owll.owl-theme .owl-nav {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.Home_Owll .owl-nav .owl-prev span, .Home_Owll .owl-nav .owl-next span {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    background: #DBB65D;
    border-radius: 50%;
    color: #ffffff;
}
button.owl-prev {
    left: 4px !important;
    position: absolute;
    top: 50%;
}
button.owl-next {
    right: 4px !important;
    position: absolute;
    top: 50%;
}

.our_aminities {
    padding: 50px 0 120px 0;
}
.hmCardImg
{
    text-align: center;
}
.anim_hdnng h3
{
    color: #262626;
    font-size: 36px;
    line-height: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}
.hmCrdTitle h3
{
    color:#262626;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.hmCrdTitle p
{
    font-size: 14px;
    color: #525252;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.animCC
{
    padding: 0 60px;
}

.luxry_appartments
{
    background-image: url("https://creekwood.com.pk/assets/images/about-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.lxry_cont h3
{
    font-size: 40px;
    font-family: "Sora", sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 46px;  
    text-align: center; 
}
.lxry_cont h3 span{
    font-size: 40px;
    font-family: "Sora", sans-serif;
    color: #DBB65D;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
.contBttnn
{
    margin-top: 40px;
    text-align: center;
}
.contBttnn a
{
    font-size: 16px;
    color: #fff;
    padding: 16px 40px;
    background: #DBB65D;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #DBB65D;
    transition: 0.4s ease;
}
.contBttnn a:hover
{
    background: #FFFFFF;
    color: #DBB65D;
}
.hmePartnWrap {
    display: flex;
    align-items: center;
}

.hmwrap_1 {
    width: 100%;
    height: 144px;
    padding: 12px;
}

.hmwrap_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hmPartnerss 
{
    padding: 120px 0 50px 0;
}
div#price_list iframe, div#Brochure iframe {
    height: 599px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .cont_sec h2 {
        font-size: 30px; 
    }
    .ls_1 p span, .ls_1 p
    {
        font-size: 14px;
    }
    .contactForm input, .contactForm textarea
    {
        padding: 9px 10px;
    }
    .footer_mid h3
    {
      font-size: 19px;
      margin-bottom: 0;
    }
    .footer_mid p { 
        font-size: 12px; 
        line-height: 24.2px; 
        margin-bottom: 10px;
    }
    .foot_lc p, .foot_lc p span
    {
        font-size: 12px;
    }
    .ab_w h2
    {
        font-size: 30px;
    }
    .ab_w p
    {
        font-size: 14px;
    }
    .abtCard_content h3
    {
        font-size: 22px;
    }
    .abtCard_content h4
    {
        font-size: 14px;
    }
    .abtCard_content p
    {
        font-size: 13px;
    }
    .abt_msnImg {
        width: 100%;
        height: 336px;
    }
    .team_lft_hdng h3
    {
        font-size: 24px;
    }
    .team_lft_hdng h3
    {
        font-size: 28px;
    }
    .colab_txt h3
    {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .topWrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap !important;
        justify-content: left !important;
    }
    .slide_content h1, .slide_content h1 span
    {
        font-size: 26px;
        line-height: 1.2em;
    }
    .contct_usbtn a, .contBttnn a
    {
        font-size: 14px;
        padding: 10px 25px;
    }
    .Home_Owll .owl-nav .owl-prev span, .Home_Owll .owl-nav .owl-next span {
        font-size: 21px;
        height: 25px;
        width: 25px;
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
        background: #DBB65D;
        border-radius: 50%;
        color: #ffffff;
    }
    .slide_content
    {
        top: 50%;
    }
    .contct_usbtn
    {
        margin-top: 0;
    }
    .lxry_cont h3, .lxry_cont h3 span
    {
        font-size: 27px;
        line-height: 1.2em;
    }
    .hmePartnWrap {
        flex-wrap: wrap;
    }
    .footerWrap {
        background: #171717;
        margin-top: 104px;
        padding: 50px 0;
    }
    .footerBtmwrap
    {
        flex-wrap: wrap;
        margin-top: 6px;
    }
    .ftrbtm_lft
    {
        margin-bottom:  13px;
    }
    .cont_txt h1
    {
        font-size: 30px;
    }
    .cont_banner 
    {
        margin-bottom: 33px;
    }
    .mr_ft, .ml_ft
    {
        margin: auto;
    }
    .ab_w {
        margin: 29px 0;
    }
    .thumbAbt {
        width: 100%;
        height: 78px;
        border-radius: 8px;
    }
    .our_aminities {
        padding: 0px 0 35px 0;
    }
}

@media screen and (max-width: 576px) {
    .tp_1 p span, .tp_1 p
    {
        font-size: 12px;
    }
    .homeBanr {
        position: relative;
        width: 100%;
        padding-top: 70%;
        min-height: 260px;
    }
    .contct_usbtn a, .contBttnn a {
        font-size: 12px;
        padding: 6px 14px;
    }
    .slide_content p
    {
        font-size: 12px;
        line-height: 18px;
    }
    .slide_content h1, .slide_content h1 span
    {
        font-size: 18px;
    }
    .hmwrap_1
    {
        height: 102px;
    }
    .anim_hdnng h3
    {
        font-size: 27px;
        line-height: 1.2em;
    }
    .hmPartnerss {
        padding: 50px 0 0 0;
    }
    .ab_w p
    {
        font-size: 12px;
    }
    .ab_w h2 {
        font-size: 24px;
        line-height: 1.2em;
    }
    .abt_main {
        padding-top: 0;
    }
    .gallery_slider
    {
        padding: 0;
    }
    .anim_hdnng h3
    {
        font-size: 24px;
    }
    .footer_mid h3
    {
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .abt_msnImg {
        width: 100%;
        height: 250px;
    }
    .row.CollabWrapp
    {
        margin: 0 0;
    }
    .cont_sec h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }   
    .social_cont {
        margin-bottom: 0;
    }
    .footer_mid p {
        margin-bottom: 4px;
    }
    .ftrbtm_lft p {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .foot_lc {
        margin-right: 0;
        margin-bottom: 2px;
    }
    .footer_mid.mbl_mrggn {
        margin: 14px 0;
    }
    .mbl_sccl {
        margin: 12px 0;
    }
    .cont_banner {
        margin-bottom: 4px;
        min-height: 169px;
    }
    section.about_who {
        padding: 0 10px;
    }
    .abtCard_wrap {
        margin-bottom: 27px;
    }
    section.abt_mission {
        padding: 0 10px;
    }
    .row.abt_main.misson_abtttmz {
        flex-direction: column-reverse;
    }
    .SlidTabs .nav-tabs .nav-link {
        font-size: 12px;
        padding: 8px 15px;
    }
    .SlidTabs .nav-tabs .nav-link.active
    {
        font-size: 12px;
        padding: 8px 15px;
    }
    .team_lft_hdng h3 {
        font-size: 18px;
    }
    .mz_Abt .col-12 {
        margin-bottom: 15px;
    }
    .dsg_ritimg {
        width: 100%;
        height: 74px;
        text-align: center;
        margin: auto;
        margin-top: 21px;
    }
    .colab_txt h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .cont_txt h1 {
        font-size: 24px;
        line-height: 20px;
    }
    section.cont_sec {
        padding: 20px 10px;
    }
    div#price_list iframe, div#Brochure iframe  {
        width: 100%;
        height: 300px;
    }
}
