/*Prachi Responsive scetion*/

@media (min-width: 1700px) {
    .service-box {
        min-height: 265px !important;
    }
}


 @media (max-width: 1024px) {
    .feature-thumb-border {
    border: 1px solid rgb(239, 239, 239);
    min-height: 140px;
}
.service-box {
    
    min-height: 315px;
}

}



@media (max-width: 1200px) {
    .download-pdf .icon-box {
		padding-left: 0px !important;
    }
   .square-flip {
   	margin-top: 30px;
   }

}



@media (max-width: 768px) {
    .pt-100 {
    padding-top: 50px;
}
 .about-section {
   padding: 50px 0px 50px;
}
.about-section .content-column .inner-column {
    padding-right: 0px;
}

.o-blind__itemContent::after {
    border-color: transparent transparent var(--color-cream) transparent;
    border-style: solid;
    border-width: 0px 10px 10px;
    bottom: 0px;
    content: "";
    display: block;
    height: 0px;
    left: 41px;
    position: absolute;
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0px;
    display: none;
}
a.logo img {
        
        max-height: 65px !important;
    }
.toggle_menu::before, .toggle_menu span, .toggle_menu span::before, .toggle_menu span::after {
   
    width: 20px;
}
.toggle_menu {
    
    height: 40px;
    width: 50px;
   
}
.p-5 {
    padding: 15px !important;
}
.feature-thumb-border {
  min-height: 140px;
}

.service-box {
        min-height: 260px !important;
    }
.sf-menu {
        padding: 11px 63px 300px 54px;

        }
.service-box {
    
    border: 1px solid #e3e2e2;
    
} 


}

@media screen and (max-width: 767px) {
.holderCircle {
        width: 380px;
        height: 380px;
    }
        .round {
            height: 280px;
            width: 280px;
        }
       
        .dotCircle .itemDot {
            width: 50px;
            height: 50px;
            border-radius: 25px;
        }
                .contentCircle {
                    height: 250px;
                    width: 250px;
                }
}

@media screen and (max-width: 379px) {
    .holderCircle {
        width: 320px;
        height: 320px;
    }

    .round {
        height: 250px;
        width: 250px;
    }

    .dotCircle .itemDot {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }

    .contentCircle {
        height: 190px;
        width: 190px;
    }

        .title-box p {
            font-size: 13px;
        }
}