@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    background-color: #E5F4EF
}


.container-custom{
    padding-left: 138px;
    padding-right: 138px;
}
@media only screen and (max-width: 1366px)  and (min-width: 1300px) {
    .container-custom{
      padding-left: 86px !important;
      padding-right: 86px !important;
    }
    .Image-slider-section .carousel-inner {
       margin-left: 15px !important;
    }
    .Image-slider-section .carousel-control-prev {
        left: -40px !important;
    }
    .custom-slider .carousel-control-next {
        right: -70px !important;
    }
    .carousel-indicators {
        right: -70px !important;
    }

}
@media only screen and (max-width: 1280px) and (min-width: 992px){
    .container-custom{
      padding-left: 55px !important;
      padding-right: 55px !important;
    }
    .Image-slider-section .carousel-inner {
       margin-left: 0px !important;
    }
    .Image-slider-section .carousel-control-prev {
        left: -40px !important;
    }
    .custom-slider .carousel-control-next {
        right: -40px !important;
    }
    .carousel-indicators {
        right: -40px !important;
    }
    .container-modal-sec {
        padding: 20px 35px !important;
    }
    .customised-popup-modal {
        padding: 120px 120px 60px 120px !important;
    }
    .stat-section-home-section .card .stat-number {
        font-size: 38px !important;
    }
}
/*************---FIRST SECTION---*************/
.first-home-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.first-home-section h1{
    margin-top: 10px;
    font-size: 36px;
    color: black;
    font-weight: 500;
    line-height: 44px;
}
.first-home-section p{
    font-size: 17.5px;
    margin-top: 30px;
    color: #2B2D2C;
    font-weight: 500;
    line-height: 22px
    
}
.intro-images-section img {
    transform: scale(1.24);
    margin-top: 46px;
    margin-left: 10px;
    /* width: 93%; */
}
.first-home-section .second-class{
    line-height: 14px;
}
.action-button-section{
    margin-top: 50px;
}
.action-button-section ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.action-button-section ul li{
    margin-right: 10px;
    float: left
}
.filled-action-button{
    background:#009166;
    color: #fff;
/*    font-size: 16px;*/
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    width: 220px;
}
.filled-action-button a{
    display: block;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
}
.lined-action-button{
    background:#C9E8DE;
    color: #009166;
/*    font-size: 16px;*/
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    width: 220px;
}
.lined-action-button a{
    display: block;
    color: #009166;
    font-size: 19px;
    text-decoration: none;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
}
/*
.filled-action-button a{
    background:#009166;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}
.lined-action-button a{
    background:#C9E8DE;
    color: #009166;
    font-size: 16px;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600
}
*/
/*---------------------Second Section---------------------*/
.second-home-section{
    background: #F0F9F6;
    padding-top:100px;
    padding-bottom: 100px;
}
.second-home-section h2{
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-bottom: 50px;
    font-variation-settings: normal;
}
/*stat section*/
.stat-section-home-section{
    padding-right: 77px;
}
.stat-section-home-section .card{
    background: #fff;
    border-color: transparent transparent transparent #009166;
    border-left: 6px solid #009166;
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 5px;
}
.stat-count-indivi-home-section{
    margin-bottom: 10px;
}
.stat-section-home-section .card .stat-number{
    color:#009166;
    font-weight: 500;
    font-size: 41px;
}
.stat-section-home-section .card .stat-title{
    color:#555;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    
}
/*Gurantee section*/
.content-with-heading{
    margin-top: 30px;
    padding-left: 0
}
.content-with-heading h3{
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.content-with-heading p{
    font-size: 18px;
    color:#454746;
    font-weight: 500;
    line-height: 24px;
    
}

/*----------------------Third Section----------------------*/
.third-home-section{
    padding-top: 120px;
    padding-bottom: 120px;
    
}
.About-details-section{
    padding-right: 100px;
}
.About-details-section h2{
    color: #000;
    font-size: 30px;
    padding-bottom: 20px;
    font-variation-settings: normal;
}
.About-details-section p{
    font-size: 18px;
    color:#454746;
    font-weight: 500;
    line-height: 24px;
}
/*Slider*/
.Image-slider-section{
    margin-top: -25px;
}
.carousel-inner {
    margin-left:55px !important;
}
.custom-slider {
/*  height: 360px !important;*/
}
.custom-slider .carousel-control-prev,
.custom-slider .carousel-control-next {
/*  text-shadow: 2px 2px 4px #000000;*/
  font-size: 20px;
opacity: 1

}
.custom-slider  .contanet-img-slidets{
/*    width: 75px;*/
/*    height: 75px; */
    border: 2px solid #ccc;
    padding: 11px 16px;
    border-radius: 50%
}
.custom-slider .carousel-control-prev img,
.custom-slider .carousel-control-next img{
    
    width: 20px;
}
.custom-slider .carousel-control-next{
    right: -115px;
}
.custom-slider .carousel-control-prev i,
.custom-slider .carousel-control-next i {
    color: #000;
    padding: 15px 15px;
/*    border: 2px solid rgba(0,0,0,0.4);*/
    border-radius: 100%;  
}
.carousel-control-prev
.custom-slider .carousel-inner {
    height: 100%;
}
.custom-slider .carousel-inner .carousel-item {
    height: 100%;
}
.custom-slider .carousel-inner .carousel-item .carousel-img-container {
    height: 100%;
}
.custom-slider .carousel-inner .carousel-item img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
}
.custom-slider  .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
}
.carousel-item .card{
    padding: 35px 45px;
    border: none
}
.carousel-item .card h2{
    font-size: 22px;
    font-weight: 600
}
.carousel-item .card h2 span{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.8)
}
.carousel-indicators{
    bottom: -40px;
    right: -115px;
}
.carousel-indicators .active {
    background-color: rgba(0,0,0,0.8);
    width: 25px;
}
.carousel-indicators li {
    width: 4px;
    height: 3px;
    background-color: rgba(0,0,0,.5);
}
/*Universal statics*/
.stat-details-universal{
    margin-top: 15px;
}
.stat-details-universal h3{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}
.stat-details-universal p{
    line-height: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #555
}
/*ROAS STAMP*/
.roas-absolute{
    height:100px;
    width: 100px;
    padding: 10px;
    border: 1px solid #222;
    box-shadow: 4px 2px 0px 2px #222;
    position: absolute;
    right: 25px;
    margin-top: -15px;
}
.roas-absolute.yellow{
    background: #F9E042;
}
.roas-absolute.violate{
    background: #BAA9E9 !important;
}
.roas-absolute.orange{
    background: #FF9C53 !important;
}
.roas-absolute.sky{
    background: #86DAF0 !important;
}

