@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500&display=swap');

html {
    scroll-behavior: smooth;
  }  
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Fira Sans', sans-serif; */
}
a,a:hover{
    text-decoration: none;
}
.section{
    float: left;
    width: 100%;
    padding: 55px 0px;
}
.banner{
    float: left;
    width: 100%;
}

 /* return to top button css */
 #return-to-top {
     display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 13px;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
 /* return to top button css ends */

 /* footer */
 .footer-line{
    width: 100%;
    float: left;
    padding: 50px 0px;
    color: #fff;
    background: #191919;
}
.footer-heading-space{
    margin-bottom: 10px;
}
.footer-heading-space h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-line i,.footer-line a{
    text-decoration: none;
    color: #e2e2e2;
    font-size: 14px;
    font-weight: 300;
}
.footer-social-icon {
    display: inline-block;
    margin-right: 3px;
}
.footer-social-icon>i {
    color: #fff !important;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #7c9b3e;
    border-radius: 5px;
    font-size: 16px !important;
}
.footer-line a:hover,
.footer-line a:active{color: #fff;}
.footer-line p{
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.footer-line p.contactdetailf {
    font-size: 15px !important;
    line-height: 25px;
    margin-bottom: 10px !important;
    width: 100%;
    float: left;
}

.footer-span-left{
    float: left;
    width: 5%;
}
.footer-span-left i{
    color: #fff;
}
.form-box {
    background: #e8e8e8;
    box-shadow: none;
    height: 44px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.footer-span-right{
    float: left;
    width: 95%;
    padding-left: 10px;
}
.submit-button {
    background: #20a27c;
    color: #fff;
    padding: 10px 35px;
    border: none;
    font-size: 16px;
}
.submit-button:hover {
    background: transparent;
    color: #fff;
}
.copyright-line{
    background: #080808;
    float: left;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}
.copyright-line p{
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* model popup css */
.modal-body .form-control{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;

}
.modal-body .btn.btn-default{
    border: none;
    border-radius: 0px;
    padding: 10px 35px;
    background: #2d5daa;
    color: #fff;
    margin: 10px 0px;
}
.modal-header button.close{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: red;
    color: #fff;
    opacity: 1;
}
.modal-header button.close:focus{
    outline: none;
    border: none;
}
.modal-body .form-box{
    background: #fff;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}
.shadow {
    -webkit-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
    box-shadow: 0px 0px 12px 1px rgba(140,132,132,1);
}
.space{
    margin-bottom: 40px;
}
.sm-space{
    margin-bottom: 20px;
}
.heading{
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #232323;
    letter-spacing: 0.5px;
}
.sub-heading{
    font-size: 16px;
    font-weight: 600;
    color: rgb(73, 73, 73);
    text-transform: uppercase;
}

/* header */

.abt-para{
    line-height: 25px;
    color: #444;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.button{
    display: inline-block;
    padding: 12px 30px;
    background: #7c9b3e;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
}
.button:hover{
    background: #607b2b;
    color: #fff;
}
.circle_button{
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #2d5daa;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 25px;
    border-radius: 50%;
}
.sm_button{
    display: inline-block;
    padding: 7px 18px;
    background: #2d5daa;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 4px;
}
.sm_button:hover{
    background: #086dda;
    color: #fff;
}

.circle_button:hover{
    background: #086dda;
    color: #fff;
}

/* appointment sec */
.appintment_box{
    float: left;
    width: 100%;
    padding: 20px;
    background: #e5ecf1;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.appintment_box h4{
    text-transform: uppercase;
    color: rgb(14, 14, 14);
    font-weight: 700;
    margin-top: 0px;
    font-size: 20px;
}
.appintment_box .form-control{
    border: none;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
    outline: none;
}
.book_appoi_btn{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #086dda;
}

/* category sloution */
.solution .col-sm-4{
    padding: 0px 30px;
}
.sec_cat_box{
    width: 100%;
    background: #f4fbff;
}
.sec_cat_box_img{
    height: 456px;
    width: 100%;
    padding: 10px;
}
.sec_cat_box_img img{
    height: 100%;
    width: 100%;
}
.sec_cat_box_text{
    width: 100%;
    padding: 20px 20px 20px 5px;;
}
.sec_cat_box_text h2{
    font-weight: 600;
    color: #2b2b2b;
    margin: 0px;
}
.sec_cat_box_text h4{
    font-weight: 600;
    color: #4a4949;
    margin-top: 0px;
    margin-bottom: 20px;
}
.sec_cat_box_text p{
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-bottom: 20px;
}
.g_button{
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    background: #017cc2;
    text-transform: uppercase;
}
.g_button:hover{
    background: #fff;
    color: #017cc2;
    padding: 8px 23px;
    border: 2px solid #017cc2;
    font-weight: 500;
}
.b_button{
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    color: #32c69a;
    background: transparent;
    text-transform: uppercase;
    border: 2px solid #32c69a;
    font-weight: 500;
}
.b_button:hover{
    background: #32c69a;
    color: #fff;
    border: 2px solid #32c69a;
}

.l{
    width: 100px;
    height: 2px;
    background: rgb(43, 43, 43);
    margin: 2px auto;
}

/* progress_count */
.achivement_sec{
    padding: 25px 0px;
}
.progress_count{
    width: 100%;
    text-align: center;
}
.progress_count img{
    height: 60px;
    max-width: 100%;
    margin: 0 auto;
}
.progress_count h4{
    font-size: 20px;
    font-weight: 600;
}
.progress_count p{
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}


/* services */

.card{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    min-height: 245px;
}

.card-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    padding: 5px;
    transition: 0.4s;
    text-align: center;
}
.card-img img{
    max-width: 100%;
    max-height: 100%;
}
.card-img span{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 37px;
}
.abt_quality .card:hover .card-img {
   
    border-color: #fff;
}

.card:hover .card-img {
    /* box-shadow: 0 0 1px 10px rgba(212,239,250,1); */
    box-shadow: 0px 0px 1px 5px rgba(124, 155, 62, 0.28);
    border-color: #7c9b3e;
}

.card_content{
    width: 100%;
    padding-left: 75px;

}
.card h4{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    text-align: left;
}
.card p{
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: left;
    opacity: 0.9;
}
.service_sm_btn{
    display: inline-block;
    color: #b4c964;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.service_sm_btn:hover{
    color: #fff;
}

/* service sec */
.service_box{
    width: 100%;
    background: #fff;
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.service_box h4{
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    margin: 0px;
    margin-bottom: 10px;
}
.service_box p{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    margin-bottom: 15px;
}
.service_box_img{
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #607b2b;
    margin-bottom: 20px;
}
.service_box_img img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.servicd_icons{
    text-align: center;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    background: #607b2b;
    margin-bottom: 20px;
}
.servicd_icons img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* teams slider */
.team_box{
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.team_box_img{
    position: relative;
    float: left;
    width: 100%;
    height: 372px;
}
.team_box_img img{
    height: 100%;
    width: 100%;
}
.team_box_img_overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #151515;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.team_box_img_overlay a{
    color: #fff;
}
/* latest news blog */
.news_box{
    width: 100%;
}
.news_box_img{
    height: 275px;
    position: relative;
}
.news_box_img img{
    height: 100%;
    width: 100%;
}
.time_bok{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 8px;
    background: #32c69a;
    text-align: center;
    color: #fff;
}
.time_bok span{
    display: block;
    margin-bottom: 5px;
}
.time_bok span.day{
    font-size: 16px;
    font-weight: 700;
}
.time_bok span.maonth{
    font-size: 14px;
    font-weight: 300;
}
.time_bok span.yr{
    font-size: 14px;
    font-weight: 300;
}
.news_box_contemt{
    width: 100%;
    padding: 15px 0px;
}
.news_box_contemt h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #222;
    text-shadow: none;
}
.news_box_contemt p{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    color: #666;
}
.cir_btn{
    display: inline-block;
    padding: 9px 18px;
    border-radius: 25px;
    background: #32c69a;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.cir_btn::after{
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 2px;
    font-size: 12px;
    transition: 0.4s;

}
.cir_btn:hover{
    color: #fff;
}
.cir_btn:hover::after{
    margin-left: 8px;
}

/* testinomial sec */
.testinomial_sec{
    position: relative;
    background: #b4c964;
}
.testibg_box{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}
.testibg_box img{
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.rewiew-page .testimonial {
    background: #f9f9f9 !important;
    text-align: center;
    box-shadow: 0px 0px 10px #ddd;
    padding: 15px;
    margin-bottom: 30px;
} 
.rewiew-page .testinomial-content p {
    color: #666;
    font-size: 14px;
    height: 135px;
    overflow: auto;
}
#testimonial-slider .testimonial {
    background: transparent !important;
    text-align: center;
} 
.testinomial-content {
    padding: 20px 0px;
    text-align: center;
}

.testinomial-content p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 1px;
}
.testinomial-img {
    margin: 0 auto;
    
}
.testinomial-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.test-desc h4 {
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
}

/* custom owl curousel */
.owl-theme .owl-controls {
    margin-top: 30px !important;
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ddd !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #151515 !important;
}
.suscribe-dv {
    float: left;
    width: 100%;
    padding: 25px 0px;
    background: #f4801d;
}
.subs-left {
    float: left;
    width: 25%;
    padding-top: 10px;
}
.subs-right {
    float: left;
    width: 75%;
    padding: 0px 15px;
}
.subs-right h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.subscribe-now {
    padding: 8px 22px;
    background: #2d5daa;
    border: none;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.subs-input {
    height: 45px;
    display: inline-block;
    border-radius: 0px;
}

/* inner pages */

.single-page-banner{
    float: left;
    width: 100%;
    padding: 100px 0px;
    text-align: center;
}
.inner_link_box{
    padding: 8px 25px;
    background: #fff;
    border-radius: 25px;
}
.single-page-banner h4{
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.inner_link_box span{
    color: #232323;
    font-size: 13px;
}
.inner_link_box a{
    color: #37bd83;
    font-size: 13px;
}
.para{
    font-size: 16px;
    line-height: 25px;
    color: #666;
}
.spara{
    font-size: 15px;
    line-height: 25px;
    color: #8b8b8b;
    font-weight: 400;
}
.lpara{
    font-size: 16px;
    line-height: 25px;
    color: #555;
    font-weight: 300;
}
.abt_quality{
    position: relative;
    padding: 0px;
    background: #7c9b3e;
}
.abt_quality_img{
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
}
.abt_quality_img img{
    height: 100%;
    width: 100%;
}
.abt_quality_left{
    width: 100%;
    padding: 55px 0px;
}

/* contect box */
.contact-detail-box{
    float: left;
    width: 100%;
    border: 1px solid #ddd;
}
.contact-detail-box-list{
    float: left;
    width: 100%;
    padding: 15px 15px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 25px;
    background: #fafafa;
}
.contact-detail-box-list a{
    font-size: 14px;
    color: #2f2f2f;
    line-height: 25px;
    background: #fafafa;
    
}
.contact-detail-box-list i{
    color: #017cc2;
    font-size: 22px;
}
.query-form-box h4{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.query-form-box .form-control{
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.newsinput{
    height: 40px;
    width: 100%;
    border-radius: 0px;
}
.fo_abt_btn{
    background: #fff;
    padding: 7px 15px;
    color: #2d5daa !important;
    font-weight: 800 !important;
    display: inline-block;
    font-size: 13px !important;
}
.line{
    height: 1px;
    margin: 2px auto;
    background: #222;
    width: 80px;

}


/* service apge */
/* ************************************************* */

.service_page .card{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 25px;
    position: relative;
    background: url("../images/servicebg.jpg");
}

/* purchase box */
.purchase_box{
    background: linear-gradient(#2f89fccc,#2f89fccc), url("../images/bg2.jpg") fixed 0 0 ;
    background-size: cover;
    background-position: top center;
    padding: 40px 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.purchase_box h1{
    margin: 0px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 52px;
}
.purchase_box p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    font-weight: 100;
}
.pruchase_btn{
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    padding: 12px 35px;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.pruchase_btn:hover{
    color: #7c9b3e;
    background: #ffffffe1;
}
.service_detail h3{
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
}

/* gallery css */
#gallery .col-sm-3 {
    padding: 0px;
  }

  .img-wrapper {
    position: relative;
    height: 220px;
  }
  .img-wrapper img {
    width: 100%;
    height: 100%;
  }
  
  .img-overlay {
    background: rgba(124, 155, 62, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }


  /* procedure page */
  .procedure_box{
      width: 100%;
      text-align: left;
      margin-bottom: 30px;
      padding: 20px;
      -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
  }
  .procedure_box_icon{
      height: 80px;
      width: 80px;
      background: #fff;
      color: #607b2b;
      border-radius: 50%;
      border: 2px solid #ddd;
      text-align: center;
      margin-bottom: 20px;
      transition: 0.4s;
      padding: 10px
  }
  .procedure_box_icon i{
      font-size: 35px;
      line-height: 80px;

  }
  .procedure_box_icon img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
  .procedure_box h4{
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
  }
  .procedure_box:hover .procedure_box_icon{
    box-shadow: 0px 0px 1px 10px rgba(124, 155, 62, 0.28);
    border-color: #7c9b3e;
    color: #151515;

  }
  ul.ul_list{
    padding: 0;
    margin: 0;
    padding-left: 30px;
  }
  ul.ul_list >li{
      list-style-type: disc;
      font-size: 14px;
      color: #444;
      line-height: 24px;
  }
  .ad_procedure .ul_list > li{ 
      color: #fff;
  }
  .why-choose-us .service_box{
      height: 457px;
  }
  .fotter-readmore{
      display: inline-block;
      color: #607b2b !important;
      font-size: 12px !important;
      text-decoration: underline !important ;

  }
  .abt_quality.ad_procedure{
      background: #fff;
  }
  .abt_quality.ad_procedure .card{
      padding: 25px;
      -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
  }
  .abt_quality.ad_procedure .card-img {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    padding: 5px;
    transition: 0.4s;
    text-align: center;
}
.abt_quality.ad_procedure .card-img span {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 37px;
}
  .abt_quality.ad_procedure .card h4{
    color: #232323;
}
.abt_quality.ad_procedure .card p{
    color: #444;
    opacity: 1;
    font-weight: 400;
}
.abt_quality.ad_procedure  .ul_list > li {
    color: #444;
}

/* faq page */
.faq-page .procedure_box{
    border: 2px solid #ddd;
}