* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

:root {
    --bg_color: #c92447;
    --white: #fff;
    --black: #000;
    --gray_black: #1d448b;
}

body {
    overflow-x: hidden;
    font-family: "Nunito", serif;
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    transition: ease-in-out .3s;
}

.img {
    position: relative;
    overflow: hidden;
}

.img::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    transition: 1s;

}

.img:hover::after {
    animation: mymove 1s;
    left: 0;
}

@keyframes mymove {
    from {
        width: 0%;
    }

    to {
        width: 100%;
        opacity: 0;
    }
}

p {
    font-size: 15px;
    line-height: 28px;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}


.discount {
    background-color: var(--black);
    color: var(--white);
    font-size: 15px;
}

.margin {
    margin: 70px 0;
}

.top_ccontact a {
    color: var(--white);
    font-weight: bold;
}

.top_call a {
    color: var(--white);
}

.top_call i,
.top_ccontact i {
    background-color: var(--bg_color);
    padding: 13px;
    margin-right: 8px;
    border-radius: 50%;
}

.top_ccontact {
    display: flex;
    gap: 0 20px;
}

.head_text {
    top: 15%;
    left: 5%;
}

.cleaner {
    color: var(--bg_color);
}

.main_banner {
    width: 65%;
}



.logo img {
    width: 175px;
    position: relative;
    z-index: 9;
}

.logo_head {
    position: relative;
}




.search i {
    margin-right: 5px;
}

.search a {
    color: var(--white);
}

.nab_bar {
    display: flex;
    justify-content: center;
}

#myHeader.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: slideDown 1s ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: var(--white);
}

#myHeader.sticky .discount {
    display: none;
}



@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.clk_btn {
    position: absolute;
    right: 0;
    top: 30%;
    color: var(--white);
    cursor: pointer;
}

.nab_bar li a {
    color: var(--white);
    padding: 24px 20px;
    display: inline-block;
}

.nab_bar li {
    position: relative;
}

.socal_media a {
    color: #fff;
    font-size: 13px;
}

.socal_media a:last-child {
    border: none;
}

nav {
    position: relative;
    padding: 5px 0;
}

nav::after {
    content: "";
    width: 85%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--gray_black);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.droupdown {
    position: absolute;
    background-color: var(--white);
    left: 0;
    top: 100%;
    width: 290px;
    display: none;
    max-height: 450px;
    overflow: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.droupdown li {
    padding: 0;
}

.droupdown li a {
    display: block;
    padding: 10px 15px;
    background-color: var(--gray_black);
}

.droupdown li a:hover {
    background-color: var(--bg_color);
    color: var(--white);
}

.head_item {
    position: relative;
}

.head_item img {
    width: 100%;
}

.head_text {
    position: absolute;
}

.banner_bid_head {
    font-size: 45px;
    color: var(--white);
    font-weight: 900;
    margin-bottom: 10px;
}

.banner_small_head {
    color: var(--white);
    font-size: 20px;
}

header .slick-slide.slick-current.slick-active .banner_small_head {
    animation: 1.5s linear 0s alternate headerline;
}

header .slick-slide.slick-current.slick-active .banner_bid_head {
    animation: 2s linear 0s alternate headerline;
}

header .slick-slide.slick-current.slick-active p {
    animation: 3s linear 0s alternate headerline;
    transition-delay: .2s;
}

header .slick-slide.slick-current.slick-active .banner_btn {
    animation: 4s linear 0s alternate headerline;
    transition-delay: .2s;
}

header .slick-slide.slick-current.slick-active img {
    animation: 4s linear 0s alternate headerimg;
    transition-delay: .2s;
}

@keyframes headerline {

    0%,
    25% {
        transform: translateY(-20%);
        opacity: 0;
    }

    75%,
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.head_text {
    width: 55%;
}


/* Search Style */
#search {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
    top: 0
}

.form_box {
    margin: auto;
    width: 60%;
    display: flex;
    padding-top: 10%;
    justify-content: center;
}

.form_box input {
    width: 100%;
    padding: 12px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    outline: none;
}

.form_box button {
    border: none;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 20px;
    color: var(--black);
    cursor: pointer;
    background-color: var(--white);
    padding: 5px 15px;
    border-radius: 3px;
}


.head_banner .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    left: 40%;
    position: absolute;
    bottom: 20px;
    gap: 8px;
}