.roas-absolute h3{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
}
.roas-absolute p {
    font-weight: 500;
    font-size: 15px;
    line-height: 0;
    text-align: center;
}
.view-full-report-button{
    margin-top: 25px;
}
.view-full-report-button a{
    color: #009166;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500
}
.view-full-report-button a span{
    padding: 1px 7px;
    background:#E5F4EF;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.3s
}
.view-full-report-button a:hover span{
    padding: 1px 7px;
    background:#E5F4EF;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 3px;
}
/*-----------------------Fourth Section-----------------------*/
.fourth-home-section{
    background: #F0F9F6;
    padding-top: 140px;
    padding-bottom: 140px;
}
.full-fourth-content-section{
    padding-left: 80px;
}
.full-image-section img{
/*    width: 95%;*/
/*    margin-top: 30px;*/
}
.fourth-home-section h2{
    color: #000;
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: 500
}
.fourth-home-section p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #454746;
   
}
.content-fourth-line{
/*    margin-top: 50px;*/
}
.content-fourth-line .divider-lne{
    margin-top: 80px;
    margin-bottom: 40px;
    height: 7px;
    width: 100%;
    background-color: #CBE9E0
}
.content-fourth-line h2{
    color: #000;
    font-size: 31px;
    font-weight: 500;
    letter-spacing:0px;
    line-height: 44px;  
}
.non-service-list{
    margin-top: 12px;
    font-size: 17.5px;
    font-weight: 500;
    color: #454746;
}
.point-wise-setion{
    padding-left: 60px;
    padding-right: 0
}
/* ********* Fifth Section ********* */

