.video-back {
    position: relative;
   
    width: 100%;
    overflow: hidden;
   
    line-height: 1;
}
.hidden {
    display: none !important;
}
.video-back video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    max-width: 100%;
}
.header-logo img{
    max-height:64px;
}
.about-us
{
    background:#fff;
}
.header-sticky.active ul li a {
    color:#fff;
}
.about-ul {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    display: flex;
}
.about-ul li{
    display:inline-block
}
    .about-ul li:first-child
    {
        margin-left:30px;
    }
.about-ul li:first-child img{
    min-width:66px;
}
.about-ul
{
    margin-bottom:40px;
}

.about-sub-title {
    font-size: 21px;
    color: #01557B;
    font-weight:bold;
    margin-bottom:15px;
}
.medicine {
    position: absolute;
    bottom: 63px;
    left: 93px;
}
.about-us, .about-us  .container{
    position: relative;
}
.med-number {
    color: #fff;
    font-size: 95px;
    position: absolute;
    top: 80px;
    left: 52px;
    font-weight: bold;
}
.med-title {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 150px;
    left: 68px;
   
}
.med-desc {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 190px;
    max-width: 210px;
    text-align: center;
    left: 49px;
}
.play-video {
    bottom: 40px;
    text-align: center;
    margin: auto;
    position: absolute;
    width:429px;
}

.play-title {
    color: #fff;
    font-size:24px;
    text-align:center;
    margin-top:20px;
}
.about-us .row .col-lg-6:last-child
{
    position:relative
}
.play-title a {
    color: #fff;
}
.services {
    background: #f5f5f5;
    position:relative;
   
    padding:80px 0 0
}
.services-title {
    font-size: 48px;
    color: #0A78A9;
    font-weight:bold
}
.services > img {
    position: relative;
    margin-top: -215px;
    z-index: auto;
    opacity: 0.2;
}
.services-desc {
    font-size: 22px;
    color: #696969;
    line-height:1.6;
    margin-bottom:40px;
    text-align:justify
}
.facts {
    background: #f5f5f5;
}
.facts-boxes {
    background: #fff;
    border-radius: 25px;
    padding: 30px 0;
    position:relative;
    margin-top:-100px;
}
.facts-box img{
    margin-bottom:20px;
}
.facts-box-title {
    margin-bottom: 20px;
    font-size: 42px;
    color: #000000;
    font-weight:bold
}
.facts-box-subtitle {
    color: #929292;
    font-size:19px;
}
.counter {
    margin-left: 5px;
}
.facts-box
{
    text-align:center
}
.future {
    padding: 120px 0 120px;
    background: #f5f5f5;
}
.future-title {
    color: #0A78A9;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.future-box {
    position: relative;
   
}
.future-content {
    bottom: 35px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.future-box-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2
}
.future-box-desc {
 
    color: #fff;
    font-size: 18px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    line-height: 1.4
}
.future-image {
    position: relative;
    border-radius: 26px;
}

    .future-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container */
        border-radius: 26px;
    }

    .future-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 26px;
        height: 100%;
        background-image: linear-gradient(to top, #0a78a9ba, #ffffff00);
      
        pointer-events: none; /* Ensure it doesn't block interaction with the image */
    }
.clear
{
    clear:both
}
.products-call > img{
    position:absolute;
    z-index:0;
}
.products-title {
    color: #0A78A9;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
}
.products {
    padding: 80px 0 0;
    position: relative;
    z-index: 9
}
.product-img {
    position: relative;
    border-radius: 26px;
}

    .product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container */
        border-radius: 26px;
    }

    .product-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 26px;
        height: 100%;
        background-image: linear-gradient(to right, #fff, #ffffff00);
        pointer-events: none; /* Ensure it doesn't block interaction with the image */
    }
