
/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
html {
    overflow-x: hidden;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 30px;
}
header.header {
    padding: 0px 1%;
    position: relative;
}
.header-logo::before {
    content: unset;
}
.header-logo {
    height: 100px;
    padding: 10px 0px;
    position: relative;
    background-color: unset;
}
.top-bar-right ul {
    display: block;
    text-align: center;
}
.top-bar-right ul li a {
    font-size: 13px;
    margin-left: 0px;
    padding-left: 0px;
}
.header-link {
    width: 100%;
    padding: 10px 15px;
}
.header-tel i {
    font-size: 40px;
}
.header-logo a {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    object-fit: contain;
}
.theme-btn-1 {
    font-size: 12px;
    padding: 12px 22px;
}
.theme-btn-2 {
   font-size: 12px;
    padding: 12px 22px;
}
.banner-samll-slider-box {
    height: 65px !important;

}
.main_slider {
    min-height: 0px;
    padding: 60px 3% 50px;
}

.about-img-row-1 {
    display: block;
}
.about-img-row-1 img.about-img-1 {
    height: auto;
}
.about-img-row-2 {
    display: block;
    margin-top: 10px;
}
.about-img-row-2 img.about-img-2 {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-img-row-1 .experience-box {
    padding: 15px;
    max-width: 100%;
}
.about-img-row-2 img.about-img-2 {
    height: auto;
}
.about-img-row-2 img.about-img-3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-left: 0px solid var(--white);
}
.about-text h2 span {
    font-size: 30px;
    display: block;
}




}


/*Media Query End*/