@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{padding: 0;margin: 0;box-sizing: border-box;}
ul,ol{padding: 0;}
.top_header{
    background-color: #E31E24;
}
.header_con li{
    list-style: none;
}
.header_con a{
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px;
    color: White;
    font-family: "Lato", serif;
    font-weight:500 ;
}
.header_info{
    padding: 5px 0;
}
.header_mail{
    padding: 5px 0;
}
.header_main_con{
    font-size: 12px;
    color: White;
    font-family: "Lato", serif;
    font-weight:500 ;
}
.header{
    background-color: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.nevbar{
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.nevbar_con li{
    list-style: none;
}
.nevbar_con a{
    text-decoration: none;
    padding: 18px 23px;
    font-size: 15px;
    font-family: "Lato", serif;
    font-weight: 500;
    color: black;
    position: relative;
}
.drop_con::before{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #0C7D8D;
    bottom: 8px;
    transition: all 400ms ease-in-out;
}
.drop_con:hover:before,
.drop_con.active:before
{
    width: 50%;
}
.download_button{
    padding: 10px 5px;
    display: inline-block;
    background:#0C7D8D;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.download_button::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #E31E24;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: 1.3s;
}
.download_button:hover:after{
    transform: scaleX(1);
}
.drop{
    position: relative;
    z-index: 2;
}
.dropdown{
    position: absolute;
    content: "";
    top: 35px;
    left: 18px;
    width: 245px;
    border: 1px solid none;
    border-top: 2px solid #0C7D8D;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.10);
    display: none;
    background-color: white;
}
.drop:hover .dropdown{
     display: block;
}
.dropdown a{
    font-size: 16px;
    font-weight: 500;
    color: rgb(37, 61, 78);
}
.dropdown li{
    margin-bottom: 10px;
}
.dropdown li:hover{
    padding-left: 8px;
    transition: 0.5s;
}
.menu_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-radius: 1px solid;
    color: white;
    background-color: #0C7D8D;
    border: none;
    font-size: 24px;
}
@media (max-width: 992px) {
    .header_con a{
        font-size: 10px;
        /* padding: 15px 18px; */
    }
    .header_main_con{
        font-size: 9px;
        /* padding: 15px 18px; */
    }
    .drop a{
        font-size: 8px;
        /* padding: 15px 18px; */
    }
}
@media (max-width: 1196px) {
    .drop a{
        font-size: 10px;
        /* padding: 15px 18px; */
    }
}
.banner .Amc_Services1{
    position: absolute;
    bottom: -109px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 10;
    background: #FFF;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.banner > img
{
    /*aspect-ratio: 3;*/
    
    object-fit: cover;
}

.Amc_Services{
    position: relative;
    transform: translatey(-100px);
    z-index: 10;
}
.send_btn{
    padding: 10px 30px;
    background: #0C7D8D;
    text-decoration: none;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-paper-plane{
    margin-left: 5px;
}
@media (max-width: 578px) {
    .banner .Amc_Services1{
        position: relative;
        transform: translatex(0);
        left: 0;
        bottom: 0;
    }
}
.main_heading{
    font-family: "Lato", serif;
    font-size: 30px;
    color: #253d4e;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
.hospital_background{
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
}
 .hospital_background:hover{
    box-shadow:  5px 5px 20px #253d4e35;
    transition: 0.5s;
    
}
.hospital_lift img{
    aspect-ratio: 0.8;
    object-fit: contain;
}
.hospital_tag{
    color: #253d4e;
    font-size: 18px;
    font-family: "Lato", serif;
    font-weight: 700;
}
.buy_lift
{
    border-top: 1px solid #253d4e;
}
.buy_lift > *{
    flex: 50%;
    background: #eee;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
}
.bg-primary{
    background-color: #0C7D8D !important;
}
.ele_back{
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
}
.ele_img img{
    aspect-ratio: 0.8;
    object-fit: contain;
}
.vehicle_img{
    position: relative;
}
.vehicle_img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color:#0000 ;
    border-radius: 10px;
    transition: 0.5s;
}
.vehicle_img:hover::before{
    background-color:#0005 ;
}
.vehicle_relative{
    position: relative;
    overflow: hidden;
}
.vehicle_con{
    content: "";
    position: absolute;
    top: -150px;
    max-width: 75%;
    color: #ffffff;
    font-family: "Lato", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    transition: 0.9s;
}
.vehicle_relative:hover .vehicle_con{
    top: 25%;
}
.vehivle_button{
    content: "";
    position: absolute;
    bottom:-55px;
    color: #FFF;
    text-decoration: none;
    font-family: "Lato", serif;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px;
    background-color: #0C7D8D;
    transition: 0.9s;
}
.vehicle_relative:hover .vehivle_button{
    bottom: 30%;
}
.main_repair{
    position: relative;
    border-radius: 10px;
    border: 1px solid #253d4e52;
}
.repair_name{
    content: "";
    position: absolute;
    background-color: #fff;
    max-width: 306px;
    bottom: -40px;
    border-radius: 5px 5px 0 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .15);
    transition: 0.5s;
}
.repair_name:hover{
    transform: translatey(-10px);
}
.repair_head{
    font-size: 18px;
    font-family: "Lato", serif;
    color: #253d4e;
    font-weight: 600;
}
@media (max-width: 1196px) {
    
    .vehicle_con{
        font-size: 14px;
    }
    .vehivle_button{
        font-size: 13px;
    }
    
}
@media (max-width: 490px) {
    
    .vehicle_con{
        font-size: 10px;
        max-width: 55%;
    }
    .vehivle_button{
        font-size: 10px;
        padding: 10px;
    }  
}
@media (max-width: 768px) {
    .repair_name{
        bottom: 0;
    }
}
.testimonial_back{
    background: #f1f1f1;
    padding: 5px 9px;
    position: relative;
}
.testimonial_back::after{
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: 46px;
    transform: rotateZ(-46deg);
    
}
.test_img{
    min-width: 80px !important;
    max-width: 80px;
    margin-top: 17px;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}
.testimonial_services .owl-dots
{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.testimonial_services .owl-dots button
{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 5px solid #9af3ff;
    background: #0C7D8D;
    opacity: .5;
    margin-top: 10px;
}
.testimonial_services .owl-dots button.active{
    opacity: 1;
}
.testimonial_services .owl-nav button {
    display: none;
}
.form_bg{
    background-color: #0c7e8d1a;
    border-radius: 5px;
}
.contro_bg{
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
    }
}    
.feature_img{
    gap: 1rem;
    background-color: #0c7e8d1a;
    border-radius: 5px;
    margin-right: 5px;
}
.footer{
    background-color: #0c7e8d1a;
}
.footer_add{
    font-size: 15px;
    font-family: "Lato", serif;
    font-family: 500;
}
.quick{
    font-size: 26px;
    color: #253d4e;
    font-weight: 700;
    line-height: 1.2;
}
.link_list li{
    list-style: none;
    margin: 0 0 8px;
}
.link_list a{
    color: #253d4e;
    font-size: 15px;
    text-decoration: none;
    font-family: "Lato", serif;
    font-weight: 500;
}
.pan_india{
    background-color: #0c7e8d1a;
    border-top: 2px solid white;
}
.pan_india ul li{
    list-style: none;
}
.pan_india1 a{
  text-decoration: none;
  color: #253d4e;
  font-size: 15px;
}
.icons a {
    color: rgb(0, 0, 0) !important;
    font-size: 25px;

}
@media (max-width: 768px) {
    .list_margin{
        margin-top: 0px;
    }
}
.border-bottom a{
    text-decoration: none;
}
.banner_text{
    width: 100%;
    background-color: #E9E9E9;
    padding: 2px 35px;
}
.banner_text h5 a{
    color: #787878;
    text-decoration: none;
    font-family: "Lato", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
}
.banner_text h5 a:hover{
    color: #000;
}
.banner_text h5 span{
    color: #000;
    text-decoration: none;
    font-family: "Lato", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}
.feature1{
    background-color: #0c7e8d15;
}
.feature_circle{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #0C7D8D;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    align-items: center;
}
.product{
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}
.product_name{
    color: #4d4d4d;
    font-weight: 800;
    font-family: "Lato", serif;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 30px;
}
.nav a{
    text-decoration: none;
    color: #0C7D8D;
    font-family: "Lato", serif;
    font-size: 25px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 9px;
    padding: 5px 15px;
}
.nav{
    position: relative;
}
.nav a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    height: 2px;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to right,#0C7D8D,white,#0C7D8D);
}
.digi_bg{
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 30px 20px;
}
.digi-pera{
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    line-height: 24px;
}
.product_name1{
    color: #4d4d4d;
    font-weight: 800;
    font-family: "Lato", serif;
    margin-bottom: 12px;
    font-size: 30px;
}
.text{
    color: white;
    margin-left: 10px;
}
.text a{
    text-decoration: none;
}
.text2 {
    color: white !important;

}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#sidebarmenu .offcanvas-body .top{flex-grow: 1;}
#sidebarmenu .offcanvas-body .bottom{justify-self: end;}
#sidemenu .nav-list a
{
    color: #000;
    text-decoration: none;
}
#sidemenu .nav-list li a
{
    position: relative;
    display: block;
    padding: 10px 20px;
    transition: 0.4s;
}
#sidemenu .nav-list li a:is(:hover,:active,:focus){
    background: #0C7D8D;
    color: #fff;
}
#sidemenu .nav-list li a.active{background: #0C7D8D;color: #fff;}
#sidemenu .nav-list li > ul
{
    display: none;
    background: #eee;
}
#sidemenu .nav-list li.active > ul
{
    display: block;
}
#sidemenu .nav-list li.active i
{
    transform: rotate(180deg);
}
.fixed-btns .fixed-btn
{
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 45px;
    font-size: 1.75rem;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #0C7D8D;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.fixed-btns .fixed-btn a{
    color: inherit;
}
.fixed-btns .fixed-btn.bottomtotop
{
    left: auto;
    right: 1rem;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}
.fixed-btns .fixed-btn.bottomtotop.active{
    opacity: 1;
    pointer-events: all;
}
.fixed-btn.call{
    bottom:5rem;
}

.nav-pills{gap:1rem;}
.nav-pills li
{
    border: 1px solid #eee;
    padding: 4px 10px;
    cursor: pointer;
    user-select: none;
}
.nav-pills li.active
{
    background: #0C7D8D;
    color: #fff;
}
.pre-line{
    white-space: pre-line;
}
.repair_img img{
    aspect-ratio: 1.3;
    object-fit: cover;
}
.galleryWrapper{
    columns:250px;
}
@media(max-width:450px){
  .galleryWrapper{
    columns:2;
}  
}