li.menu-item-has-children ul.sub-menu {
    display: none;
}
.file-upload-my input.form-control {
    line-height: 30px;
}
.contact-frm-sec form.form p {
    padding: 0px;
}
.wpcf7-response-output {
    margin-top: 5px !important;
}
.what-v-do .owl-carousel.owl-loading {
    opacity: 1 !important;
}
.mycl-service ul {
	list-style: none;
}
.ychoose-sec aside .ychoose-bk:hover {
 /*   border: 4px solid #FE866C;*/
}
/* .ychoose-sec aside.white-bg .ychoose-bk {
    background: #fff;
    border: 4px solid #fff;
} */
.my-classform p textarea {
    height: 115px !important;
}
.job-inf0-detail-sec ul {
    list-style: unset;
}
.my-classform p {
    padding: 0px !important;
    margin: 0px 0px 30px !important;
}
.my-classform span.wpcf7-spinner {
    position: absolute;
}

li.menu-item-has-children:hover:after {
    border-top: 4px dashed #ff8d0e !important;
}
.my-class img, .blog-class img {
    height: auto;
}
.my-class p, .my-class h3 {
    padding-right: 50px;    
}
.blog-class ul {
    list-style: disc;
}
section.blogs-new-sec form.wpcf7-form.init.form {
    position: relative;
}
section.blogs-new-sec form.form .wpcf7-spinner {
    position: absolute;
    right: -90px;
    top: 5px;
}
button.btn.btn-warning input.wpcf7-form-control {
    padding: 0px;
    border: none;
    margin: 0px;
    background: none;
    display: block;
}
.my-blog-class button.btn.btn-warning input {
    padding: 6px 40px;
}
.my-blog-class button.btn.btn-warning {
    padding: 0;
}
.my-class input {
    margin-top: 0px;
}
.my-class button.btn.btn-warning {
    top: 9px;
}
form.form p textarea {
    height: 115px !important;
}
.wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-not-valid {
    border: 1px solid red;
}
div.asl_w {
    border-radius: 12px !important;
}
.job-search-form .form-group .probox {
    display: block !important;
    height: 28px !important;
    padding: 6px 12px !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius:12px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.job-search-form .form-group .probox .proinput {
    width: 95%;
}
.job-search-form .form-group .probox .proinput input {
    font-size: 14px !important;
    font-family: 'DM Sans', sans-serif !important;
}



.my-grid-mainclass {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.my-grid-mainclass:before, .my-grid-mainclass:after {
    display: none;
}
.my-grid-class {
    width: 100%;
}
.careers-list .careers-blk, 
.careers-list .careers-blk .info-in-blk {
    float: left;
    width: 100%;
}
.careers-list .careers-blk h3 {
    line-height: 20px;    
}





/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {

}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){

}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
.my-grid-mainclass {
    grid-template-columns: repeat(2,1fr);
}

}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
.my-grid-mainclass {
    grid-template-columns: repeat(1,1fr);
}


.pop-up-sec .modal-dialog {
        width: 95% !important;
        margin: 10px;
    }
    .pop-up-sec .modal-content .form-group {
        width: 100% !important;
    }
}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){

ul.sub-menu.active {
    display: block !important;
    position: static;
    width: 100%;
    box-shadow: none !important;
    border: none;
}
li#menu-item-15 {
    z-index: 9999999999999999;
}
li.menu-item-has-children:after {
    right: 20px;
    top: 22px;
}
.banner-sec .banner-slider .owl-carousel .owl-item .mobile-view img {
    width: 250px;
}
.banner-sec .banner-slider img.rotate-img {
    width: 70%;
}

    
}

