@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../fonts/Inter-ExtraLight.ttf");
}

@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.ttf");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.ttf");
}

@font-face {
  font-family: "Inter-Thin";
  src: url("../fonts/Inter-Thin.ttf");
}


/*header css start here*/
.nav {
    padding-left:20px !important;
}
body{
      font-family: "Inter-Regular";
}
p{
    font-family: "Inter-Regular";
}
a{
    font-family: "Inter-Regular";
    text-decoration:none !important;
}
.header{
    padding:8px 0;
}
.nav li a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.header a {
    /*color: #fff;*/
    color: #5a5a5a;
    cursor: pointer;
}
#toggle{
	display:none;
}
.sub_menu{
	display:none;
}
.sub_menu li{
    padding: 6px 16px 6px!important;
    border-bottom: 1px solid #dad7d7;
    transition:all .5s ease-in-out;
}
.sub_menu li:hover a{
    color:#fff !important;
}
.sub_menu li:hover{
    background:#12aec2;
}
.nav li{
	position:relative;
    padding: 0px 22px;
}
.nav li ul{
	width: 250px;
    background: #f7f7f7;
    z-index: 1;
    position: absolute;
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
ul.nav li:hover ul{
    display:block;
    padding-left: 0;
}
p{
    margin-bottom:0 !important;
}
.top-header{
    background: linear-gradient(126deg, #202e45 0, #202e45 100%);
    padding: 10px 10px 10px;
    text-align: center;
    color: #fff;
}
.top-header p{
    font-size:15px;
}
.logo{
    width:85%;
}
.header{
    background: #f3f3f3;
}

/*header css end here*/

.heading{
    color: #314360;
    font-size: 55px;
    font-weight: 700;
    line-height: 64px;
    font-family: "Inter-Bold";
}
.heading{
    color: #202e45;
    font-size: 55px;
    font-weight: 700;
    line-height: 64px;
    /*font-family: "Inter-Bold";*/
}
.sub-heading{
    color: #314360;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    font-family: "Inter-Medium";
}
.heading span,.sub-heading span{
    background: linear-gradient(90deg, #027e6c 0%, #027e6c 40%, #027e6c 75%, #027e6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter-Medium";
}
.banner_section{
    background-color: #f3f3f3;
    position: relative;
    padding: 30px 0;
    background: url(../images/3425356.webp);
    /*background: url(../../images/e3tr44.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%; */
    background-position: center;
}
.bg-overlay{
    /* background-image: url(../images/pattern-01.svg); */
    background-position: bottom left;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.banner_section .inner-content{
    z-index:9;
    position: relative;
    padding-top: 60px;
    padding-bottom: 90px;
}
.banner_section .inner-content p{
    margin: 20px 0 !important;
    font-size: 18px;
    color: #161515;
}
.men_img{
    width: 40%;
    margin-bottom: -170px;
    margin-top: -272px;
}
.men_img img{
    
}
.download{
    display: inline-block;
    font-size: 14px;
    line-height: 1.7em;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 25px 12px 25px;
    background: #029782;
    box-shadow: rgba(0,0,0,.15) 2.95px 2.95px 2.6px;
    margin-bottom: 25px;
    margin-top: 20px;
    font-family: "Inter-Bold";
}
.download:hover{
    color: #FFFFFF;
    background: #314360;
}
.bnrimg{
    width:90%;
    /*display: none;*/
}
.pc_cleaner .bg_dark{
     background: #02978205;
     padding: 100px 10px 220px;
}
.pc_cleaner h1{
    font-size: 45px;
    font-family: "Inter-Bold";
    color: #029782;
}
.cleaner-content .row{
    border: 1px solid #202e45;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    margin-top: -150px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/*footer css start form here*/
footer{
	background: #2e3332;
}
footer p{
	color:#fff;
}
footer h4{
    font-size:14px;
}
footer a{
	color:#fff;
	text-decoration:none;
    font-size:14px;
}
footer a:hover{
	color:#fff;
    text-decoration:underline;
}

footer ul{
	padding-left:0;
	list-style: none;
    margin-bottom: 10px;
}
footer hr{
    color: #fff;
    height: 1px;
    opacity: 1;
}
footer ul li{
	margin-bottom: 2px;
    padding-left: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

footer .row1{
    display: flex;
    flex-wrap: wrap;
}
footer .footer_links{
    flex: 1 0 0px;
}
footer .social_links{
    width: 170px;
    margin-left: -10px;
}
/*footer css end here*/


.sidebar_menu {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 999;
}
.open {
    right: 0 !important;
}
.sub_menu_open{
    display:block !important;
}
.dsrimage{
    padding: 20px 0;
}
.dsrimage img{

}
.cleaner-content .contents{
    padding-left: 35px;
    padding-top: 20px;
}
.cleaner-content .contents ul{
    margin-top:20px;
}
.cleaner-content .contents ul li{
    font-size: 18px;
    margin-top: 6px;
}
.bg_overlay2{
    background-image: url(../images/pattern-02.webp);
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.36;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}
.cleaner-content{
    padding-bottom: 66px;
}
.features{
    position:relative;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 80px;
}
.features .box-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}
.features .box-wrapper .icon{
    background: linear-gradient(90deg, #029782 0%, #029782 40%, #029782 75%, #029782 100%) !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    width: 90px;
    border-radius: 15px;
    margin-right: 18px;
}
.features .right-col .box-wrapper{
    flex-direction: row-reverse;
    position:relative;
}
.features .right-col  .box-wrapper .icon{
     /* margin-left: 18px; */
     margin-right: 1px !important;
}
.features .box-wrapper h3{
    font-size:26px;
    margin-right: 15px;
}
.features .middle-col .inner{
    position:relative;
    top: 60px;
}
.move-circle{
    position: absolute;
    top: 75%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.move-circle img{
    width: 961px;
    aspect-ratio: auto 961 / 961;
    animation-name: rotate;
    animation-duration: 150s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.left-col .box-wrapper span{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #314361;
    padding: 14px 9px;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    left: -83px;
    top: -38px;
}
.right-col .box-wrapper span{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: #314361;
    padding: 14px 9px;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: -18px;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.pricing_plan{
    padding:50px 0;
}
.small_heading{
    padding: 5px 10px 5px 10px;
    background-color: #2e3332;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
}
.pricing_plan .para{
    color: #0a0a0a;
    font-size: 20px;
    margin-bottom: 5px !important;
}
.iteck-price-table .content {
    border: 2px solid #314361;
    border-radius: 10px;
    overflow: hidden;
}
.iteck-price-table .content {
    min-width: 800px;
    margin-top: 22px;
}
.iteck-price-table .content .price-head {
    background: #314361;
    display: flex;
}
.price-headTitle {
    display: flex;
    align-items: center;
    text-align: center;
    width: 30%;
}
.price-headTitle p {
    width: 80%;
    color: #fff!important;
    font-size: 35px!important;
    line-height: 40px;
}
.iteck-price-table .content .price-head .price-headItem {
    position: relative;
    width: 22%;
    text-align: center;
    padding: 30px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 23.3333333333%;
}
iteck-price-table .content .price-head .price-headItem h6 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.price-head .price-headItem small {
    font-size: 13px;
    color: #fff;
    display: block;
    line-height: 1.5;
}
.table-responsive .price-body {
    max-height: 450px;
    overflow-y: scroll!important;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.price-body .price-bodyItems {
    display: flex;
}
.price-body .price-bodyItems .price-bodyTitle {
    background-color: #f4f4f4 !important;
    padding: 20px 40px 0;
    width: 30%;
    height: auto;
    display: block;
    font-size: 14px;
}
.price-bodyItems .price-bodyTitle span {
    font-weight: 500;
    color: #314361!important;
    font-size: 15px;
    border-bottom: 1px solid rgba(153,153,153,.2);
    display: block;
    padding: 20px 0;
}
.price-body .price-bodyItems .price-item {
    padding: 0 30px;
    border-color: #f4f4f4;
    border-top: 20px solid #f4f4f4;
    width: 23.3333333333%;
    height: auto;
    /*border-right: 15px solid #f7f7f7;*/
    /*border-left: 15px solid #f7f7f7;*/
    display: block;
    background-color: #f4f4f4;
    text-align: center;
    min-height: max-content;
}
.iteck-price-table .content .price-head .price-headItem h6 {
    font-size: 15px;
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.price-headTitle p {
    width: 75%;
    color: #fff!important;
    font-size: 35px!important;
    line-height: 40px;
}
.iteck-price-table .content .price-body .price-bodyItems .price-item svg {
    fill: #027e6c;
    width: 20px;
    height: 20px;
}
.iteck-price-table .content .price-foot, .iteck-price-table .content .price-head{
    background: #2e3332;
}
.iteck-price-table .content .price-foot{
    display: flex;
}
.price-foot .price-footTitle{
    width: 30%;
}
.price-foot .price-footItem{
    width: 23.3333333333%;
    padding: 30px 0;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.iteck-price-table .btn-3Dbutn {
    background: #f7f7f7;
    color: #040404;
    border: 1px solid #040404;
    box-shadow: 0 4px 0 0 #000!important;
    padding: 10px 25px;
    filter: drop-shadow(0 13px 20px rgba(7, 57, 114, .2078431373));
    border-radius: 50rem;
    font-weight: 700;
    font-size: 12px;
}
.software_uninstaller{
    padding: 30px 0 50px;
}
.software_uninstaller p{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.optimize-pc{
    background: #f4f4f4;
    padding: 60px 0;
}
.optimize-pc .para{
    color: #212529;
    font-size: 18px;
    margin-top: 13px;
    line-height: 30px;
}
.software-slider{
    margin: 80px 0 100px;
    position:relative;
}
.software-slider .frame_img img{
    /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 50%;*/
    /*top: 100%;*/
    /*transform: translate(-50%,-100%);*/
    /*width: calc(46% - 66px);*/
    /*height: calc(100% - 0px);*/
    
    position: absolute;
    z-index: 1;
    left: 49.8%;
    top: 105%;
    transform: translate(-50%,-100%);
    width: calc(46% - 66px);
    height: calc(106% - 0px);
}
.testimonial2{
    padding:120px 0 60px;
}
.testimonial2 .row .row2{
    margin-top: 50px;
}
.testimonial2 .row .row2 h3{
    color: #15C6EC;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 32px;
    margin-top: 14px
}
.testimonial2 .row .row2  .downloads{
    border-right:1px solid #eee;
}
.testimonial2 .download_link{
    margin-top: 40px;
}
.google_review{
    padding-left:40px;
}
.client_card{
    border-radius: 15px 15px 15px 15px;
    padding: 25px 25px 25px 25px;
    box-shadow: -4.104px 11.276px 38px 0px rgba(45.000000000000014, 42, 61, 0.10196078431372549);
    border: 1px solid rgba(153,153,153,.2666666667);
}
.client_card{
    width: 95%;
    margin-bottom: 15px;
    z-index: 9;
    position: relative;
    background: #fff;
}
.client_card2{
    position: relative;
    left: 50px;
}
.client_card3{
    position: relative;
    left: 100px;
}
.rate_stars i{
    color: #ffb400;
}
.testimonial2 .comment{
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 10px !important;
}
.bg_globe{
    margin-bottom: -100%;
    width: 100%;
    position: relative;
    left: -170px;
}
.feature_on{
    background: #f4f4f4;
    padding: 50px 0 40px;
}
.additional-headingcolor{
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 25px;
}
.additional-headingcolor span{
    color: #15C6EC;
}
.faqs{
    padding:60px 0;
}
.faqs .sub-heading{
    margin-bottom: 50px;
}
.faqs .accordion-item .accordion-button{
    background: #f4f4f4;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 20px;
}
.accordion-button:focus{
    box-shadow:inherit !important;
}
.faqs .accordion-body {
    background: #ffffff !important;
    font-size: 16px;
}
.accordion-button:not(.collapsed){
    color:#000 !important;
}
.community {
    margin: 10px 0 80px;
}
.community .col-12 img{
    width:80%;
}
.community .row2{
    border: 1px solid #eee;
    margin-top: 30px;
}
.community .row2 .middle{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
footer .sub-heading{
    color:#fff !important;
    margin-bottom: 25px;
}
footer .agree_box{
    color:#fff !important;
}
.top_footer{
    padding: 10px 0 40px;
    border-bottom: 1px solid #4c5e7a;
    margin-bottom: 15px;
}
footer .download,footer .download:hover{
    background: #029782;
    background-image: linear-gradient(90deg, #0297820%, #029782100%);
    background-color: transparent;
}
.banner{
    background-color: #314361;
    background-color: #f3f3f3;
    padding: 60px 0;
}
.banner ul{
    text-align: center;
    display: flex;
    list-style: none;
    padding-left:0 !important;
    justify-content: center;
}
.banner ul li{
     margin: 0 3px;
}
.banner ul li a{
    color: #110f0f;
}
.about_us{
    padding:80px 0;
}
.about_us p{
    margin-bottom: 20px !important;
    line-height: 28px;
}
.windows-section{
    padding-bottom:80px;
}
.windows_icons ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 80px;
}

.windows_icons ul li{
    
}
.windows_icons ul li .box {
    
}
.windows_icons ul li .box img{
    width: 200px;
    aspect-ratio: 300 / 200;
}
.img_icon.icon1{
    animation-delay: -1s;
}
.img_icon.icon2{
    animation-delay: -0.5s;
}
.img_icon.icon3{
    animation-delay: -1.5s;
}
.img_icon.icon4{
    animation-delay: -2s;
}
.img_icon.icon5{
    animation-delay: -2.5s;
}
.image-animation-slide-up-down {
    -webkit-animation: 2s ease-in-out infinite alternate both slide_up_down;
    animation: 2s ease-in-out infinite alternate both slide_up_down;
}
@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}
.business_solution{
    padding:60px 0;
}
.business_solution .right-col{
    padding-right:90px; 
}
.business_solution ul{
   padding-left: 18px;
}
.business_solution ul li{
   padding-bottom: 6px;
}
.business_solution  p{
    font-size: 16px;
    margin-bottom: 10px !important;
    margin-top: 5px;
}
.pc-cleaner-section .service-item{
    /* background: #004cc712; */
    padding: 20px;
    position: relative;
    min-height: 175px;
    /* border-radius: 30px; */
}
.pc-cleaner-section .service-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    z-index: 1;
    transform: skewY(2deg);
    border-radius: 30px;
    /* box-shadow: 0 10px 35px 0 rgb(2 126 108 / 10%); */
}
.pc-cleaner-section .service-item:after{
    content: "";
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
    height: 102%;
    background: #69b3a8;
    z-index: -1;
    transform: skewY(4deg);
    border-radius: 30px;
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08);
}
.pc-cleaner-section .service-images{
    position: absolute;
    width: 170px;
    margin: 0 auto;
    top: -70px;
    left: 70px;
    z-index: 9;
}
.pc-cleaner-section  .service-desc{
    padding-top: 50px;
    text-align: center;
    z-index: 999;
    position: relative;
}
.pc-cleaner-section  .service-desc h4{
    font-size: 20px;
    margin-top: 10px;
}
.pc-cleaner-section .row2{
    padding-top:80px;
}
.pc-cleaner-section .inner_box {
    z-index: 999;
    position:relative;
}
.pc-cleaner-section .content_section{
    padding-top:120px;
    /*background: #334767;*/
    margin-top: -50px;
    /* z-index: -2; */
    position: relative;
    padding-bottom: 60px;
}
.pc-cleaner-section .content_section .download{
    border:1px solid #fff;
    z-index: 999;
    position: relative;
}
.ds-section{
    padding: 80px 0;
    background: #f4f4f4;
}
.ds-section .service-item{
    border: 2px solid #027e6c;
    position: relative;
    text-align: center;
    border-radius: 15px;
    padding: 40px;
    background: #ffffff;
}
.ds-section .service-item:before{
    content:'';
}
.ds-section .row2{
    margin-top: 110px;
}
.ds-section .service-desc p{
    min-height: 80px;
    color: #262525;
}
.ds-section .service-desc h4{
     color: #202322;
}
.ds-section .service-desc a{
    background: linear-gradient(90deg, #027e6c 0, #069580 40%, #038976 75%, #027e6c 100%) !important;
    color: #fff!important;
    padding: 9px 30px;
    display: inline-block;
    margin-top: 18px;
    border-radius: 5px;
}
.ds-section .service-images{
    margin-top: -120px !important;
    width: 180px;
    height: 175px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    padding: 25px 10px 8px;
    border-bottom: 4px solid #027e6c;
}
.ds-section .service-desc{
    margin-top:15px;
}
.dsr_cleaner_product{
    padding: 0px 0 80px;
}
.business-table, .business-table td, .business-table th {
    border: 1px solid #a6a6a6 !important;
}
table, td, th {
    border: 1px solid #eee;
    padding: 8px 10px;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.business-table__heading {
    position: sticky;
    top: 0;
    z-index: 99;
}
.business-table tfoot, .business-table__heading {
    /* background: linear-gradient(90deg,#20afec 0,#16bfeb 40%,#26a6ed 75%,#20b3ed 100%); */
}
.business-table__tick {
    width: 34px;
    height: 34px;
    background-image: url(../images/tick01.png);
    filter: invert(35%) sepia(99%) saturate(2207%) hue-rotate(115deg) brightness(83%) contrast(91%);
}
.business-table__cross {
    width: 30px;
    height: 30px;
    background-image: url(../images/x-button.webp);
    filter: invert(10%) sepia(99%) saturate(7500%) hue-rotate(22deg) brightness(101%) contrast(125%);
}
.business-table__cross, .business-table__tick {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.business-table tfoot, .business-table__heading {
    background: linear-gradient(90deg, #2e3332 0, #2e3332 40%, #242526 75%, #2e3332 100%);
}
.business-table__head-wrapper h4 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff !important;
}
.business-table__head-wrapper p {
    margin-bottom: 0!important;
    color: #fff !important;
}
.business-table{
    width: 85%;
    margin: 40px auto 0;
}
.business-table .buy_now{
    color: #242526 !important;
    font-family: "Inter-SemiBold";
    border: 1px solid #9ac2d3;
    padding: 10px 30px;
    border-radius: 5px;
    background: #ffffff;
}
.business-table__body-cell h4{
    font-family: "Inter-Regular";
    font-size: 22px;
}
.business-table td{
    padding: 20px 0;
}
.download-section{
    padding:80px 0;
}
.download-section .nav-tabs{
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid rgba(153,153,153,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.0666666667);
    justify-content: space-around;
    background: #029782;
    z-index:1;
    position:relative;
    margin: 0 50px;
}
.download-section .tab-content{
    /* box-shadow: 0 0 9px 2px #1f2e4570;
    padding: 1rem 3rem;
    border-radius: 20px;
    background: #f7fdff; */
    margin-top: -50px;
    padding-top: 85px;
}
.download-section .row1{
    width: 90%;
    margin: 0 auto;
}
.download-section h2{
   font-family: "Inter-Bold"; 
   margin-bottom: 40px;
}
.download-section h5{
     font-family: "Inter-Regular";
}
.download-section p, .download-section li{
   font-family: "Inter-Regular";
}
.download-section h4{
   font-family: "Inter-Regular";
}
.download-section .nav-tabs .nav-link{
    color: #fff;
    outline: none !important;
}
.download-section .nav-tabs .nav-item.show .nav-link, .download-section .nav-tabs .nav-link.active,.download-section .nav-tabs .nav-link:focus-visible {
    color: #ffffff;
    background-color: #029782;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    transition:inherit !important;
    border-bottom: 2px solid #fff !important;
}
.download-section .nav-tabs .nav-link:focus, .download-section .nav-tabs .nav-link:hover {
    border-radius: 5px;
    border: none;
    outline: none;
    border-bottom: 2px solid #fff !important;
}
.download-section .nav-tabs .nav-link,.download-section .nav-tabs .nav-link:focus-visible,.download-section .nav-tabs .nav-link:active,.download-section .nav-tabs .nav-link:visited,.download-section .nav-tabs .nav-link:focus-within,.download-section .nav-tabs .nav-link:active{
    outline:none !Important;
    border: none;
    box-shadow:inherit;
}
.support-section .inner-section{
    margin-top: 20px;
    margin-bottom: 20px;
}
.support-section .inner-section .imgbox{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #027e6c;
    padding: 18px;
    display: flex;
    justify-content: center;
}
.support-section .inner-section img{
    width: 60px;
    margin: 0 auto;
}
.support-section .inner-section h5{
    color: #000;
    margin-top: 15px;
}
.support-section .row{
    width: 85%;
    margin: 0 auto;
}
.text-section{
    background-color: #f4f4f4;
    padding: 60px 20px 45px;
}
.contact-btn{
    padding: 10px 36px;
    letter-spacing: .5px;
    margin-top: 8px; 
}
.breadcrumb-text{
    -webkit-text-fill-color: inherit !important;
}
.form-box{
    border: 1px solid #cccc;
    padding: 50px 30px 30px;
    border-radius: 8px;
    background: #f3f3f3;
    border-top: 4px solid #027e6c;
}
.form-box h2{
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    /* line-height: 9px; */
    margin-bottom: 35px;
    background: linear-gradient(90deg, #027e6c 0%, #027e6c 40%, #027e6c 75%, #027e6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Inter-Medium";
}
.form-box .send{
    background: linear-gradient(90deg, #027e6c 0%, #027e6c 40%, #027e6c 75%, #027e6c 100%);
    border: 0;
    padding: 9px 45px;
}
.contact-banner .row1{
    width: 70%;
    margin: 28px auto 10px;
    background: #fff;
    border-radius: 50px;
    padding: 14px 5px;
}
.contact-banner .row1 .img1{
    filter: drop-shadow(-10px 10px 20px #084CBA77);
    width: 70px;
    margin-right: 10px;
}
.contact-banner .row1 .img2{
    width: 38px;
    filter: drop-shadow(-10px 10px 20px #084CBA77);
    margin-right: 15px;
}
.border-end-1{
    border-right:1px solid #ccc;
}
.policies h2{
    margin-top: 30px;
    margin-bottom: 20px;
}
.policies p{
    font-size: 15.5px;
    line-height: 28px;
}
@media only screen and (max-width:991px){
    ul.nav{
        display:none;
    }
    .hamburger{
        display:block !important;
        font-size: 30px;
        color: #000;
    }
    .sidebar_menu ul li{
        list-style:none;
        padding: 3px 0px 3px 30px;
        border-bottom: 1px solid #eee;
    }
    .sidebar_menu ul{
         padding-left:0 !Important;
    }
    footer .col3, footer .col2{
        padding-left: 15px !important;
    }
    .close-row{
        padding: 2px 12px 2px 2px;
        background: linear-gradient(90deg, #2383E6 0%, #15C6EC 40%, #338FEE 75%, #15C6EC 100%);
        text-align: right;
    }
    .close-row a{
        color:#fff;
        font-size: 30px;
    }
    .sidebar_menu{
        background-image: url(../images/card_bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-attachment: fixed;
        background-size: contain;
    }
    .banner_section .link {
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }
    .sidebar_menu .container{
        max-width:100% !important;
        padding-right:15px !important;
        padding-left:15px !important;
    }
   
}

@media only screen and (max-width:767px){
   .sm-d-none{
       display:none; 
   }
   .banner_section h1 {
        font-size: 35px;
    }
    .banner_section p { 
        font-size: 18px;
        margin: 18px 0 35px;
    }
    .banner_section .link {
        margin-right: 0px;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }
    .content_section {
        padding: 60px 17px;
    }
    .client_card2{
        position: relative;
        left: 0px;
    }
    .client_card3{
        position: relative;
        left: 0px;
    } 
    
    .google_review{
        padding-left:0px;
    } 
    .top-header{
        display: none;
    }
    .img-dsr{
        width: 172px;
        /* height: 60px; */
    }
    /* #toggle{
        display:none;
        margin-top: -30px;
    } */
    .rev-row{
        display: flex;
    flex-direction: column-reverse !important;
    padding-top: 30px;
    
    }
    .container .heading{
        font-size: 25px;
        line-height: 30px;
    }
    .banner_section .inner-content {
        position: relative;
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .banner_section {
        padding: 0px 0;
    }
    .text-first{
        /* padding-left: 20px; */
        /* padding-right: 30px; */
        font-size: 15px !important;
        color: #727273;
    }
    .download{
        margin-top: -20px;
        padding: 10px 13px 10px 13px;
        font-size: 10px;
    }
    .contents .sub-heading{
        font-size: 20px;
        letter-spacing: 3px;
    }
    .cleaner-content .contents {
        padding-left: 0px;
    }
    .cleaner-content .contents ul li {
        font-size: 16px;
        font-weight: bolder;
    }
    .pc_cleaner .bg_dark {
        background: #1F2E44;
        padding: 30px 10px 152px;
    }
    .cleaner-content {
        padding-bottom: 16px;
        margin-bottom: 38px;
    }
    .sub-heading {
        letter-spacing: 2px;
        font-size: 23px;
        /* padding-top: 33px */

    }
    
    .features {
       
        padding-top: 10px;
    }
    .left-col .box-wrapper span {
        display: none;
    }
    .right-col .box-wrapper span {
        display: none;
    }
    .img-2{
        position: relative;
        bottom: 80px;
    }
    .features .box-wrapper { 
        margin-bottom: 10px;
    }
    .features .right-col .box-wrapper {
        flex-direction: inherit;
        position: relative;
    }
    .move-circle img {
        position: relative;
        bottom: 245px;}
    .pricing_plan .para {
        font-size: 16px;
    }
    .pricing_plan {
        padding: 0px 0;
    }
    .software_uninstaller p {
        font-size: 15px;}
        .software_uninstaller {
            padding: 30px 0 0px;
    }
        .software-slider .frame_img img {
         display: none;
    }
         .software-slider {
         margin: 30px 0 40px;
    }
            .testimonial2 {
       padding: 0px 0 5px;
   }
   .testimonial2 .comment {
       font-size: 12px !important;
   }
       .additional-headingcolor {
           font-size: 20px !important;
   }
   .text-center-2{
    margin-bottom: 40px;
   }
   .accordion-button{
    font-size: 15px !important;
   }
   footer p {
      margin-bottom: 30px !important;
}
.text-white{
    text-align: center;
}
.copyright {
    text-align: center !important;
}
.client_card {
    width: 98%;
    margin-bottom: 15px;
    z-index: 9;
    position: relative;
    background: #fff;
    margin: 15px auto;
}
.small_heading{
   margin-top: 30px;
}
.about_us p {
    line-height: 20px;
    font-size: 15px;
}
.features .box-wrapper h3 {
    font-size: 20px;
    margin-left: 16px;
}
.features .box-wrapper .icon {
    height: 64px;
    width: 62px;
}
.business-table__head-wrapper p {
    font-size: 15px;
}
.business-table__head-wrapper h4 {
    font-size: 10px;
}
.business-table__body-cell h4 {
     font-size: 16px;
}
.business-table__body-cell p {
    font-size: 12px;
}
.business-table .buy_now {
    padding: 8px 5px;
   
}
.ds-section .service-desc h4 {
    font-size: 17px;
}
.ds-section .service-desc p {
    font-size: 12px;
}
.ds-section .service-desc a {
    padding: 9px 20px;
    margin-top: 10px;
}
.ds-section .service-desc p {
    min-height: 8px;
}
.ds-section .service-item {
    margin-top: 79px;
    padding: 40px 20px;
}
.text-white {
    font-size: 14px;
}
.banner {
    padding: 40px 0 30px;
}
.business_solution .right-col {
    padding-right: 0px;
}
.business_solution ul li {
    font-size: 14px;
}
.pc-cleaner-section .service-item {
    margin-bottom: 40px;
}
.pc-cleaner-section .content_section {
    padding-top: 30px;
 
    margin-top: 0px;
   
}
.ds-section .service-images {
        width: 120px;
    height: 120px;
}
.download-section .tab-content {
    padding: 10px;
}
.download-section h4 {
    font-size: 16px;
}
.download-section p, .download-section li {
    font-size: 14px;
}
.contact-banner .row1 {
    width: 98%;
    margin: 26px auto 6px;
    background: #fff;
    border-radius: 28px;
    padding: 6px 6px;
}
.contact-banner .row1 .img1 {
    width: 54px;
}
.contact-banner .row1 .img2 {
    width: 28px;
} 
.border-end-1 {
    border-right: 0px solid ;
}
.price-headTitle p {
    font-size: 25px !important;
}
.cleaner-content .contents ul {
    margin-left: -20px;
}
.features .box-wrapper .icon {
    margin-right: 0px;
}
.testimonial2 .download_link {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.faqs {
    padding: 10px 0;
}
.pc_cleaner h1 {
    font-size: 30px;
}
.faqs .accordion-item .accordion-button {
    font-size: 16px !important;
    line-height: 23px;
}
.pc-cleaner-section .content_section .download {
    position: relative;
    top: 10px;
}
.ds-section .row2 {
    margin-top: 30px;
}
.download {
    margin-top: 10px;
}
.software_uninstaller p {
    margin-bottom: 12px !important;
}
.men_img{
    display:none;
}
}
