@media (max-width: 575.98px) {
    .prime .owl-dots {
        position: absolute;
        top: -46px;
        right: 0;
        left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: auto;
        text-align: center;
    }
    .prime .owl-dots .owl-dot button {
        font-size: 13px;
    }
    .faq, .career-page, .prime {
        padding: 30px 0;
    }
    .faq h2 {
        font-size: 24px;
        margin-bottom: 20px !important;
    }
    .pricing .pricing-card{
        margin-bottom: 20px;
    }
    .pricing {
        padding: 30px 0;
    }
    .blog-details {
        padding: 30px 0;
    }

    .inner-ban .inner-head h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        position: relative;
        padding: 8px 0;
    }
    .service-details {
        padding: 30px 0;
    }
    .service-details img{
        margin-bottom: 20px;
    }
    .service-details h2{
        margin-bottom: 8px;
        font-size: 24px;
    }

    header .consult {
        width: 100%;
        position: absolute;
        top: -20px;
        left: 0;
        padding: 0 !important;
    }

    header .consult ul.call {
        height: 30px;
    }

    header .consult ul.call li i {
        font-size: 16px;
    }

    header .consult ul.call li a.num {
        display: block;
        color: #16a8aa;
        margin-left: 10px;
    }

    header .consult ul.call li {
        align-items: center;
        display: flex;
    }

    header {
        margin-top: 20px;
    }

    button.navbar-toggler {
        margin-left: 200px !important;
        border: none !important;
        margin-top: 10px;
    }

    button.navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    header .logo {
        width: unset !important;
    }

    header .logo img {
        width: 30%;
    }

    header .menubar {
        width: 100%;
    }

    .about .about-img img {
        width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-img .about-txt {
        width: 90%;
    }

    .about-img {
        margin-bottom: 12px;
    }

    h6.sub-head {
        font-size: 14px;
        margin-bottom: 5px;
    }

    h2.head {
        font-size: 24px;
    }

    .about p {
        margin-bottom: 30px;
        text-align: justify;
    }

    .service {
        padding: 30px 0;
    }

    .service h2.head {
        font-size: 24px;
    }

    .service h6.sub-head {
        margin-bottom: 5px;
    }

    a.sky-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .service a {
        margin-top: 20px;
    }

    .service .service-card {
        padding: 10px;
        margin-top: 10px;
        flex-direction: unset;
    }

    .service .service-card .center {
        width: 60px;
        height: 60px;
        margin: unset;
        margin-right: 30px;
    }

    .blog {
        padding: 40px 0;
    }

    .testimonial {
        padding: 40px 0;
    }

    .contact h5 {
        font-size: 19px;
    }

    .contact h6 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }

    .contact ul li {
        align-items: unset;
    }

    .contact h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .contact form .contact-form input:not([type=submit]),
    .contact form .contact-form textarea {
        margin-bottom: 8px;
    }

    footer {
        padding: 30px 0 !important;
    }

    footer img {
        width: 30%;
    }

    footer ul.soc-icon {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    footer h4 {
        font-size: 22px;
        margin-bottom: 0px !important;
    }

    footer .f-call {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .work ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work ul li {
        width: 33%;
    }

    .work ul li:nth-child(odd) {
        margin-top: 0;
    }

    .work ul li::after {
        display: none;
    }

    .work ul li .work-circle img {
        transform: scale(0.6);
    }

    .work ul li .work-circle {
        width: 70px;
        height: 70px;
    }

    .work ul li p {
        font-size: 12px;
    }

    .work {
        padding: 20px 0;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .faq, .career-page, .prime{
        padding: 40px 0;
    }
    .faq h2 {
        font-size: 24px;
        font-weight: 700;
        color: var(--blue);
        margin-bottom: 20px !important;
    }
    .service-details {
        padding: 40px 0;
    }

    .blog-details {
        padding: 30px 0;
    }
    header .consult {
        width: 100%;
        position: absolute;
        top: -20px;
        left: 0;
        padding: 0 !important;
    }

    header .consult ul.call {
        height: 30px;
    }

    header .consult ul.call li i {
        font-size: 16px;
    }

    header .consult ul.call li a.num {
        display: block;
        color: #16a8aa;
        margin-left: 10px;
    }

    header .consult ul.call li {
        align-items: center;
        display: flex;
    }

    header {
        margin-top: 20px;
    }

    button.navbar-toggler {
        margin-left: 280px !important;
        border: none !important;
        margin-top: 10px;
    }

    button.navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    header .logo {
        width: unset !important;
    }

    header .logo img {
        width: 30%;
    }

    header .menubar {
        width: 100%;
    }

    .about .about-img img {
        width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-img .about-txt {
        width: 90%;
    }

    .about-img {
        margin-bottom: 12px;
    }

    h6.sub-head {
        font-size: 16px;
        margin-bottom: 5px;
    }

    h2.head {
        font-size: 28px;
    }

    .service p {
        max-width: unset;
    }

    .about p {
        margin-bottom: 30px;
        text-align: justify;
    }

    .service {
        padding: 30px 0;
    }

    .service h2.head {
        font-size: 24px;
    }

    .service h6.sub-head {
        margin-bottom: 5px;
    }

    a.sky-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .service a {
        margin-top: 20px;
    }

    .service .service-card {
        padding: 10px;
        margin-top: 10px;
        flex-direction: unset;
    }

    .service .service-card .center {
        width: 60px;
        height: 60px;
        margin: unset;
        margin-right: 30px;
    }

    .blog {
        padding: 40px 0;
    }

    .testimonial {
        padding: 40px 0;
    }

    .contact h5 {
        font-size: 19px;
    }

    .contact h6 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }

    .contact ul li {
        align-items: unset;
    }

    .contact h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .contact form .contact-form input:not([type=submit]),
    .contact form .contact-form textarea {
        margin-bottom: 8px;
    }

    footer {
        padding: 30px 0 !important;
    }

    footer img {
        width: 30%;
    }

    footer ul.soc-icon {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    footer h4 {
        font-size: 22px;
        margin-bottom: 0px !important;
    }

    footer .f-call {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .work ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work ul li {
        width: 33%;
    }

    .work ul li:nth-child(odd) {
        margin-top: 0;
    }

    .work ul li::after {
        display: none;
    }

    .work ul li .work-circle img {
        transform: scale(0.6);
    }

    .work ul li .work-circle {
        width: 70px;
        height: 70px;
    }

    .work ul li p {
        font-size: 12px;
    }

    .work {
        padding: 20px 0;
    }


}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pricing {
        padding: 30px 0;
    }
    .serv-img{
        position: sticky;
        top: 110px;
    }
    .service-details .row{
        align-items: unset !important;
    }
    .blog-details .b-right {
        top: 100px;
    }
    .blog .blog-card .blog-txt {
        padding: 7px;
    }

    .about .about-img .about-txt {
        position: relative;
        width: 100% !important;
        background: #f3f3f3;
        left: 0;
    }

    .blog .blog-card .blog-txt h6 {
        font-size: 16px;
        line-height: 23px;
    }

    .blog .blog-card .blog-txt p.date {
        margin-bottom: 5px;
    }

    .blog .blog-card {
        margin-top: 0px;
    }

    .banner .form {
        width: 84%;
        left: 5%;
        top: 2%;
        background: rgb(22 168 170 / 40%);
    }

    header .consult {
        width: 100%;
        position: absolute;
        top: -20px;
        left: 0;
        padding: 0 !important;
    }

    header .consult ul.call {
        height: 30px;
    }

    header .consult ul.call li i {
        font-size: 16px;
    }

    header .consult ul.call li a.num {
        display: block;
        color: #16a8aa;
        margin-left: 10px;
    }

    header .consult ul.call li {
        align-items: center;
        display: flex;
    }

    header {
        margin-top: 20px;
    }

    button.navbar-toggler {
        margin-left: 280px !important;
        border: none !important;
        margin-top: 10px;
    }

    button.navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    header .logo {
        width: unset !important;
    }

    header .logo img {
        width: 30%;
    }

    header .menubar {
        width: 100%;
    }

    .about .about-img img {
        width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-img .about-txt {
        width: 90%;
    }

    .about-img {
        margin-bottom: 12px;
    }

    h6.sub-head {
        font-size: 16px;
        margin-bottom: 5px;
    }

    h2.head {
        font-size: 24px;
    }

    .service p {
        max-width: unset;
    }

    .about p {
        margin-bottom: 30px;
        text-align: justify;
    }

    .service {
        padding: 30px 0;
    }

    .service h2.head {
        font-size: 24px;
    }

    .service h6.sub-head {
        margin-bottom: 5px;
    }

    a.sky-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .service a {
        margin-top: 20px;
    }

    .service .service-card {
        padding: 10px;
        margin-top: 10px;
        flex-direction: unset;
    }

    .service .service-card .center {
        width: 60px;
        height: 60px;
        margin: unset;
        margin-right: 30px;
    }

    .blog {
        padding: 40px 0;
    }

    .testimonial {
        padding: 40px 0;
    }

    .contact h5 {
        font-size: 19px;
    }

    .contact h6 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }

    .contact ul li {
        align-items: unset;
    }

    .contact h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .contact form .contact-form input:not([type=submit]),
    .contact form .contact-form textarea {
        margin-bottom: 8px;
    }

    footer {
        padding: 30px 0 !important;
    }

    footer img {
        width: 30%;
    }

    footer ul.soc-icon {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    footer h4 {
        font-size: 22px;
        margin-bottom: 0px !important;
    }

    footer .f-call {
        display: block;
        justify-content: space-between;
        margin-top: 10px;
    }

    .work ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work ul li {
        width: 20%;
    }

    .work ul li::after {
        display: none;
    }

    .work ul li .work-circle img {
        transform: scale(0.6);
    }

    .work ul li .work-circle {
        width: 70px;
        height: 70px;
    }

    .work ul li p {
        font-size: 12px;
    }

    .work {
        padding: 20px 0;
    }


}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blog .blog-card .blog-txt {
        padding: 7px;
    }

    .about .about-img .about-txt {
        position: relative;
        width: 100% !important;
        background: #f3f3f3;
        left: 0;
    }

    .blog .blog-card .blog-txt h6 {
        font-size: 16px;
        line-height: 23px;
    }

    .blog .blog-card .blog-txt p.date {
        margin-bottom: 5px;
    }

    .blog .blog-card {
        margin-top: 0px;
    }

    .banner .form {
        width: 84%;
        left: 5%;
        top: 2%;
        background: rgb(22 168 170 / 40%);
    }

    header .consult {
        width: 100%;
        position: absolute;
        top: -20px;
        left: 0;
        padding: 0 !important;
    }

    header .consult ul.call {
        height: 30px;
    }

    header .consult ul.call li i {
        font-size: 16px;
    }

    header .consult ul.call li a.num {
        display: block;
        color: #16a8aa;
        margin-left: 10px;
    }

    header .consult ul.call li {
        align-items: center;
        display: flex;
    }

    header {
        margin-top: 20px;
    }

    button.navbar-toggler {
        margin-left: 280px !important;
        border: none !important;
        margin-top: 10px;
    }

    button.navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    header .logo {
        width: unset !important;
    }

    header .logo img {
        width: 30%;
    }

    header .menubar {
        width: 100%;
    }

    .about .about-img img {
        width: 100%;
    }

    .about {
        padding: 40px 0;
    }

    .about .about-img .about-txt {
        width: 90%;
    }

    .about-img {
        margin-bottom: 12px;
    }

    h6.sub-head {
        font-size: 16px;
        margin-bottom: 5px;
    }

    h2.head {
        font-size: 24px;
    }

    .service p {
        max-width: unset;
    }

    .about p {
        margin-bottom: 30px;
        text-align: justify;
    }

    .service {
        padding: 30px 0;
    }

    .service h2.head {
        font-size: 24px;
    }

    .service h6.sub-head {
        margin-bottom: 5px;
    }

    a.sky-btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .service a {
        margin-top: 20px;
    }

    .service .service-card {
        padding: 10px;
        margin-top: 10px;
        flex-direction: unset;
    }

    .service .service-card .center {
        width: 60px;
        height: 60px;
        margin: unset;
        margin-right: 30px;
    }

    .blog {
        padding: 40px 0;
    }

    .testimonial {
        padding: 40px 0;
    }

    .contact h5 {
        font-size: 19px;
    }

    .contact h6 {
        font-size: 20px;
        margin: 20px 0;
        text-align: center;
    }

    .contact ul li {
        align-items: unset;
    }

    .contact h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .contact form .contact-form input:not([type=submit]),
    .contact form .contact-form textarea {
        margin-bottom: 8px;
    }

    footer {
        padding: 30px 0 !important;
    }

    footer img {
        width: 30%;
    }

    footer ul.soc-icon {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    footer h4 {
        font-size: 22px;
        margin-bottom: 0px !important;
    }

    footer .f-call {
        display: block;
        justify-content: space-between;
        margin-top: 10px;
    }

    .work ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .work ul li {
        width: 20%;
    }

    .work ul li::after {
        display: none;
    }

    .work ul li .work-circle img {
        transform: scale(0.6);
    }

    .work ul li .work-circle {
        width: 70px;
        height: 70px;
    }

    .work ul li p {
        font-size: 12px;
    }

    .work {
        padding: 20px 0;
    }


}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .banner img {
        MIN-HEIGHT: 570px;
        object-fit: cover;
    }   
    .banner .form {
        width: 35%;
    }
    header .menubar ul.menu li {
        margin-left: 20px;
    }
    header .consult {
        width: 17%;
    }

	header .menubar ul.menu {
    justify-content: flex-end;
    margin: auto;
    flex-direction: column !important;
}
    
    
}

@media (max-width: 991px) {
    header .soc-sticky ul li img {
        transform: scale(0.5);
        opacity: 0.8;
        transition: all ease 0.3s;
    }

    header .soc-sticky ul li {
        margin-bottom: -18px !important;
    }


}

@media screen and (min-width: 991px){
	
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
    margin: 350px 0 0 0 !important;
    
	
}

}
@media (min-width: 420px){
	footer .foo_part{
		margin-top: -90px;
	}
}
@media (max-width: 991.98px) {
	button.navbar-toggler {
    margin-left: 200px !important;
    border: none !important;
    margin-top: 0px;
}
	header ul {
    display: block;
    margin: 0 auto;
}
	header .menubar ul.menu li {
    display: flex;
    align-items: center;
	justify-content: center;
}
	.navbar-toggler-icon {
    margin: -20px 10px 0px 10px;
}
	
	footer .f-call {
    display: block;
    justify-content: space-between;
    margin-top: 10px;
}
	footer .foo_part{
		
	}
	
}