.head_banner .slick-dots li button {
    border-radius: 7px;
    background-color: var(--white);
    font-size: 0;
    padding: 4px 10px;
    margin: 2px 0;
    border: none;
}

.head_banner .slick-dots li.slick-active button {
    background-color: var(--white);
    border-radius: 7px;
    padding: 4px 20px;
}

/* Search Style */

.all_btn {
    color: #fff;
    border-radius: 5px;
    padding: 13px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    background-color: var(--bg_color);
}

.btn-15 {
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--gray_black);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

.all_btn span {
    position: relative;
    z-index: 2;
}

header {
    position: relative;
}

.slider-nav {
    position: absolute;
    bottom: 5%;
    padding: 0 30%;
    width: 100%;
    left: 0;
}

.slider-nav img {
    width: 100px;
    height: 80px;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--gray_black);
    cursor: pointer;
}

.head_item {
    text-align: center;
}

.ab_img .img_1 {
    padding-right: 130px;
}

.ab_img .img_2 {
    text-align: end;
    padding-left: 38%;
    position: relative;
    margin-top: -80px;
}

.shape {
    position: absolute;
    bottom: 10%;
    left: 20px;
    animation-name: ribbonRotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.shape_2 {
    position: absolute;
    top: 25%;
    right: 20px;
    animation: alltuchtopdown 3s ease-in-out 0s infinite alternate;
}

.cs_experience_box {
    height: 170px;
    width: 170px;
    border: 10px solid #fff;
    background-color: var(--gray_black);
    border-radius: 50%;
    position: absolute;
    bottom: 20%;
    left: 18%;
    z-index: 5;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
}

.cs_experience_box_number {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1.2em;
}

.cs_experience_box_title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.cs_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ab_img {
    position: relative;
}

.ab_img::after {
    content: "";
    height: 160px;
    width: 160px;
    position: absolute;
    border-radius: 50%;
    border: 25px solid var(--gray_black);
    left: -75px;
    top: 40px;
    z-index: -1;
    animation: alltuchtopdown 2s ease-in-out 0s infinite alternate;
}



@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        transform: rotateX(0deg) translateY(-20px)
    }

    to {
        transform: rotateX(0deg) translateY(0)
    }
}



@keyframes ribbonRotate {

    0%,
    to {
        transform: rotate(0)
    }

    25%,
    75% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(360deg)
    }
}

.small_head {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: var(--bg_color);
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 2px;
}

.small_head img {
    width: 30px;
    margin-right: 10px;
}

.big_head {
    display: block;
    font-size: 40px;
    font-family: "Cal Sans", sans-serif;
    margin-bottom: 10px;
}

.cs_iconbox_head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs_iconbox_icon img {
    background-color: var(--gray_black);
    width: 45px;
    border-radius: 50%;
    padding: 10px;
}

.cs_iconbox_title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 2px;
}