.product-box-title {
    color: #0A78A9;
    font-size: 38px;

    position: relative;
    text-align: left;
  
    text-align: center;
    top: 0;
    position: absolute;
    top: 50%;
    left: 40px;
    text-align: center;
    line-height: 1.2;
    margin-top: -50px;
    font-weight: bold;
}
.product-box
{
    position:relative;
    margin-bottom:30px;
}
.form-contact-home {
    background: #fff;
    border-radius: 27px;
    position: relative;
    z-index: 1;
    padding: 40px 50px 10px;
}
#contact-form > ul{
    list-style:none;
    padding-right:0
}
#contact-form > ul li
{
    display:inline-block;

}
    #contact-form > ul li:first-child{
        margin-left:5px;
    }
    #contact-form > ul p {
        font-size: 24px;
        color: #0A78A9;
        font-weight:bold
    }
.share-title {
    font-size: 24px;
    color: #01557B;
    font-weight: bold;
    margin-bottom: 40px;
}
#contact-form .form-group{
    margin-bottom:30px;

}
#contact-form .form-control {
    color: #A5A5A5;
    font-size: 22px;
    border-radius: 17px;
    border: 1px solid #0A78A9;
    padding-right: 20px;
 text-align:right;
    padding-top: 8px;
    padding-bottom: 18px;
}
#contact-form textarea.form-control {
    min-height: 120px;
    padding-right: 20px;
    padding-top: 12px;
    color: #A5A5A5;
}
.cta-btn button {
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    text-transform: capitalize;
    padding: 13px 50px 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    background: #0A78A9;
    border: 0;
}
    .cta-btn button span {
        position: relative;
        z-index: 1;
    }
    .cta-btn button::after {
        content: '';
        position: absolute;
        width: 0;
        height: 104%;
        top: 50%;
        left: 50%;
        background: var(--secondry-color);
        opacity: 0;
        z-index: 0;
        transform: translateX(-51%) translateY(-51%);
        transition: all 0.4s ease-out;
        border-radius: 5px;
       
    }
    .cta-btn button:hover::after {
        width: 106%;
        opacity: 1;
        background: #D41282;
    }

.map-home >img{
    position:absolute;
    bottom:0;
 
   
    z-index:0;
 

}

.map-home-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 110px;
    color: #0A78A9;
    text-align: center
}
.map-home .container
{
    position:relative;
    z-index:1
}
.map-home {
    margin-top: -120px;
    position: relative;
    background: #e9e9e9;
    padding: 210px 0 120px;
}
.branch-title {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 38px;
    color: #0A78A9
}
.branch-subtitle {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 24px;
    color: #0A78A9;
    font-weight: bold;
    line-height: 1.2;
}
.branch-phone {
    margin-bottom: 20px;
    font-size: 24px;
    color: #0A78A9;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1.2;
}
    .branch-phone a {
        color: #0A78A9
    }
    .branch-box {
        text-align: center
    }
.irbid-img
{
    text-align:center
}
.map-content
{
    padding-right:110px;
    padding-left:110px;
}
.irbid-img img {
    position: relative;
    margin-top: -146px;
    z-index: -1;
}
.map-content .row .col-md-3:nth-child(3) .branch-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
}
.map-content .row .col-md-3:nth-child(3)
{
    position:relative
}
.map-home .cta-btn
{
    text-align:center
}
    .map-home .cta-btn a.appointment-btn {
        border: 1px solid #0A78A9;
        background: transparent;
        color: #0A78A9;
        font-size: 25px;
        min-width: 210px;
        padding: 10px 50px 17px;
    }
