/* @import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600;700;800&amp;display=swap"); */

body {
  font-family: "Overpass-Light";
  overflow-x: hidden;
  background-color: #ffffff; 
}
@font-face {
  font-family: "Overpass-Light";
  src: url("../fonts/Overpass-Light.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Overpass-Light"
}

h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-weight: 600 !important; }

p {
  font-size: 18px; }

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important; }

::selection {
  background: rgba(166, 175, 189, 0.3); }

::-moz-selection {
  background: rgba(166, 175, 189, 0.3); }

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background: #36b37e;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s; }
  .back_top i {
    color: #ffffff;
    line-height: 35px;
    font-size: 32px;
    display: block; }

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999; }
  .loader-wrapper .loader {
    height: 1px;
    background: #36b37e;
    position: absolute;
    z-index: 9999; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #ffffff; }

.h-100vh {
  height: 100vh; }

.z-index {
  z-index: 1000; }

.bg-light {
  background-color: #ebf7f2 !important; }

.bg-overlay {
  background: rgba(26, 26, 26, 0.72);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.curv_top svg {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  bottom: 0; }

.curv_bottom svg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.sec_main_head_title {
  max-width: 650px; }
  .sec_main_head_title p {
    max-width: 500px; }
  .sec_main_head_title h2 {
    z-index: 1;
    position: relative;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4; }
    .sec_main_head_title h2 span {
      background-color: #36b37e;
      height: 6px;
      width: 100px;
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      margin: 0 auto;
      top: 24px;
      -webkit-transform: rotate(160deg);
      -moz-transform: rotate(160deg); }

.sec_main_head_title_bg {
  max-width: 650px; }
  .sec_main_head_title_bg p {
    max-width: 500px;
    color: #e7e7e7; }
  .sec_main_head_title_bg h2 {
    z-index: 1;
    position: relative;
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4; }
    .sec_main_head_title_bg h2 span {
      background-color: #000000;
      height: 6px;
      width: 100px;
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      margin: 0 auto;
      top: 24px;
      -webkit-transform: rotate(160deg);
      -moz-transform: rotate(160deg); }

.sec_divider {
  background-color: #f1f1f1;
  height: 1px;
  width: 68%;
  display: block; }

.bg-dark {
  background-color: #000000; }

.bg-custom {
  background-color: #83d179; }

.text-muted {
  color: #000000c7 !important; }

.text-muted1 {
  color: #fff !important;    font-weight: 100; }

.text-dark {
  color: #000000 !important; }

.text-custom {
  color: #f7a115 !important;}

.btn {
  padding: 12px 28px; }

.btn-sm {
  padding: 8px 15px; }

.btn-rounded {
  border-radius: 30px !important; }



/*  .btn-custom:active {
    background: #2b9467;
    border-color: #2b9467 !important;
    color: #ffffff !important; }
  .btn-custom:focus {
    background: #2b9467;
    border-color: #2b9467 !important;
    color: #ffffff !important; }
  .btn-custom.active {
    background: #2b9467;
    border-color: #2b9467 !important;
    color: #ffffff !important; }
  .btn-custom.focus {
    background: #2b9467;
    border-color: #2b9467 !important;
    color: #ffffff !important; }*/

.btn-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-white:hover {
    background: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #000000 !important; }
  .btn-white:active {
    background: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #000000 !important; }
  .btn-white:focus {
    background: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #000000 !important; }
  .btn-white.active {
    background: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #000000 !important; }
  .btn-white.focus {
    background: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #000000 !important; }

.btn-black {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-black:hover {
    background: #36b37e;
    border-color: #36b37e !important;
    color: #ffffff !important; }
  .btn-black:active {
    background: #36b37e;
    border-color: #36b37e !important;
    color: #ffffff !important; }
  .btn-black:focus {
    background: #36b37e;
    border-color: #36b37e !important;
    color: #ffffff !important; }
  .btn-black.active {
    background: #36b37e;
    border-color: #36b37e !important;
    color: #ffffff !important; }
  .btn-black.focus {
    background: #36b37e;
    border-color: #36b37e !important;
    color: #ffffff !important; }

.custom-nav {
  background-color: transparent;
  padding: 22px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  border-bottom: none;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out; }
  .custom-nav .navbar-nav li a {
    color: #000000 !important;
    font-size: 18px;
    background-color: transparent !important;
    margin: 0 8px;
    line-height: 24px;
    transition: all 0.5s;
    font-weight: 500; }
    .custom-nav .navbar-nav li a.active {
      color: #36b37e !important; }
    .custom-nav .navbar-nav li a:hover {
      color: #36b37e !important; }
    .custom-nav .navbar-nav li a:active {
      color: #36b37e !important; }
  .custom-nav .navbar-toggler {
    color: #000000;
    font-size: 38px;
    padding: 0px;
    line-height: 40px;
    border: none; }
  .custom-nav .navbar-brand .logo-dark {
    height: 100px; }

.custom-nav.stickyadd {
  padding: 18px 0px;
  box-shadow: 0px -16px 20px 0 #36b37e;
  backdrop-filter: blur(10px);
  background-color: rgba(235, 247, 242, 0.8); }
  .custom-nav.stickyadd li a.active {
    color: #36b37e !important; }
  .custom-nav.stickyadd li a:hover {
    color: #36b37e !important; }
  .custom-nav.stickyadd li a:active {
    color: #36b37e !important; }

.home_main_sec {
  /*background-color: #ebf7f2;*/
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 200px 0 0px;
  background-image: url(../images/B1.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
  .home_main_sec .header_content h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    max-width: 650px;
    letter-spacing: 1px; 
    color: #fff;
  }
  h4.text-capitalize
  {
     color: #83d179;
  }
  .home_main_sec .header_content .sub_title {
    font-size: 18px;
    max-width: 480px; }
  .home_main_sec .header_content .small_title {
    padding: 6px 18px;
    background-color: #36b37e;
    display: inline-block;
    border-radius: 6px;
    color: #fff; }
  .home_main_sec .header_content .scroll_btn i {
    font-size: 22px;
    background-color: #36b37e;
    border-radius: 50%;
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px; }
  .home_main_sec .home_mockup {
    max-width: 900px;
    z-index: 100;
    top: 60px;
    position: relative; }
  .home_main_sec .curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1; }
    .home_main_sec .curv-img svg {
      display: block; }
  .home_main_sec .sub_form form {
    max-width: 380px; }
    .home_main_sec .sub_form form button {
      position: absolute;
      top: 3px;
      right: 3px;
      outline: none !important;
      font-size: 14px;
      padding: 10px 30px; }
    .home_main_sec .sub_form form input {
      padding: 14px 15px;
      width: 100%;
      font-size: 14px;
      outline: none !important;
      padding-right: 150px;
      padding-left: 20px;
      border-radius: 30px;
      color: #000000;
      background-color: transparent;
      border: 1px solid #e0e0e0; }

.home_main_sec .free_form {
  max-width: 480px;
  padding: 25px 40px; }
  .home_main_sec .free_form input {
    height: 54px;
    margin-top: 10px;
    box-shadow: none !important;
    border: 1px solid #e4e4e4; }
    .home_main_sec .free_form input:focus {
      border-color: #83d179; }

.content_features {
  max-width: 500px; }
  .content_features .content_small_title {
    position: relative;
    z-index: 99;
    letter-spacing: 6px;
    font-size: 14px; }
    .content_features .content_small_title span {
      background-color: #36b37e;
      height: 12px;
      width: 60px;
      display: inline-block;
      position: absolute;
      opacity: 0.13; }
  .content_features .content_main_title {
    font-size: 32px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 600; }

.features_divider {
  background-color: #f1f1f1;
  height: 1px;
  width: 100%;
  margin: 70px 0 60px;
  display: block; }

.ser_sec {
  position: relative;
  margin-top: -98px;z-index: 9999; }
  .ser_sec .ser_bor_boxes {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 30px;
    border: 1px solid #e9e9e9;     height: 100%;}
    .ser_sec .ser_bor_boxes .ser_icon {
      align-items: flex-start;
      display: flex; }
    .ser_sec .ser_bor_boxes .ser_content h4 {
      font-weight: 600; }

.fun_bg .fun_box {
  padding: 36px 18px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-color: #ffffff; }
  .fun_bg .fun_box .fun_icon i {
    background-color: #36b37e;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px; }

.cta_section {
  background-color: #36b37e;
  padding: 80px 0px;
  border-radius: 12px; }
  .cta_section .cta_content h1 {
    max-width: 650px;
    line-height: 1.4;
    font-size: 44px; }
  .cta_section .cta_content p {
    color: #ffffff;
    opacity: 0.8;
    max-width: 650px;
    line-height: 1.8;
    font-size: 18px; }

.hit_box .hit_icon p {
  background-color: #36b37e;
  color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 8px;
  font-size: 15px; }
.hit_box .hit_detail h4 {
  font-weight: 600; }

.client_box {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 35px -20px rgba(0, 0, 0, 0.06);
  padding: 38px 24px;
  height: 350px; }
  .client_box .client_img_rate .client_img img {
    max-width: 80px; }
  .client_box .client_img_rate .client_review i {
    font-size: 18px; }

.tns-outer {
  position: relative; }
  .tns-outer .tns-controls {
    justify-content: space-between;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    left: 0;
    right: 0; }
    .tns-outer .tns-controls button {
      border: none;
      background-color: #83d179 !important;
      color: #ffffff;
      font-size: 22px;
      line-height: 40px;
      width: 40px;
      height: 40px; }
    .tns-outer .tns-controls button[data-controls="prev"] {
      position: relative;
      margin-left: -20px;
      border-radius: 50px 20px 20px 50px; }
    .tns-outer .tns-controls button[data-controls="next"] {
      position: relative;
      margin-right: -20px;
      border-radius: 20px 50px 50px 20px; }

.price_box {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  padding: 30px 34px;
  overflow: hidden; }
  .price_box .price_name h2 {
    font-size: 34px; }
  .price_box .price_name p {
    font-size: 22px; }
  .price_box .plan_price h1 {
    font-size: 48px; }
    .price_box .plan_price h1 sub {
      font-size: 24px;
      position: relative;
      top: 0px; }

.price_box.active::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #36b37e;
  flex-shrink: 0;
  top: 50%;
  position: absolute;
  left: -15px;
  transform: translateY(-50%); }
.price_box.active::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #36b37e;
  flex-shrink: 0;
  position: absolute;
  left: auto;
  right: -15px; }

.contact_sec {
  position: relative;
  margin-top: -98px; }
  .contact_sec .contact_form {
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    max-width: 800px;
    background-color: #ffffff; }
    .contact_sec .contact_form form .form-group label {
      font-weight: 600; }
    .contact_sec .contact_form form .form-group .form-control {
      height: 40px;
      border-radius: 0px;
      border: 1px solid #ececec;
      margin-top: 10px;
      box-shadow: none !important;
      font-size: 14px; }
    .contact_sec .contact_form form .form-group textarea {
      height: auto !important; }

.contact_detail_bg {
  background-image: linear-gradient(to bottom, rgba(250, 251, 251, 0), #f7fffc);
  clip-path: ellipse(150% 120% at 50% -25%); }
  .contact_detail_bg .contact_detail .contact_icon i {
    font-size: 26px;
    background-color: #36b37e;
    height: 48px;
    color: #ffffff;
    width: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 5px; }

.footer {
  padding: 60px 0px 60px; }
  .footer .footer_logo img {
    height: 26px; }
  .footer h5 {
    font-size: 22px; }
  .footer .footer_menu .footer_menu_list li a {
    color: rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s; }
    .footer .footer_menu .footer_menu_list li a:hover {
      color: #36b37e !important; }
  .footer .fot_social .social-icon {
    border-radius: 50%;
    transition: all 0.5s;
    width: 44px;
    height: 44px;
    display: block;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    color: #ffffff !important;
    background-color: #36b37e; }

.footer_main_divider {
  height: 1px;
  width: 68%;
  margin: 0 auto;
  background-color: #e7e7e7; }

@media (max-width: 768px) {
  .h-100vh {
    height: auto;
    padding: 94px 0px !important; }

  .sec_main_head_title h2 {
    font-size: 34px; }

  .custom-nav, .custom-nav.stickyadd {
    backdrop-filter: blur(10px);
    background-color: rgba(235, 247, 242, 0.8);
    padding: 10px 0px !important;
    box-shadow: 0px -16px 20px 0 #36b37e; }
    .custom-nav > .container, .custom-nav.stickyadd > .container {
      width: 95%; }

  .home_main_sec {
    padding: 120px 0 0px; }
    .home_main_sec .header_content h1 {
      font-size: 34px; }

  .content_features .content_main_title {
    font-size: 28px; }

  .cta_section .cta_content h1 {
    font-size: 34px; }
  .cta_section .cta_content p {
    line-height: 1.6; }

  .tns-outer .tns-controls {
    justify-content: center;
    display: block;
    top: 0;
    position: relative;
    transform: none;
    text-align: center; }
    .tns-outer .tns-controls button {
      margin: 12px 6px; }
    .tns-outer .tns-controls button[data-controls="prev"] {
      margin-left: 0px; }
    .tns-outer .tns-controls button[data-controls="next"] {
      margin-right: 0px; } }

/*# sourceMappingURL=style.css.map */

/*Rating Icon Start*/
.star-icon
{
  color: #ccc;
  font-size: 24px;
  vertical-align: middle;
}
.star-icon.filled 
{
  color: #F7A115;
}
.reviews-text 
{
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: middle;
}
/*Rating Icon End*/

/*Banner Content Start*/
.btn:not(:disabled):not(.disabled) 
{
    cursor: pointer;
}
.btn-custom 
{
  background-color: #83d179;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all .2s;
  border-radius: 2px;
  text-transform: capitalize;
  padding: 12px 26px;
  line-height: 1.25;
  border: 2px solid #83d179 !important;
  margin-right: 5px;
}
.btn-custom:hover 
{
  background: #2b946700 !important;
  color: #ffffff !important;
  border: 2px solid #83d179 !important;
}
.btn-custom1 
{
  background-color: #83d179;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all .2s;
  border-radius: 2px;
  text-transform: capitalize;
  padding: 12px 26px;
  line-height: 1.25;
  border: 2px solid #83d179 !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.btn-custom1:hover 
{
  background: #2b946700 !important;
  color: #83d179 !important;
  border: 2px solid #83d179 !important;
}
/*a.btn.btn-custom 
{
  font-weight: 600;
}*/
.home_top_brand_title 
{
  margin-top: 10px;
}
.img10
{
  width: 15% !important;
}
button#send_btn_otp 
{
  /* margin-top: 10px;
  min-height: 55px;
  font-size: 15px;
  margin-left: 20px;
  margin-top: 17px;
  font-size: 14px;
  margin-left: 10px;
  background-color: #83d179;
  color: #fff;
  border: 2px solid #83d179;
  padding: 3px 28px; */
  margin-top: 17px;
  font-size: 14px;
  margin-left: 5px;
  background-color: #83d179;
  color: #fff;
  border: 2px solid #83d179;
  padding: 13px 6px;
}
h3.fw-bold.text-center 
{
  font-size: 27px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eeee !important;
    opacity: 1;
    border: none !important;
}


input#inlineRadio1, input#inlineRadio2
{
  height: 15px;
  margin-top: 4px;
  box-shadow: none !important;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
}
input#terms 
{
  margin-top: 10px;
  border: 0px solid #e4e4e4;
  height: auto;
  margin-right: 10px;
  margin-left: 6px;
}
/*Banner Content End*/

.service_side_services_sec 
{
  background-color: #fff;
  padding: 26px 20px;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
}
.media 
{
  display: flex;
}
/*.service_side_services_sec .ser_img_icon 
{
  background-color: #83d179;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 8px;
  margin-right: 20px;
  background-image: url('../images/icon/customer support.png');
}*/
img.featureicon 
{
    height: 60px;
    width: 60px;
    margin-right: 20px;
}
.media-body 
{
  flex: 1;
}

.img1020 
{
  margin-top: 20px;
  display: none;
}
.btn-primary 
{
  display: block;
  margin: 30px auto 0 auto;
}

/*-------Video---------*/
.bg_fun_vid {
    background-color: #20262d;
    position: relative;
}
.bg_fun_vid .bg_fun_vid_overlay {
    background-image: url(../images/home_sec_video.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.bg_fun_vid .vidoe_sec_img {
    max-width: 800px;
    position: relative;
    top: -76px;
}
.bg_fun_vid .vidoe_sec_img img {
    border-radius: 6px;
}
.bg_fun_vid .video_hit .hit_video_icon {
    position: absolute;
    top: 50%;
    left: 51%;
    margin-left: -40px;
    transform: translateY(-50%);
    outline: 0!important;
    width: 65px;
    height: 65px;
    padding-left: 2px;
    border-radius: 50%;
    z-index: 4;
    background: #83d179;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff!important;
    font-size: 35px;
    line-height: 65px;
}
.video_sec_in_btn {
    text-align: center;
}
/*-------Video---------*/


.bg_sec_features 
{
  background-image: url(../images/home_sec_features.jpg);
  background-position: center center;
}
.cta_counter:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../images/counter_bg.png);

}
.cta_counter {
    border-radius: 15px;
    padding: 60px 30px;
    width: 90%;
    margin: 0 auto;
}
.position-relative {
    position: relative!important;
}
.section_title {
    position: relative;
}
.cta_counter .count_custom {
    font-size: 80px;
    letter-spacing: 7px;
}
.counter_bg {
    padding-bottom: 80px;
}
button#gallery-btn {
    margin-top: 30px;
}
span.term {
    font-size: 14px;
}

select#countrycode 
{
    height: 54px;
}
input#exampleInputEmail1, input#inputCity 
{
    margin-left: 5px;
}
div#sch_clg, #name_city, #phone1
{
  display: flex !important;
}
.form-select:focus 
{
  outline: 0;
  box-shadow: none !important;
  border-color: #83d179 !important;
}
select.form-select
{
    height: 54px;
}
option:hover
{
  color: #83d179 !important;
}





/*--------------------Tab----------------------------------*/
@media(max-width: 991px)
{
  .home_main_sec .header_content h1, h4.text-capitalize, .home_main_sec .header_content .sub_title, .icon, .home_top_brand_title, .btn_banner 
  {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .home_main_sec .header_content h1
  {
    font-size: 40px;
  }
  .home_main_sec .header_content .sub_title
  {
    margin-top: 10px !important;
  }
  .section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
}
@media(max-width: 768px)
{
  .home_main_sec .header_content h1 
  {
    font-size: 32px;
    margin-top: 0px !important;
  }
  h4.text-capitalize 
  {
    font-size: 18px;
  }
  .home_main_sec .header_content .sub_title 
  {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 5px;
  }
  .header_content 
  {
    padding: 10px;
  }

  /*------Form-------*/

  .inputs input 
  {
    height: 40px !important;
  }

  /*------Form-------*/
  .cta_counter 
  {
    padding: 30px 30px;
  }
  .cta_counter .count_custom 
  {
    font-size: 40px;
  }
  .counter_bg 
  {
    padding-bottom: 0px;
  }
  .sec_main_head_title h2 
  {
    font-size: 30px;
  }
  .sec_main_head_title 
  {
    padding-bottom: 0px !important;
  }
  .sec_main_head_title_bg h2 
  {
    font-size: 30px;
    padding: 20px 0px;
    line-height: 1.25;
  }
  .col-sm-6 
  {
    flex: 0 0 auto !important;
    width: 33% !important;
  }
  .img1020 
  {
    margin-top: 0px;
  }
  .service_side_services_sec.mt-3 
  {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .section 
  {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .img10 
  {
    width: 25% !important;
  }
  .ser_sec .ser_bor_boxes 
  {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: unset;
    padding: 20px 15px;
  }
  .me-4 
  {
    margin-right: 10px !important;
  }
  .row.mt-3.row2 
  {
    margin-top: 0px !important;
  }
  .bg_fun_vid .vidoe_sec_img 
  {
    top: -55px;
  }
  p.feature_content 
  {
    margin-top: 0px !important;
    font-size: 17px;
  }
  .btn-custom 
  {
    margin-bottom: 10px;
  }
}
form span.error, span.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #B94A48  !important;
	font-weight:normal;
	font-size:0.9em;
	margin-top: -3px;
    padding: 0;
	display:block;
	 position: revert;
}
form input.error, textarea.error, select.error
{
	 border:1px solid #a94442 !important;
}

.alert-dismissible 
{
  padding-right: 1rem !important;
}
a.close 
{
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.form_right 
{
    margin-right: 5px;
}

@media (min-width: 768px) and (max-width: 1326px) 
{ 
  h3.fw-bold.text-center 
  {
    font-size: 25px;
  }
}
@media(max-width:768px)
{
  div#sch_clg, #name_city, #phone1 
  {
    display: unset !important;
  }
  .form_right 
  {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  button#send_btn_otp 
  {
    margin-left: 0px;
    padding: 12px 28px;
    margin-top: 10px;
  }
  span.term 
  {
    font-size: 13px;
    margin-top: 10px;
  }
  .loadercss_otp 
  {
    height: 50px !important;
    width: 50px !important;
    top: 50% !important;
    margin-top: 0px !important;
  }
}
@media(max-width:487px)
{
  h3.fw-bold.text-center 
  {
    font-size: 22px;
  }
}
@media(max-width:1199px)
{
  button#send_btn_otp 
  {
    padding: 5px 6px;
    height: 50px;
  }
}
@media(max-width:1349px)
{
  button#send_btn_otp 
  {
    font-size: 14px;
    padding: 13px 6px;
  }
}


.loadercss{
display:flex; align-items: center;justify-content: center; color:red;
}

input:readOnly {
  background-color: yellow;
}

 .loadercss_otp {
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    position: relative;
    height: 80px;
    width: 80px;
    top: 50%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
}