.cs_iconbox_head {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

.ab_home {
    display: flex;
}

.ab_line {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.ab_img {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 10px;
}

.count-area {
    padding: 40px 0;
    color: var(--white);
    background-position: center;
    border-radius: 8px;
}

.num_item {
    font-size: 40px;
    font-family: "Cal Sans", sans-serif;
}

.count-title {
    font-size: 18px;
}

.pro_item img {
    height: 450px;
    width: 100%;
}

.pro_item {
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.pro_head {
    font-size: 20px;
    font-family: "Cal Sans", sans-serif;
    padding: 20px;
    display: block;
    position: absolute;
    bottom: 0%;
    background-color: #000000b6;
    color: var(--white);
    width: 100%;
}

.product {
    background-color: #ebeef3;
    padding: 60px 0;
}

.ass_item {
    background-color: var(--gray_black);
    color: var(--white);
    padding: 25px;
    height: 275px;
    overflow: auto;
    scrollbar-width: 2px
}

/* width */
.ass_item::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.ass_item::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.ass_item::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.ass_item img {
    width: 60px;
}

.ass_item span {
    display: block;
    font-size: 20px;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 2px;
    margin: 8px 0;
}

.assistance {
    padding: 70px 0;
    position: relative;
}

.assistance::after {
    content: "";
    background-image: url(../image/img/pattern-2.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    opacity: .50;
    transform: scale(-1);
    z-index: -1;
}

.why_choose {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}

.why_item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #cdcdcd;
}

.why_item .img_icon img {
    width: 100px;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--white);
}

.wyh_text span {
    font-weight: 600;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 2px;
    display: block;
}

.why_img img {
    animation: alltuchtopdown 3s ease-in-out 0s infinite alternate;
}

.process-card {
    background-color: var(--white);
    position: relative;
    padding: 25px;
    padding-top: 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    transition: ease-in-out .5s;
    margin-top: 60px;
}

.process-card_bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
}

.process-card_icon {
    position: absolute;
    top: -50px;
    left: 33%;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 18px;
    border-radius: 5px;
}

.process-card_icon img {
    width: 50px;
}

.p_head {
    display: block;
    font-size: 20px;
    font-family: "Cal Sans", sans-serif;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}

.stap {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.process-card:hover {
    background-color: var(--gray_black);
    color: var(--white);
}

.watch_liyer {
    padding: 120px 0;
    /* background-color: #163364c0; */
    position: relative;
}

.watch_text {
    color: var(--white);
}

.you_tube a {
    color: var(--white);
}

.play_btn {
    background-color: var(--white);
    color: var(--gray_black);
    padding: 16px 22px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.play_btn i {
    position: relative;
    z-index: 1;
}

.play_btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 50%;
    animation: pulse-border 1900ms ease-out infinite;
}

.play_btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.cs_play_btn_text {
    font-size: 20px;
    font-family: "Cal Sans", sans-serif;
}


.cs_cta_shape {
    position: absolute;
    right: 3%;
    bottom: 8%;
}

.cs_cta_shape img {
    width: 80px;
    animation: spinAnimaiton 6s linear infinite;

}



@keyframes spinAnimaiton {
    0% {
        -webkit-transform: rotateX(-20deg) rotateY(0deg);
        transform: rotateX(-20deg) rotateY(0deg);
    }

    75% {
        -webkit-transform: rotateX(-20deg) rotateY(360deg);
        transform: rotateX(-20deg) rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateX(-20deg) rotateY(360deg);
        transform: rotateX(-20deg) rotateY(360deg);
    }
}


.testmoinal {
    padding: 100px 18%;
    position: relative;
    overflow: hidden;
}

.test_item {
    text-align: center;
}

.test_item .img img {
    margin: auto;
    border-radius: 50%;
    border: 3px solid var(--bg_color);
    width: 100px;
    margin-bottom: 20px;
}

.name {
    font-size: 20px;
    color: var(--bg_color);
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.test_item p {
    font-size: 18px;
    line-height: 32px;
    text-align: center !important;
}

.stars {
    width: 100px;
    margin: auto;
}

.test_malipal {
    position: absolute;
    right: -100px;
    animation: alltuchtopdown 4s ease-in-out 0s infinite alternate;
}

.test_malipal2 {
    position: absolute;
    left: -100px;
    animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
}

.test_slider {
    position: relative;
    z-index: 99;
}

.contact {
    padding: 60px 0;
}

.contact form input,
textarea,
select {
    font-size: 16px;
    width: 100%;
    font-family: var(--body-font);
    padding: 13px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
}

.contact form .big_head {
    color: var(--white);
}

.contact form {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--gray_black);
    border-radius: 5px;
}

.contact-feature {
    display: flex;
    gap: 25px;
    border-radius: 0px;
    border: 1px solid #ECF1F9;
    background: var(--white-color);
    box-shadow: 0px 9px 14px 0px #FBFBFB;
    padding: 30px;
    align-items: center;
    margin: 15px 0;
}

.contact-feature .contact-feature-icon {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 0px;
    line-height: 70px;
    background: #F4F4F4;
    font-size: 30px;
    text-align: center;
    color: var(--bg_color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-feature .contact-feature_label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.media-body a {
    color: #000;
}

.client {
    margin-bottom: 100px;
}

.client_item {
    padding: 15px;
}

.foot_logo {
    background-color: var(--white);
}

footer {
    padding-top: 50px;
    background-size: cover;
}

.foot_logo {
    margin-top: -100px;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.foot_logo img {
    width: 170px;
    margin-bottom: 10px;
}

.foot_head {
    color: var(--white);
    font-size: 25px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.foot_nav ul li a {
    color: var(--white);
    display: block;
    padding: 7px 0;
}

.foot_nav ul {
    height: 240px;
    overflow: auto;
}

.foot_nav2 {
    padding-left: 40px;
}

.foot_contact li a {
    color: var(--white);
}

.foot_contact li {
    color: var(--white);
    margin: 15px 0;
    font-size: 15px;
}

.foot_contact li i {
    margin-right: 8px;
    color: var(--bg_color);
    font-size: 20px;
}

.foot_contact .socal_media a {
    padding: 15px;
    font-size: 20px;
}

.copyright {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #383838;
}

.copyright p {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}

.copyright p a {
    color: var(--white);
    text-decoration: underline !important;
}








.social-share ul {
    display: flex;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.social-share button {
    border: none;
    background-color: var(--gray_black);
    color: #fff;
    padding: 6px 10px;
    margin-right: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.ab_item {
    width: 50%;
    float: left;
    margin-right: 20px;
}

.social-share button:hover {
    background-color: #000;
}

.share-btn-box {
    margin-top: 20px;
}

.share-btn {
    font-weight: bold;

}

.inner_header {
    position: relative;
}

.inner_header img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.inner_header::after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.inner_header .inner_text {
    position: absolute;
    top: 45%;
    z-index: 99;
    left: 5%;
    text-align: left;
    width: auto;
}

.inner_hrad {
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.brade_crom {
    display: flex;
}

.brade_crom a {
    color: #fff;
}

.brade_crom span {
    color: #fff;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 38px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}




@media only screen and (max-width: 991px) {
    .nab_bar li a {
        padding: 24px 12px;
    }

    nav::after {
        width: 81%;
    }

    .ab_img {
        width: 60%;
    }

    .count-area-content {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 800px) {
    .toggle {
        visibility: visible;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        order: 3;
        margin: 0 0 0 auto;
    }

    .toggle>* {
        width: 80%;
        height: 3px;
        background: var(--white);
        margin: 3px 0;
    }

    .toggle.active .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .toggle.active .line2 {
        opacity: 0;
    }

    .toggle.active .line3 {
        transform: rotate(45deg) translate(-7px, -8px);
    }

    .nab_bar {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: var(--white);
        z-index: 9999;
        display: none;
    }


    .nab_bar li {
        border-bottom: 1px solid #e2e2e2;
    }

    .nab_bar li a {
        color: #000;
        padding: 10px 25px;
        display: block;
    }

    .droupdown {
        position: revert;
        width: 100%;
    }

    .clk_btn {
        position: absolute;
        right: 0;
        top: 0;
        color: var(--white);
        cursor: pointer;
        width: 47px;
        height: 46px;
        line-height: 37px;
        background: #000;
        text-align: center;
    }

    .droupdown li {
        padding: 0 !important;
    }

    .droupdown li a {
        color: #fff;
    }



    .col-md-4.top_call.text-center {
        display: none;
    }



    .inner_hrad {
        font-size: 25px;
    }

    .inner_header img {
        height: 225px;
    }

    .navbar_n {
        order: 3;
    }

}

@media only screen and (max-width: 767px) {
    .ab_img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .top_ccontact {
        display: none;
    }

    .foot_nav2 {
        padding-left: 0px;
    }

    nav::after {
        width: 73%;
    }

    .big_head {
        font-size: 25px;
    }

    .small_head {
        font-size: 18px;
    }

    .process-card_icon {
        left: 5%;
    }

    .watch_text {
        margin-top: 40px;
    }

    .watch_liyer {
        padding: 75px 0;
    }

    .test_malipal2,
    .test_malipal {
        display: none;
    }

    .testmoinal {
        padding: 40px 0%;
    }

    .contact form {
        margin-bottom: 30px;
    }

    .ab_item {
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 600px) {
    nav::after {
        width: 63%;
    }

    .top_search {
        display: none;
    }

    .cs_experience_box {
        height: 145px;
        width: 145px;
    }

    .margin {
        margin: 40px 0;
    }
}

@media only screen and (max-width: 450px) {
    nav::after {
        width: 55%;
    }

}