.home-news
{
    padding:80px 0;
    background:#fff;
}
.news-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 80px;
    color: #0A78A9;
    text-align: center;
}
.news-box img
{
    border-radius:9px;
}
.news-box
{
    position:relative
}
.news-cat {
    padding: 13px 23px 13px 25px;
  
    color: #fff;
    margin-right: 20px;
    position: absolute;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 10px;
    background: #0A78A9;
    bottom: 26px;
}
.news-box-img
{
    position:relative
}
.news-date {
    color: #929292;
    font-size:16px;
    margin-bottom:20px;
}
.short-desc {
    font-size: 17px;
    margin-bottom: 20px;
    color: #676767
}
.news-more {
    color: #0A78A9;
    font-size:20px;
    font-weight:bold
}
.partners-title {
    color: #929292;
    font-size:42px;
    font-weight:bold
}
.partners {
    padding: 40px 0;
    background: #f5f5f5;
}
.bx-viewport {
    direction: ltr
}
.bx-wrapper
{
    margin-bottom:0;
    box-shadow:none;
    background:transparent;
    border:0
}
.footer {
    padding: 160px 0 120px;
    position: relative;
    background: url(../images/footer.jpg);
    background-repeat:no-repeat
}
.logo-footer{
    max-width:223px;
    margin-bottom:40px;
}
.footer-about {
    font-size: 16px;
    color: #0A78A9;
    margin-bottom: 35px;
}
.footer-social {
    list-style: none;
    padding-right: 0;
    margin-bottom: 40px;
    padding-left: 0;
}
    .footer-social li a {
        display: inline-block;
        width: 53px;
        height: 51px;
        background: #fff;
        border-radius: 6px;
        line-height: 51px;
        text-align: center;
    }
    .footer-social li
    {
        margin-right:10px;
        display:inline-block
    }
.footer  > img{
    position:absolute;
    bottom:0;
    z-index:0;
}
.footer .container
{
    position:relative
}
.footer-phone a {
    color: #0A78A9;
    font-weight:bold;
    font-size:26px;

}
.footer-phone a span{
    margin-right:15px;
}
.footer-main-title {
    font-size: 26px;
    font-weight: bold;
    color: #0A78A9;
    margin-bottom:30px;
}
.footer-ul ul{
    list-style:none;
    padding-right:0;
}
.footer-ul ul li{
    display:block;
    margin-bottom:25px;
}
    .footer-ul ul li a {
        font-size: 20px;
        color: #0A78A9;
    }
.icon-hour
{
    text-align:center
}
.working-ul 
{
    margin-top:30px;
}
.working-hours-title {
    font-size: 34px;
    font-weight: bold;
    /* margin-bottom: 40px; */
    border-bottom: 4px solid #0A78A9;
    color: #0A78A9;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.working-ul  ul{
    list-style:none;
    padding-right:0;
}
.working-hours
{
    text-align:center
}
.icon-hour {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -50px
}
.working-ul ul li:first-child {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0A78A9;
}
.working-ul ul{
    margin-bottom:15px;
    padding-right:0;
    padding-left:0
}
    .working-ul ul li:last-child {
        font-size: 18px;
       
        margin-bottom: 5px;
        color: #0A78A9;
    }
.working-hours
{
    position:relative
}
    .working-hours > img {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: -70px;
    }
.copyright
{
    padding:20px 0; 
}
    .copyright p {
        margin-bottom: 0;
        text-align: center;
        color: #01557B;
        font-size:15px;
    }
