﻿@charset "utf-8";


/*===== Common CSS =====*/
/*===== HeaderFooter CSS =====*/
/*===== HomePage CSS =====*/


/*===== Animation Circle =====*/


/*===== Responsive CSS =====*/


/*===============================
  ===============================*/


/*===== Common CSS =====*/

@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation-regular-webfont.woff2') format('woff2'),
         url('../fonts/sansation-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation-bold-webfont.woff2') format('woff2'),
         url('../fonts/sansation-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body { overflow-x: hidden; }
body { padding: 0; margin: 0; font-family: "Poppins", sans-serif; font-size: 17px; font-weight: normal; line-height: 25px; color: #21221f; position: relative; overflow: hidden; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; }


.loader { position: fixed; left:0; top:0; width:100%; height:100%; background: #ffffff; z-index: 19; transition:0.5s ease-in-out; -webkit-transition:0.5s ease-in-out; -moz-transition:0.5s ease-in-out; }
.loader #circle { position: absolute; left:0; right:0; top:0; bottom:25px; margin: auto; }


body.page-load { overflow: auto; }
body.page-load .loader { left:100%; }



* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none !important; outline:none !important; }

h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 { font-family: 'sansationbold'; text-transform: uppercase; }

h1 { font-size: inherit; display: block; }
h2 { font-size: 80px; color: #f3cc00; }
h3 { font-size: 50px; color: #171816; margin-bottom:10px; }
h4 { font-size: 35px; color: #ffffff; margin-bottom:20px; text-transform: capitalize; }
h5 { font-size: 35px; color: #21221f; margin-bottom:20px; text-transform: capitalize; }
h6 { font-family: "Poppins", sans-serif; font-size: 17px; text-transform: none; }





p { margin-bottom:25px; }
p:last-child { margin-bottom:0; }

img, svg { border: none; vertical-align: middle; max-width: 100%; }
ul li { list-style: none; }


a { cursor: pointer; outline: none !important; text-decoration: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
a:hover, a:focus { text-decoration: none; }
a, input, button, textarea, a:focus, select:focus { outline: none; }
a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }


button, input, textarea { outline: none; -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }


.btn { font-family: 'sansationbold'; font-size:26px; font-style: italic; padding:2px 25px 2px 22px; border:none; position: relative; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; }

.yellow-btn { color: #21221f; background: #f3cc00; border:2px solid #f3cc00; }
.yellow-btn:hover { border:2px solid #21221f; }


header, main, section, footer { display: block; position: relative; z-index: 10; }


.container { max-width:1330px; }

/*===== *************** =====*/



/*===== HeaderFooter CSS =====*/
header { position: absolute; left:0; right:0; top:0; z-index: 15; }

header .logo-contactbtn { padding:20px 0 15px; background: #ffffff; }
header .logo-contactbtn .container { display: flex; justify-content: space-between; align-items: center; }

header .logo, header .logo a, header .logo a img { width:267px; height:89px; object-fit: contain; display: block; }


.menu-belt { background: #445104; border-bottom:1px solid rgba(209, 225, 126, 0.56); }
.navbar { padding:0; }
.navbar ul { justify-content: space-between; }
.navbar ul li a { font-family: 'sansationregular'; font-size:21px; color: #ffffff; display: block; padding:12px 0 15px; position: relative; }
.navbar ul li a:before { content: ""; display: block; position: absolute; left:0; right:0; bottom:0; width:0; height:3px; margin: auto; background: rgba(209, 225, 126, 0.56); transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out; }

.navbar ul li a:hover { color: #f3cc00; }
.navbar ul li a:hover:before { width:100%; }



header.sticky .menu-belt { position: fixed; left:0; right:0; top:0; }



footer { overflow: hidden; }
footer .lightgree-bg { background: #d2f8a0; padding:30px 30px 25px; margin:55px 0; position: relative; }

footer h3 { color: #596a00; }

footer ul li { margin:35px 0; }
footer ul li address, footer ul li a { display: inline-block; color: #21221f; font-size:25px; margin:0; }
footer ul li address img, footer ul li a img { width:30px; height:30px; margin-right:5px; margin-top:-5px; }
footer ul li a.email-link span { border-bottom:1px solid; }

footer ul li a:hover { color: #596a00; font-weight: bold; }

.copyright { margin-top:60px; }


footer #circle { left: inherit; right:-325px; bottom:-225px; width:700px; height:700px; }
footer #circle img { width:130px; height:130px; }


/*===== *************** =====*/




/*===== HomePage CSS =====*/
main { margin-top:176px; }


.banner-wrp { padding:125px 0 150px; background: #596a00; }
.banner-wrp .text { padding:0 110px; }
.banner-wrp .text h2, .banner-wrp .text p, .banner-wrp .text .tagline { position: relative; z-index: 10; }
.banner-wrp .text p { color: #ffffff; opacity: 0.6; margin: 5px 0; }
.banner-wrp .text .tagline { font-family: 'sansationbold'; color: #ffffff; font-size:35px; text-transform: uppercase; margin-top:25px; }


.valuation-wrp { margin:20px 0 0; padding-top:80px; }

.valuation-wrp ul.green-bg { padding:15px; margin-top:30px; background: #d2f8a0; display: block; }
.valuation-wrp ul.green-bg li { width:49%; display: inline-block; vertical-align:middle; padding:5px 15px; }
.valuation-wrp ul.green-bg li img, .valuation-wrp ul.green-bg li p { display: inline-block; vertical-align:middle; max-width:calc(100% - 60px); }
.valuation-wrp ul.green-bg li img { width:50px; height:50px; object-fit: contain; margin-right:5px; }

.valuation-wrp .text { margin-top:25px; }


.exptestimony-wrp { padding-top:100px; margin:50px 0 0; }
.exptestimony-wrp .img { width:100%; height:400px; }
.exptestimony-wrp .img img { width:100%; height:100%; object-fit: cover; }


.customanalysis-wrp { margin:60px 0; padding-top:80px; }
.customanalysis-wrp .lightgreen-bg { background: #d2f8a0; }

.customanalysis-wrp .img { width:100%; height:580px; }
.customanalysis-wrp .img img { width:100%; height:100%; object-fit: cover; }

.customanalysis-wrp .text { padding:50px 20px 50px 50px; }


.text-listsing li { position: relative; margin:15px 0 15px 20px; }
.text-listsing li:before { content: ""; display: block; position: absolute; left:-15px; top:10px; width:5px; height:5px; background: #21221f; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }



.cds-owners { padding:65px 0 50px; margin-top:140px; background: #21221f; }

.cds-owners h3 { color: #ffffff; margin:0; }
.cds-owners p { color: #ffffff; opacity: 0.56; }

.cds-owners .doctors-details { margin:30px 0; padding-right:125px; }
.cds-owners .doctors-details .img-name { display: flex; align-items: center; margin-bottom:20px; }
.cds-owners .doctors-details .img-name img.doc-img { min-width:120px; max-width:120px; margin-right:30px; }
.cds-owners .doctors-details .img-name .name img { width:35px; height:35px; display: block; }

/*===== *************** =====*/



/*===== Animation Circle =====*/

#circle { font-family: 'sansationbold'; font-style: italic; font-size:14px; position: absolute; left:0; right:0; width:400px; height:400px; display: block; margin:-50px auto 0; }
#circle img { position: absolute; left:0; right:0; top:0; bottom:0; margin: auto; width:75px; height:75px; }
#circle svg { display: block; width:100%; height:100%;
    -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 7.5s;
     -moz-animation-duration: 7.5s;
      -ms-animation-duration: 7.5s;
       -o-animation-duration: 7.5s;
          animation-duration: 7.5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}






/*===== Responsive CSS =====*/

@media screen and (max-width: 1599px) {
    
   
    /* HeaderFooter CSS */
    
    footer ul li address, footer ul li a { font-size: 22px; }
    
    footer #circle { right:-225px; }
    
    
    
    /* HomePage CSS */

    
    
}



@media screen and (max-width: 1365px) {
    
    body { font-size:16px; line-height: 24px; }
    .btn { font-size:22px; }
    
    
    /* HeaderFooter CSS */
    .navbar ul li a { font-size: 20px; padding:14px 0 15px; }
    
    
    
    /* HomePage CSS */

    
    
}


@media screen and (max-width: 1199px) {
    
    body, h6 { font-size: 14px; }
    .btn { font-size: 20px; }
    
    h2 { font-size: 60px; }
    h3 { font-size: 36px; }
    h4 { font-size: 30px; }
    h5 { font-size: 25px; }
    
    
    /* HeaderFooter CSS */
    header .logo, header .logo a, header .logo a img { width: 250px; height: 80px; }
    
    .navbar ul li a { font-size: 18px; }
    
    
    footer .lightgree-bg { margin:15px 0; }
    footer ul li address, footer ul li a { font-size: 20px; }
    footer #circle { width:500px; height:500px; right:-100px; bottom:-100px; }
    
    
    /* HomePage CSS */
    .banner-wrp .text .tagline { font-size: 30px; line-height: 35px; }
    main { margin-top:169px; }
    
    
    .valuation-wrp { margin:50px 0 20px; }
    .customanalysis-wrp { margin:20px 0; }
    
    .cds-owners { margin-top:100px; }
    .cds-owners .doctors-details { padding-right:0; }
    
    
  
    
}



@media screen and (max-width: 991px) {
   
    
    h2 { font-size: 50px; }
    
    
    /* HeaderFooter CSS */
    header .logo-contactbtn { padding:15px 0; }
    header .logo, header .logo a, header .logo a img { width: 200px; height: 70px; }
    
    .navbar ul li a { font-size: 15px; }
    
    
    footer ul li { margin:20px 0; }
    footer ul li address, footer ul li a { font-size:16px; }
    footer ul li address img, footer ul li a img { width:25px; height:25px; }
    
    
    /* HomePage CSS */
    main { margin-top:154px; }
    
    .banner-wrp .text { padding:0 50px; }
  
    .exptestimony-wrp .img { max-width:500px; margin:0 auto 30px; }
    
    .customanalysis-wrp .img { height:500px; }
    .customanalysis-wrp .text { padding:30px; }
 
    
}


@media screen and (max-width: 767px) {
      
    
    h2 { font-size: 40px; }
    h3 { font-size: 32px; }
    h4 { font-size: 25px; }
    h5 { font-size: 20px; }
    h6 { font-size: 12px; }
  
    
    /* HeaderFooter CSS */
    
    .hamburger .line{ width:30px; height:2px; background: #445104; display: block; margin:7px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

    .hamburger.is-active .line:nth-child(2){ opacity: 0; }
    .hamburger.is-active .line:nth-child(1){ -webkit-transform: translateY(9px) rotate(45deg); -ms-transform: translateY(9px) rotate(45deg); -o-transform: translateY(9px) rotate(45deg); transform: translateY(9px) rotate(45deg); }
    .hamburger.is-active .line:nth-child(3){ -webkit-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); -o-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); }
    
    
    header { position: fixed; left:0; right:0; top:0; }
    header .logo-contactbtn { padding:10px 0; }
    header .logo-contactbtn .call-ic { width:30px; height:30px; display: block; margin-right:60px; }
    
    header .menu-belt { background: transparent; }
    header .menu-belt .navbar { justify-content: flex-end; }
    header .menu-belt .navbar .navbar-toggler { margin-top:-90px; padding:0; }
    
    .navbar ul { background: #596a00; margin:0 -15px; }
    .navbar ul li { border-bottom:1px solid rgba(209, 225, 126, 0.56); }
    .navbar ul li a { padding:10px 20px; text-align: right; }
    
    
    header.sticky .menu-belt { position: relative; }
    .navbar ul li:last-child { border:none; }
    
    
    footer { padding-top:90px; padding-bottom:300px; }
    footer:before { content: ""; display: block; position: absolute; left:0; right:0; top:0; background: #21221f; height:90px; }
    footer .lightgree-bg { padding:30px 20px; }
    footer h3, footer h5, footer ul, footer .copyright { position: relative; z-index: 10; }
    .copyright { margin-top:30px; }
    
    #circle { max-width:100%; }
    footer #circle { left:0; right:0; top: inherit; bottom:-410px; margin: auto; max-width:100%; }
    footer #circle img { width:100px; height:100px; }
    
    
    /* HomePage CSS */
    main { margin-top:90px; }
    
    .banner-wrp { padding:80px 0 150px; }
    .banner-wrp .text { padding:0; }
    .banner-wrp .text p br { display: none; }
    
    .valuation-wrp { padding-top:120px; margin:0; }
    .valuation-wrp ul.green-bg { padding:5px; }
    
    .exptestimony-wrp { padding-top:100px; }
    
    .customanalysis-wrp { margin:0; padding-top:100px; }
    .customanalysis-wrp .text { padding:30px 20px; }
    
    .cds-owners { margin-top: 0; padding-top:140px; padding-bottom:0; }
    .cds-owners:before { content: "" ; display: block; position: absolute; left:0; right:0; top:0; height:90px; background: #ffffff; }
    .cds-owners .doctors-details { margin:30px 0 0; }
    
    
    
    
    
}


@media screen and (max-width: 575px) {
    
    
    /* HeaderFooter CSS */
    
    
    footer ul li address, footer ul li a { display: flex; }
    footer ul li address img, footer ul li a img { min-width:25px; max-width:25px; margin-top:0; }
    
    footer #circle svg { transform: scale(1.1); }
    
    
    /* HomePage CSS */
    
    .valuation-wrp ul.green-bg li { padding:5px; }
    
    .exptestimony-wrp .img, .customanalysis-wrp .img { height:auto; min-height:300px; }
    
    .cds-owners .doctors-details .img-name img.doc-img { min-width:100px; max-width:100px; margin-right:15px; }
    .cds-owners .doctors-details .img-name .name img { width:25px; height: 25px; }
    
    
}



@media screen and (max-width: 399px) {
    
    
    /* HeaderFooter CSS */
    header .logo, header .logo a, header .logo a img { width: 170px; height: 55px; }
    header .menu-belt .navbar .navbar-toggler { margin-top:-75px; }
    
    
    footer { padding-top:70px; }
    footer:before { height:70px; }
    footer ul li address, footer ul li a { font-size: 15px; }
    
    
    /* HomePage CSS */
    main { margin-top:75px; }
    
    
    .valuation-wrp { padding-top:100px; margin:20px 0 0; }
    .valuation-wrp ul.green-bg { padding:10px 5px; }
    .valuation-wrp ul.green-bg li { width:100%; padding:0 5px; margin:-10px 0; }
    .valuation-wrp ul.green-bg li p { margin:20px 0; }
    
    .exptestimony-wrp .img, .customanalysis-wrp .img { min-height:200px; }
    
    .cds-owners { padding-top:120px; }
    .cds-owners:before { height:70px; }
    
    
    
}



/*===== *************** =====*/

