@media (min-width: 992px) {
/* First post - col-lg-8 */
    .blog-posts .post-items>div:nth-child(1) {flex: 0 0 66.6667%;max-width: 66.6667%;}
/* All other posts - col-lg-4 */
    .blog-posts .post-items>div:nth-child(n+2) {flex: 0 0 33.3333%;max-width: 33.3333%;}
 }
@media (min-width: 576px) {.blog-posts .post-items>div {flex: 0 0 50%;max-width: 50%;}}
@media screen and (min-device-width: 1025px) and (max-device-width: 1340px) {
    .service-btn a span.elementor-button-text {font-size: 14px;}
    .service-btn a {padding: 6px 25px !important;}
    .plan-text li span.elementor-icon-list-text {font-size: 16px !important;}
    .plan-text li svg {width: 10px !important;}
    .plan-box {padding: 10px !important;top: 3% !important;right: -5% !important;}
}
@media screen and (max-width: 1200px){
    .result-box{padding: 10px 20px !important;}
}
@media screen and (max-width: 768px) {
    .header-logo img {width: 132px;}
    .header-menu button.elementskit-menu-toggler {width: 40px !important;height: 40px;}
    .choose-us-mobile .choose-img-box .elementor-icon-box-wrapper{align-items: center !important;}
    .choose-us-mobile .choose-img-box .elementor-icon-box-wrapper .elementor-icon-box-icon{display: flex;}
    .choose-us-mobile .choose-img-box .elementor-icon-box-wrapper h3{margin-top: 0 !important;}
    .last-sec-form{display: block !important;}
    .last-sec-form button{margin-top: 10px !important;padding: 15px 40px !important;font-size: 16px !important;}
    .last-sec-form select{padding: 15px 30px !important;}
    .abt-img-box .elementor-icon-box-icon{border: 5px solid #F58325 !important;padding: 13px 17px !important;}
    .my-contact-form .form-row{display: block !important;}
    .my-contact-form .form-group{margin-bottom: 24px !important;}
    .my-contact-form .form-group label{margin-bottom: 12px !important;}
    .my-contact-form .form-group input, .my-contact-form .form-group textarea{padding: 12px 18px !important;}
    .my-contact-form button{padding: 12px 18px !important; font-size: 16px !important;}
    .support-listing ul{gap:5px !important;}
 }