.container.h-100 {
    position: absolute;
    top: 0;
    padding-right: 15px;
    padding-left: 15px;
 left:0;
 right:0;
 margin:auto;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.display-3 {
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0.2em;
   margin-bottom:45px;
   
    font-size: 78px;
    font-weight: bold;
    color: #fff;
}
.display-4
{
    font-size:24px;
    color:#fff;
    line-height:1.4
}
.about-inner-title {
    color: #fff;
    font-size: 48px;
    color: #01557B;
    font-weight:bold;
    margin-bottom:40px;
}
.about-inner-desc {
    font-size: 32px;
    line-height: 1.4;
    color: #929292;
    text-align: justify
}
.about-us-inner
{
    padding:80px 0;
}
.about-us-inner .row .col-md-6:last-child
{
    position:relative
}
.about-img
{
    position:absolute
}
.about-img {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.all-about {
    background-image: linear-gradient(to bottom, #ffffff00, #E9E9E9);
}
.mission .about-inner-desc, .mission .about-inner-title {
    text-align: center
}
.mission {
    padding: 60px 0 90px
}
.vision {
    padding: 60px 0 90px
}
    .vision .about-inner-desc, .vision .about-inner-title {
        text-align: center
    }
.all-about >img{
    position:absolute;
    bottom:0;
    z-index:0
}
.all-about
{
    position:relative
}
.prods
{
    padding:80px 0;
}
.prod-title {
    color: #fff;
    font-size: 48px;
    color: #01557B;
    font-weight: bold;
    margin-bottom: 40px;
}
.prod-subtitle {
    font-size: 21px;
    line-height: 1.4;
    color: #0A78A9;
    text-align: justify
}
.prod-box {
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}
.prod-box-title {
    color: #0A78A9;
    font-size: 46px;
    font-weight: bold;
    position: absolute;
    line-height:1.2
}
.f1 .prod-box-title {
  
    top: 60px;
    right: 60px;
    left: auto
}
.f2 .prod-box-title {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 75px;
    text-align: center;
}
.prod-subtitle {
    margin-bottom: 73.5px;
   
}

.prod-box
{
    position:relative
}
.branches
{
    padding:80px 0 40px;
}
.branches-box {
    background: #F5F5F5;
    border-radius: 17px;
    padding: 60px 50px 45px 30px;
    position: relative;
    margin-bottom:40px;
}
    .branches-box > img {
        position: absolute;
        bottom: 0;
        max-width: 100%;
        right: 0;
        z-index:0;
        opacity:.2
    }
.branches-box .row{
    position:relative
}
.branch-img
{
    margin-top:-80px;
}
.bra-1 {
    font-size: 38px;
    font-weight: bold;
    color: #0A78A9;
    margin-bottom: 40px;
    line-height: 1.2;
}
.bra-2 {
    font-size: 24px;
    color: #0A78A9;
   font-weight:bold;
    margin-bottom:30px;
}
.bra-3 {
    font-size: 24px;
    color: #0A78A9;
    margin-bottom: 10px;
    font-weight: bold;
}
.bra-4 {
    font-size: 24px;
    color: #0A78A9;
    margin-bottom: 15px;
    font-weight: bold;
}
.bra-location {
    font-size: 18px;
    color: #696969;
    margin-bottom:30px;
}
.bra-hours ul
{
    padding-right:0;
    padding-left:0;
    list-style:none;
    margin-bottom:0
}
.bra-hours
{
    margin-bottom:45px;
}
.bra-phone {
    padding: 10px 20px 14px 20px;
    background: #0A78A9;
    border-radius: 34.5px;
    color: #fff;
}
.bra-phone span
{
    margin-right:5px;
}
.bra-phone b
{
    direction:ltr;
    display:inline-block;
    font-weight:400
}

.contact-title {
    font-size: 32px;
    font-weight: bold;
    color: #0A78A9;
    margin-bottom:30px;
}
.contact-subtitle {
    font-size: 16px;
   
    color: #A5A5A5
}
.contact-box {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 60px;
    FONT-WEIGHT: 600;
    border-radius: 17px;
    margin-top: -120px;
}
.contact-ul
{
    margin-top:40px;
}
    .contact-ul ul {
        list-style: none;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
.contact-ul ul li:first-child{
    margin-left:30px;
}
    .contact-ul ul li{
        display:inline-block
    }
.contact-ul li:last-child {
    color: #0A78A9;
    font-size:24px;
   

}
.contact-ul li a {
    display: block;
    margin-top: 15px;
    color: #0A78A9;
    direction: ltr;

}
.contactus hr {
    height: 1px;
    background: #3ADADAD;
    margin-bottom:30px;
}
.followus-title {
    font-size: 27px;
    color: #0A78A9;
    font-weight:bold;
    margin-bottom:40px;
}
.contact-social ul
{
    list-style:none;
    padding-right:0;
    padding-left:0;
}
.contact-social ul li{
    display:inline-block;
    margin-left:20px;
}
    .contact-social ul li:last-child {
        margin-left: 0px;
    }
.sendus-title {
    color: #0A78A9;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 60px;
}
.findus-map
{
    padding:60px 0 200px
}
.findus-title {
    font-size: 32px;
    font-weight: bold;
    color: #0A78A9;
    margin-bottom:70px;
    text-align:center
}
.map:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #0a78a9ba, #ffffff00);
    pointer-events: none;
    border-radius: 26px;
}
.map
{
    position:relative
}
.news-feature-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, #0a78a9ba, #ffffff00);
    pointer-events: none;
    border-radius: 26px;
}
.news-feature-img
{
    position:relative
}
.news-box-feature
{
    margin-bottom:40px;
}
.new-news-title
{

}
.new-news-box
{
    position:absolute;
    bottom:40px;
    right:60px;
}
.new-news-title
{
    font-size:24px;
    color:#fff;
    line-height:1.4;
    margin-bottom:30px;
}
.new-news-box
{
  
    z-index:1;
    
}
.news-feature {
    background: #D41282;
    width: 44px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 11px;
}
.news-box-feature
{
    position:relative
}
.new-news-date
{
    font-size:16px;
    color:#fff
}
.news-left {
    position: absolute;
    /* top: 50%; */
    bottom: 94px;
    right: 160px;
}
.new-news-box .col-md-5{
    position:relative
}
.gallery
{
    padding:80px 0;
}
.gallery-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #0a78a9ba, #ffffff00);
    pointer-events: none;
    border-radius: 26px;
}
.gallery-img
{
    position:relative
}
.gallery-content-title {
    color: #fff;
    font-size: 49px;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.gallery-content {
    position: absolute;
    bottom: 55px;
    right: 50px;
}
.gallery .col-md-4{
    position:relative
}
.gallery .cta-btn
{
    position:relative
}
    .gallery .cta-btn a.appointment-btn {
        background: #fff;
        color: #0A78A9;
    }
    .gallery .cta-btn a.appointment-btn {
    
        padding-top: 8px;
        padding-bottom: 8px;
        width:238px;
        height:53px;
        line-height:53px;
    }
        .gallery .cta-btn a.appointment-btn span:last-child {
            position: absolute;
            left: 15px;
            top: -3px;
        }
        .gallery .cta-btn a.appointment-btn span:first-child {
            position: absolute;
            right: 25px;
            top: -3px;
        }
    .gallery .cta-btn a.appointment-btn:hover span{
        color:#fff;
    }
.preloader svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}
@media (max-width:1449px) and (min-width:1200px)
{
    .services > img {
        
        margin-top: -145px;
   
    }
}
@media (max-width:1199px) and (min-width:992px)
{
    .services-title {
        font-size: 36px;
     
    }
   
    .services-desc {
        font-size: 18px;
       
        line-height: 1.2;
      
    }
    .services > img {
       
        margin-top: -180px;
    
    }
    .future-box-title {
     
        font-size: 24px;
      
    }
}

@media (max-width:991px)
{
    .slicknav_btn {
        background: #e4e4e4;
     
    }
}
@media (max-width:1199px) {
    .medicine {
        bottom: 170px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .med-number {
        font-size: 78px;
        top: 100px;
        left: 0;
        right: 0;
    }

    .med-title {
        top: 155px;
        left: 0;
        right: 0;
    }

    .med-desc {
        font-size: 13px;
        top: 190px;
        max-width: 180px;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
    .play-video {
        width: auto;
        left: 0;
        right: 0;
    }
    .union-details {
      
        margin-top: 45px;
    }
    .union-details {
        position: relative;
        display: inline-block;
    }
    .about-us .row .col-lg-6:last-child {
        text-align: center !important;
    }
    .facts-boxes {
        margin-top: 0;
    }

    .facts {
        padding-top: 60px;
    }
}
@media (min-width:992px)
{
    .desk-hidden{
        display:none !important
    }
}
@media (max-width:991px)
{
    .services .col-md-3, .services .col-md-8 {
        width: 100%;
    }
    .services {
     
        padding: 60px 0 0;
    }
    .services-title {
        font-size: 38px;
    line-height:1.2;
    margin-bottom:40px;
    }
    .services > img {
       
        margin-top: 0;
    
    }
    .services-desc {
        font-size: 18px;
     
        line-height: 1.4;
     
    }
    .future {
        padding: 80px 0 40px;
        background: #f5f5f5;
    }
    .future-title {
      
        font-size: 38px;
     line-height:1.4;
        margin-bottom: 60px;
    }
    .future .col-md-4{
        margin-bottom:40px;
    }
    .facts .col-md-3{
        margin-bottom:40px;
    }
    .products-title {
      
        font-size: 38px;
      line-height:1.4
    }
    .form-contact-home {
      
        padding: 40px 0px 10px;
    }
    .branch-box img{display:none}
    .map-home-title {
        font-size: 38px;
   
        margin-bottom: 60px;
     
    }
    .map-content {
        padding-right: 0;
        padding-left: 0;
    }
    .branch-box {
    
        background: #fff;
        padding: 30px;
        border-radius: 27px;
        margin-bottom: 30px;
    }
    .irbid-img
    {display:none}
    .map-content .row .col-md-3:nth-child(3) .branch-box {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .mobile-hidden
    {
        display:none !important
    }
    .branches-box .col-md-8 {
        display: none
    }
    .bra-1 {
        font-size: 38px;
     
    }
    .home-news
    {
        padding-top:0
    }
    .news-title {
        font-size: 38px;
     margin-bottom:40px;
     line-height:1.4
    }
    .home-news .col-md-4
    {
        margin-bottom:40px;
    }
    .home-news {
   padding-bottom:40px;
    }
    .partners-title
    {
        font-size:38px;
        line-height:1.4;
        margin-bottom:40px;
    }
    .footer {
        padding: 60px 0;
      
    }
    .footer .row .col-md-4:last-child
    {
        display:none
    }
  
    .footer-ul ul {
        padding-left: 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .footer-main-title
    {
        margin-top:30px;
    }
    .partners-title {
      
        margin-bottom: 10px;
    }
    .partners {
        padding: 40px 0 20px;
       
    }
    .logo-footer {
      
        margin-bottom: 25px;
    }
}
@media (min-width:536px) {
    .img-slider-1 {
        display: none
    }
}
@media (max-width:991px)
{
    .display-3 {
        font-size: 48px;
    }

    .display-4 {
        font-size: 21px;
        line-height: 1.4
    }
}
@media (max-width:535px) {
    .img-slider {
        display: none
    }
    
}
@media (max-width:991px)
{
    .mission {
        padding: 60px 0 0px;
    }
        .mission .about-inner-desc
        {
            margin-bottom:0
        }
}
@media (max-width:1199px) and (min-width:992px)
{
    .prod-subtitle {
        margin-bottom: 68.5px;
        font-size: 18px;
    }
}

@media (max-width:991px)
{
    .prod-title {
    
        font-size: 38px;
     
    }
    .prod-box-title {
    
        font-size: 38px;

    }
    .prods .col-md-6{
        width:100%
    }
    .prods
    {
        text-align:center
    }
}
@media(max-width:1199px) {
    .gallery-content-title {
        font-size: 38px;
    }
  
}
@media (max-width:991px)
{
    .new-news-box {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    .news-feature {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .new-news-title {
        font-size: 18px;
        color: #676767;
    }
    .new-news-box .col-md-5
    {
        display:none
    }
    .new-news-date {
     
        color: #929292;
    }
}
@media (max-width:1199px)
{
    .contact-box {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:991px)
{
    .contact-ul li:last-child {
      
        font-size: 21px;
    }
    .followus-title {
        font-size: 24px;
        }
    }
@media (max-width:1199px) and (min-width:992px)
{
    .branch-title
    {
        font-size:28px;
    }
}