/* Scss Document */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
}

.curvefont{ font-family: 'Playfair Display', serif; }

p {
  font-size: 14px;
  color: #5e5e5e;
  letter-spacing:0.3px; 
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover {
  color: #1ea7f5; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/
.fa-phone {
  transform: scaleX(-1); }

.green-text {
  color: #04b338; }

.blue-bg {
  background: #1ea7f5; }

.common-btn {
  font-size: 16px;
  background: #22cb2e;
  color: #fff;
  padding: 16px 35px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 40px; font-weight:500;  }

.common-btn:hover {
  background: #1ea7f5;
  color: #fff;
  box-shadow: none; }

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:44px;
  font-weight:700;
  color:#04b338;
  margin-bottom:20px;
  font-family: 'Playfair Display', serif;
}

.title-para{ font-size:18px; }

.form-control {
    border-radius: 40px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	height:50px;
}

select.form-control { padding: 0; padding-left:15px; height:45px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; }

/*------------------end common-css-------------------*/

.main-header{ padding:20px 0; transition: all 0.3s ease; background: #fff; }

.main-header .container { position: relative; }

.main-header .navbar-expand-xl .navbar-nav .nav-link {
    color: #484848;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 15px;
    padding:10px 0px;
    text-align: center;
    letter-spacing: 0.5px;
}

.main-header .navbar-expand-xl .navbar-nav .nav-link:hover, .main-header .navbar-expand-xl .navbar-nav .nav-item.active .nav-link { color: #22cb2e; }

header.main-header.fixed-nav {
    position: fixed;
    background: #fff;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 0px 0;
	top: 0;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    min-width: 250px;
    min-height: 66px;
    background: #fff;
    margin: 0;
    z-index: 100 !important;
	padding: 0;
	 
}

.navbar-nav .dropdown-menu a{ font-size:14px; color:#484848;  padding:10px 20px; font-weight: 500; } 

.navbar-nav .dropdown-menu a:hover{ background: #22cb2e; color: #fff; }

.search-ico{ font-size:22px; border:1px solid #ccc; border-radius:50%; text-align: center; width:46px; height:46px; line-height:46px; transform: scaleX(-1); }

.user-ico a{ font-size:22px; border:1px solid #ccc; border-radius:50%; text-align: center; width:46px; height:46px; line-height:46px; transform: scaleX(-1); display: inline-block; }

.user-ico a:hover{ background:#1ea7f5; color:#fff; border-color:#1ea7f5; }

.appoint-ico .common-btn{ padding: 16px 28px; }

.navbar-nav .nav-item:last-child .nav-link {
    background: #22cb2e;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
	color:#fff;
	margin-left:10px;
	margin-right:10px; 
}

.navbar-nav .nav-item:last-child:hover .nav-link { background:#1ea7f5; color:#fff; }  

.topmenu-right {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 7px;
}

ul.navbar-nav.align-items-center{ margin-right:55px; }

.search-box {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 27px 20px;
  display: none;
  z-index: 9;
}
.search-close {
  position: absolute;
  top:0px;
  cursor: pointer;
  right: 20px;
}
.search-close i {
  font-size: 26px;
  transition: all 0.5s ease;
}
.search-box .subs-ico {
  top: 3px;
  right: 4px;
  background: #eee;
  border: 0;
  font-size: 22px;
  position: absolute;
  color: #111;
  padding: 0px;
  margin: 0px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-align: center;
  transform: scaleX(-1);
}

.search-box .subs-ico:hover{ background: #1ea7f5; color: #fff; }

form.search-form {
  position: relative;
}







/*-------------banner---------------*/

.banner{ position: relative; }
.banner-container {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0px 15px;
	align-items: center;
}

.banner-text {
    max-width: 45%;
    flex: 0 0 45%;
}

.banner-vector {
    max-width: 55%;
    flex: 0 0 55%;
	text-align: right;
}

.small-green-text{ font-size:18px; font-weight: 500; color:#19e419; margin-bottom:0px; }
.banner-title {
    font-size: 62px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 10px;
    line-height: 74px;
    max-width: 425px;
    width: 100%;
}
.banner-para{ border-left:3px solid #484848; padding-left:20px; font-size:15px; color:#484848; line-height:24px; margin:30px 0;      }

.banner-btns span{ margin-left:20px; font-weight:500; color:#484848; font-size:16px;    }
.banner-btns span a{ color:#19e419; font-weight: 600; }


.gettax-sec2{ background:url(../images/lines.png) no-repeat #fff; background-size: auto; background-position: center; padding:70px 0;  }

.gettax-sec2 .container{ max-width:1300px; }
.gettax-sec2 .title-col{ padding-left:80px; margin-bottom:0px; }

.gettax-sec2 .col-lg-4:nth-child(1){ margin-top:160px; }
.gettax-sec2 .col-lg-4:nth-child(2){ margin-top:80px; }


.homealert-col {
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
	background:#fff;
	 margin: 0px 10px;
}
.homealert-txt {
    padding:10px 10px;
	width:100%;
	text-align: center;
	margin-top:30px; 
}

.homealert-txt h3{ font-size:30px; font-weight: 700; color:#101010; font-family: 'Playfair Display', serif; }  
.homealert-txt p{ font-size:18px; color:#2b2b2b; margin:15px 0 0px;  }  

.testimonial-wrapper {
    padding-bottom:70px;
    padding-top:20px;
	background:#fff;
    position: relative;
}

#testimonial-slider .item{ padding:15px; }

.testi{ background:#fff; border-radius:15px; box-shadow:0px 0px 20px rgba(0 ,0, 0, 0.06); overflow: hidden; padding:30px;  }
.testi img{ width: auto !important; }

.testi h4{ font-size:18px; font-weight: 500; margin-top:15px; color:#153e62;   } 
.testi h5{ font-size:15px; color:#557091; font-weight: 400; }  
.testi p{ font-size:14px; color:#484848; line-height:26px; font-weight:300;   }
.test-location{ color:#000; margin:10px 0;  }

#testimonial-slider .owl-nav.disabled { visibility: hidden; margin-top:0px;  }
.quote-icon{ position: absolute; right:50px; bottom:90px; }
.rating-star{ margin:10px 0 15px; }

.readytalk-sec{ background:url(../images/readytalk-bg.jpg) no-repeat #1da6f5; background-size: cover; padding:50px 0;  }
.readytalk-sec .title{ color:#fff; }

.readytalk-form .common-btn{ color:#000; background:#fff; padding: 13px 38px;  }
.readytalk-form .common-btn img{ margin-right:8px; }

.readytalk-form .col-lg-3{ padding:0px 8px; }
.readytalk-form .form-control{ border:none; }


footer { color: #333; background:#eee; }

.footer-top{ text-align: center; background:#fff; padding:20px; font-size:36px; font-style: italic; color:#202020; margin-bottom:50px;     }

.footer-QR h4{ color:#111; font-size:22px; margin-bottom:25px; font-family: 'Playfair Display', serif; font-weight: 600; }

.footer-QR { padding-left: 60px; }

footer ul{ list-style: none; padding:0; } 
.footer-cat-links li a{ font-size:14px; margin-bottom:8px; color:#333;    }
.footer-links li a {
    font-size: 15px;
    font-weight: 300;
    margin: 7px 0px;
    color: #333;
}
.footer-links li a:hover{ color:#04adf3; } 
.footer-links h4, .footer-social h4{ color:#111; font-size:22px; margin-bottom:25px; font-family: 'Playfair Display', serif; font-weight: 600; }
.footer-links p{ color:#333; margin:15px 0px; font-size:14px; font-weight: 300;    }
.footer-links p i {
    font-size: 22px;
    float: left;
    margin-right: 10px;
}

.footer-links p b{ font-weight: 700; font-size:18px; }

.footer-newsletter h3{ font-size:18px; margin-bottom:15px;  }

.footer-social { padding-left: 140px; }

.footer-social a {
    font-size: 15px;
    padding:10px;
    color: #fff;
    display: block;
    width:100%;
    margin:12px 0;
	border-radius:10px; 
} 

.footer-social a i{ font-size:24px; vertical-align:bottom; margin-right:3px;  }

.footer-quickinks{ padding-left:30px; }

.insta-btn{ 
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.linkin-btn{ background:#0C61BF; display: none !important; }
.fmail-btn{ background:#555; }

.copyright{ padding:16px 0 25px; margin-top:10px;   }
.copyright p {
    color: #444;
    margin: 0px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}
.copyright p a{ font-size: 13px; color:#000; font-weight:300;   }

.left-title{ margin-bottom:30px; text-align: left; }
.about-sec1-text ul{ padding-left:25px; }
.about-sec1-text li{ font-size:18px; line-height:26px; margin:25px 0;   }

.about-sec1 { padding: 50px 0; }
.about-sec1-text { padding-left: 30px; }

.prepcheck-sec1{ padding:60px 0; }
.prepcheck-sec1 .title-col{max-width:700px; margin-left: auto; margin-right: auto; margin-bottom:70px;  }

.inner-prepcheck h3{ font-size:30px; font-weight: 600; margin-bottom:20px;  }
.inner-prepcheck p{ font-size:17px; margin-bottom:20px; color:#111;  }
.inner-prepcheck ul{ padding-left:0px; list-style: none;  margin-bottom:30px; }
.inner-prepcheck ul li {
    font-size: 16px;
    margin: 14px 0px;
    color: #777;
    background: url(../images/arrow.svg) no-repeat;
    padding-left: 38px;
    background-position:-5px -3px;
    background-size: 33px;
}


.inner-prepcheck hr{ margin:50px 0px; }

.inner-prepcheck h4{ font-size:18px; font-weight: 600; margin-bottom:15px;  }

.innerappointment-form{ background:#fff; border-width: 0 1px 1px 1px;
    border-color: rgba(0,0,0,0.08);
    border-style: solid;
    border-radius: 12px 12px 12px 12px;
	box-shadow: 12px 32px 60px -8px rgb(0 0 0 / 6%);
    padding: 20px 40px 20px 40px; 
}


.makeappointment-sec1 {
    padding-bottom: 100px;
}

.innerappointment-form .form-control{ border-radius:10px; }
.innerappointment-form label{ width:100%; font-size:16px; margin-bottom:15px;   }
.innerappointment-form label span{ color:red; font-size:14px;  }
.innerappointment-form .form-group { margin-bottom:30px; }


/*--------------media css------------*/

@media (max-width:1180px){
.navbar-toggler{ margin-right: 60px; font-size: 22px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
    padding: 0;
}

ul.navbar-nav.align-items-center {
  margin-right: 0px;
  align-items: flex-start !important;
  display: block !important;
  margin-top:10px;
}
ul.navbar-nav.align-items-center .nav-item{ display: block; text-align: left; }
.main-header .navbar-expand-xl .navbar-nav .nav-link{ text-align: left; margin: 0px 0px; }
.navbar-nav .nav-item:last-child .nav-link{ margin-left:0px; margin-right:0px; background: #fff; color: #484848; padding:10px 0px; }

.navbar-nav .nav-item:last-child:hover .nav-link {
  background: none;
  color: #22cb2e;
}

.banner-title{ font-size: 52px; line-height: 64px; }

.banner-vector { max-width: 38%; flex: 0 0 38%; }
.banner-text {
  max-width: 55%;
  flex: 0 0 55%;
}

.banner-container {
  max-width: 960px;
  padding: 0px 40px;
  justify-content: space-between;
}

.banner{ margin-top:30px; }

.homealert-col{ margin: 0px; }
.homealert-txt p{ font-size:14px;}
.footer-top{ font-size: 28px; }

}

@media (max-width:923px){
.container { max-width:96%; }
.banner-btns span{margin-left: 0px; display: block; margin-top: 10px;}
.gettax-sec2 .title-col{ padding-left: 0px; }
.gettax-sec2 .col-lg-4:nth-child(1) { margin-top: 0px; }
.gettax-sec2 .col-lg-4:nth-child(2) { margin-top: 0px; }
.homealert-col{ text-align: center; margin-top: 30px; }
.gettax-sec2 .container { max-width: 96%; }
.homealert-txt p { font-size: 18px; }

.footer-social { padding-left: 0px; }
.footer-QR { padding-left: 0px; }
.about-sec1-text li{ font-size: 16px; }


}

@media (max-width:736px){
.banner-container{ flex-direction: column; }
.banner-text {
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
  margin-top: 30px;
}
.banner-vector {
  max-width: 100%;
  flex: 0 0 100%;
  order: 1;
}

.copyright p{flex-direction: column; }
.copyright p span{ margin-top: 10px;}

.about-sec1-text {
  padding-left: 0px;
  margin-top: 30px;
}

.about-sec1 { padding: 50px 0 10px; }

}

@media (max-width:520px){
.navbar-brand{ width: 62%; }
.topmenu-right{ top: 0px; }
.banner-title {
  font-size: 43px;
  line-height: 60px;
}
.homealert-txt p {
  font-size: 15px;
}

.footer-QR{ margin:10px 0 30px;}

.title{ font-size: 34px; }
.inner-prepcheck h3 { font-size: 24px; }
.innerappointment-form {
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}
.makeappointment-sec1 { padding-bottom: 0px; }

.footer-social a {
  display: inline-block;
  width: 45%;
  margin: 0px 6px;
}





}

