@media (max-width: 1500px) {
    .header-default .logo-bg {
        width: 23%;
    }
    .about-one__shape-1{
        top: 204px;
    }
}

@media (max-width: 1200px){
    .contact-map iframe {
        height:650px;
    }
    .services-two__main-tab-box .tab-buttons .tab-btn {
        padding: 20px 16px;
        font-size: 16px;
    }
    .theme-btn{
        left:250px;
    }
    .about-features {
        margin-bottom: 70px;
    }
    .breadcumb-wrapper {
        padding: 60px 0;
    }
    .header-default .logo-bg {
        width: 22%;
    }
    .about-one__shape-1 img{
        height:130px;
    }
    .team-one__img img{
        object-fit:contain;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .about-one__img-2{
        bottom:-200px;
    }
} 

@media (max-width: 1024px){
    .about-one__shape-2 img {
        width: 180px;
    }
    
}

@media (max-width: 991px){
    .header-links li:not(:last-child):after{
        display:none;
    }
    .header-links li:not(:last-child){
        margin:0px;
    }
    #about-sec {
        padding: 30px 0px;
    }
    .pro_main {
        position: relative;
        padding: 30px 0px;
    }
    #service-sec {
        padding: 30px 0px;
        background-color: #f7f7f7;
    }
    .c_profile_main{
        padding:30px 0px;
    }
    .team-one {
        padding: 30px 0;
    }
    .modal-dialog {
        width: auto;
    }
}

@media (min-width: 769px) and (max-width: 991px){
    .header-default .logo-bg {
        width: 30%;
    }
        .about-features{
        flex-wrap:wrap;
        justify-content:normal;
    }
}

@media (max-width: 768px){
    .header-default .logo-bg {
        width: 30%;
    }
    
    .header-links li:not(:last-child){
        margin:0px;
    }
    .about-one__img img{
        height:500px;
        width:100%;
    }
        .about-one__shape-1 img{
        height:130px;
    }
        .about-one__shape-1 {
        position: absolute;
        top: 26px;
        left: -104px;
        z-index: 1;
    }
    .about-one__shape-2 img{
        width:60%;
    }
    .services-two__main-tab-box .tab-buttons .tab-btn {
        font-size: 12px;
        padding: 14px 14px;
    }
    .services-two__main-tab-box .tab-buttons{
        flex-wrap:wrap;
    }
    .breadcumb-title {
        font-size: 26px;
    }
    .contact-map iframe {
        height: 500px;
        border-radius: 20px;
    }
    .team-one__img img{
        object-fit:contain;
    }
}
@media (min-width:426px) and (max-width: 768px){
    .about-one__img-2{
        bottom:0px;
    }
}

@media (min-width: 576px) and (max-width: 768px){
    .theme-btn{
        left:200px;
    }
    .about-features{
        flex-wrap:wrap;
        justify-content:normal;
    }
}
@media (max-width: 575px) {
    
    .header-default .logo-bg {
        width: 43%;
    }
    .about-one__shape-1 img{
        height:80px;
    }
    .about-one__shape-1 {
        position: absolute;
        top: 50px;
        left: -104px;
        z-index: 1;
    }
    .about-features{
        flex-direction:column;
    }
    
    .section-heading p {
        font-size:14px;
    }
    .section-heading h2 {
        font-size: 36px;
        line-height: 38px;
    }
    .c_profile_main .row{
        flex-direction: column-reverse;
    }
    .breadcumb-wrapper {
        padding: 50px 0;
        margin-top: 0px;
    }

    .about-one__img img{
        height:100%;
        width:100%;
    }
}
@media (max-width: 425px){
    .header-default .logo-bg {
        width: 46%;
    }
}
@media (max-width: 375px){
    .header-default .logo-bg {
        width: 50%;
    }
}
@media (max-width: 320px){

}