.fifth-contact-section{
    padding-top: 130px;
    padding-bottom: 130px;
}
/*Conatct Section Universal*/
.contact-universal-space{
    background: #009166;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 55px;
    padding-right: 55px;
}
.contact-universal-space h2{
    color: #fff;
    font-size: 48px;
    font-weight: 500
}
.contact-universal-space h3{
    font-size: 32px;
    color: #f3f3f3;
    font-weight: 500
}
/*Form*/
.form-space .form-group{
    margin-bottom: 30px;
}
.form-space .form-control{
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 3px solid #80C8B3;
    border-color: transparent transparent #80C8B3 transparent;
    padding: 7px 2px;
    color: #fff;
    font-size: 19px;
    transition: 0.3s
    
}
.form-space .form-control:focus{
    border: 3px solid #ebedef;
    border-color: transparent transparent #ebedef transparent;   
}
.form-space .form-control::placeholder{
    color: #80C8B3
}
.custom-submit-button{
    border:none;
    box-shadow: none;
    padding: 20px 50px;
    background: #fff;
    color:  #009166 ;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

/*---------------*-*-*-*-*-*-*-*-*-*-*-*-*
***********CLIENT RESULTS PAGE***********
*-*-*-*-*-*-*-*-*-*-*-*-*---------------*/

.first-client-result-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.first-client-result-section .heading-part h2{
    font-size: 40px;
    margin-top: 15px;
/*    margin-bottom: 15px;*/
    font-weight: 500;
    letter-spacing: -1px
}
.client-results-single-panel{
    margin-top: 60px;
}
.client-results-single-panel:nth-child(even){
    padding-right: 28px;
}
.client-results-single-panel:nth-child(odd){
    padding-left: 28px;
}

/**********----------MOBILE MENY*********----------*/
@media only screen and (min-width:300px) and (max-width:500px){
    
      html, body {
          width: auto!important; 
          overflow-x: hidden!important;
     }
     .container-custom {
        padding-left: 10px;
        padding-right: 10px;
     }
    .first-home-section p {
        font-size: 17px;
        margin-top: 30px;
    }
    .first-home-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .first-home-section h1 {
/*        margin-top: 30px;*/
        font-size: 27px;
        line-height: 30px;
    }
    .first-home-section .second-class {
        line-height: 4px;
        line-height: 21px;
    }
    .action-button-section ul li:nth-child(1) {
        float: left;
        width: 49%;
        margin-right: 0
    }
    .action-button-section ul li:nth-child(2) {
        float: left;
        width: 49%;
        margin-right: 0;
        margin-left: 6px
    } 
    .stat-section-home-section{
        padding-right: 0
    }
    .lined-action-button a, .filled-action-button a {
       
        font-size: 16px;
        padding: auto;
    }
    .intro-text-section{
        order:2;
        margin-top: 25px;
    }
    .intro-images-section{
        order:1;
        text-align: center
    }
    .intro-images-section img{
        width: 90%
    }
    .stat-section-home-section .card .stat-number {
        font-size: 28px;
    }
    .stat-section-home-section .card {
        height: auto;
    }
    .stat-section-home-section .card .stat-title {
        line-height: 1;
        font-size: 15px;
    }
    .content-with-heading p {
        color: #000;
        font-size: 16.5px;
    }
    .second-home-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .second-home-section h2 {
        font-size: 27px;
        padding-bottom: 11px;
    }
    .third-home-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .About-details-section h2 {
        font-size: 27px;
        padding-bottom: 20px;
        text-align: left;
    }
    .About-details-section p {
        font-size: 16px;
    }
    .third-home-section .action-button-section ul li:nth-child(1) {
        float: left;
        width: 80%;
        margin-right: 0;
    }
    .third-home-section .lined-action-button a,
    .third-home-section  .filled-action-button a {
        font-size: 17px;
        padding: 20px 37px;
    }
   .third-home-section  .action-button-section ul {
        text-align: center
    }
    .About-details-section{
        order: 2;
        margin-top: 80px;
    }
    .Image-slider-section{
        order: 1
    }
    .stat-details-universal p {
        line-height: 18px;
        font-size: 14px;
        font-weight: 500;
    }
    .roas-absolute h3 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-top: 14px;
    }
    .roas-absolute p {
        font-weight: 500;
        font-size: 13px;
        line-height: 0;
        text-align: center;
    }
    .roas-absolute {
        height: 75px;
        width: 75px;
        padding: 10px;
        border: 2px solid #222;
        box-shadow: 4px 2px 0px 2px #222;
        position: absolute;
        right: 17px;
        margin-top: 32px;
    }
    .carousel-item .card h2 {
        font-size: 22px;
        font-weight: 500;
    }
    .carousel-item .card h2 span {
        font-size: 16px;
    }
    
    .full-image-section{
        text-align: center
    }
    .full-image-section img {
        width: 80%;
        margin-top: 30px;
    }
    .full-fourth-content-section{
        margin-top: 40px;
    }
    .fourth-home-section {
        background: #F0F9F6;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fourth-home-section h2 {
        font-size: 27px;
        padding-bottom: 10px;
        text-align: left
    }
    .fourth-home-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .fourth-home-section .action-button-section ul li:nth-child(1){
        width: 80%;
    }
    .fourth-home-section .action-button-section  ul{
        text-align: center
    }
    .fourth-home-section  .lined-action-button a, 
    .fourth-home-section  .filled-action-button a {
        font-size: 16px;
        padding: 20px 35px;
    }
    .content-fourth-line h2 {
    font-size: 19.5px;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    line-height: 27px;
    }
    .non-service-list {
        margin-top: 6px;
        font-size: 17px;
    }
    .contact-universal-space h2 {
        color: #fff;
        font-size: 30px;
    }
    .contact-universal-space h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
    }
    .fifth-contact-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-with-heading {
        margin-top: 50px;
        padding-left: 15px;
    }
    .first-client-result-section{
        padding-top: 0
    }
    .first-client-result-section .heading-part h2 {
        font-size: 27px;
        font-weight: 500;
    }
    .client-results-single-panel{
        margin-top: 25px;
    }
    .full-fourth-content-section .container-fluid{
        padding-right:  0px;
        padding-left:  0px;
    }
    .client-results-single-panel:nth-child(even) {
        padding-right: 15px;
    }    
    .client-results-single-panel:nth-child(odd) {
        padding-left: 15px;
    }
    .custom-slider .carousel-control-prev i,
    .custom-slider .carousel-control-next i {
        padding: 5px;
    }
    .custom-slider .carousel-item {
         padding-left: 0; 
         padding-right: 0; 
    }
    .carousel-inner {
         margin-left: 0 !important; 
    }
    .carousel-item .card {
        padding: 10px;
        border: none;
    }
    .custom-slider .carousel-control-next{
        right: 0
    }
    .carousel-indicators {
/*        bottom: -40px;*/
         right: 0px; 
    }
    .About-details-section{
        padding-right: 10px;
    }
    .full-fourth-content-section {
        padding-left: 15px;
    }
    .dialogue-space .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .point-wise-setion {
         padding-left: 10px; 
        padding-right: 0;
    }
    .contact-universal-space {
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-space{
        padding-left: 5px;
        padding-right: 5px;
    }
}


