body {
    /* font-family: 'Manrope'; */
    /* font-family: Verdana, Arial, Tahoma, Serif; */
    /* font-family: Consolas,Menlo,monospace; */
    /* font-family: 'Trebuchet MS', sans-serif; */
}

/* home heading */
/* .home_head1{

  font-family: Epilogue;
    font-size: 52px;
    line-height: 74px;
    color: #1f83bd;
} */
/* .card1_para{
  font-family: inter;
  font-size: 14px;
} */

/* card paragraph test stylr */
/* .card_p_text1{
  font-family: inter;
  font-size: 14px;
} */

.site-menu-toggle .icon-menu:before{
  color: #1f83bd !important;
}
.site-navigation{

}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
}
.default_btn_color{
  background-color: #1f83bd !important;
  color: #ffffff !important;
  border-color: #1f83bd !important;
}
.default_btn_color:hover {
  background-color: #005586 !important;
  color: #ffffff !important;
  border-color: #005586 !important;
}
.site-navbar .site-navigation .site-menu > li > .btn-signup-login{
    color: #ffff !important;
    background-color: #1f83bd !important;
    border-color: #ebfdff !important;
    border-radius: 5px !important;
}
.site-navbar .site-navigation .site-menu > li > .btn-signup-login:hover{
  color: #ffff !important;
    background-color: #005586 !important;
    border-color: #005586 !important;
}

.home_form_btn_search,.home_form_btn_search a:hover{
  color: darkblue;
}
.home_form_btn_search,.home_form_btn_search:hover{
  color: #ebfdff !important;
  background-color: #00bdd6;
  border-color: #00bdd6;
}
.default_section{
  margin: 50px 0;
}
.form_section{
  padding: 20px 0;
  /* background: #f3f3f3; */
  background: #1F83BD0D;
}
.form_center{
  margin: 0 auto;
}
.text_center{
  text-align: center;
}
.img_vertical_center{
  width: -webkit-fill-available;
  height: 100%;
  vertical-align: middle;
  border-radius: 30px;
}
.nice-select.select2 {
            display: none;
}

.select2-container--classic .select2-selection--single {
            height: 50px;
            width: 100%;
            line-height: 40px;
            font-size: 16px;
            padding-left: 20px;
            border: 1px solid #bdc1d7;
            color: #565972;
            border-radius: 5px;
            padding-top: 5px;
            font-weight: 400;
            margin-bottom: 20px;
            background: white;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
            height: 48px;
}
.select2-container--default .select2-selection--single{
  border:none;
}
.add_form_select_css{
    /* height: 38px !important;
    padding: 5px 0 0 5px; */
    /* height: 30px !important; */
    height: 40px !important;
    padding: 0px 0 0 5px;
    line-height: initial;
    color: #09101f;
    border: 1px solid #f3f3f3 !important;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    /* font-size: 12px; */
    font-weight: 400;
    padding-left: 0px;
    background: #f3f3f3 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 38%;
}
.select2-search__field{
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -6px;
}
.select2-search--dropdown{
  margin-top: 10px !important;
  /* font-size: 14px; */
  font-size: 16px;
}
.select2-results__options li{
  /* font-size: 14px; */
  font-size: 16px;
}
.select2-container--open .select2-dropdown--below{
  border-top: 1px solid #aaa !important;
}
.right{
  float: right;
}
.padding0{
  padding: 0;
}
.font_32{
  font-size:32px;
}
.epilogue{
  font-family: 'Montserrat', sans-serif !important;
}
.font_black{
  color: black;
}
.search_text{
  /* font-size: 14px; */
  font-size: 16px;
}
.inter{
  font-family: 'Montserrat', sans-serif !important;
}
.search_label{
  font-family: 'Montserrat', sans-serif !important;
  /* font-size: 14px; */
  font-size: 16px;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.card{
  border:none;
  border-radius: 5px;
}
.search-card{
  margin-top: 20px;
}
.text_left{
  text-align: left;
}
.font_18{
  font-size: 18px !important;
}
.font_14{
  font-size: 14px !important;
}
.font_20{
  font-size: 20px !important;
}
.font_24{
  font-size: 24px !important;
}

/* footer css start */
.footer ul { list-style: none; }
.footer ul>li>a {
  color: grey;
  text-decoration: none;
  line-height: 1.8;
}
.footer ul>li>a:hover,.footer a:hover{
  color: #ff6600;
  font-weight: 500;
}

.footer .col-heading {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  color:#304f50;
  font-weight: 500;
  margin: 1rem 0;
  padding: .4rem 0px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 3px;
}

.footer .fa {
  color: #304f50;

  font-size:18px;
  width:2.25rem;
}
.footer #to-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #304f50;
  color: white;
  padding: 15px;
  border-radius: 14px;
  cursor: pointer;
  z-index: 99;
}
.footer #to-top:hover {
  background-color: #555;
}

.footer #bottom-footer {
  background-color:cadetblue;
  color:white;
  margin-top: 2rem;
  padding-top: .3rem;
}
.footer .vertical-links>li {
  display: inline-block;
  vertical-align: text-bottom;
}
.footer .vertical-links>li>a {
  color: white;
  font-weight: 400;
  margin-left: 1rem;
  list-style-type:square;
}
/* footer css end */

.padding_right_0{
  padding-right: 0;
}
.padding_left_0{
  padding-left: 0;
}
.padding_top_0{
  padding-top: 0;
}
.padding_bottom_0{
  padding-bottom: 0;
}

.sectionbanner{
  height: 278px !important;
}

.slick-next:before, .slick-prev:before {
  font-size: 40px;
}
.footer-content .slick-dots {
  bottom: -30px;
}
.footer-content .slick-prev {
  left: -45px;
  top: 100px;
}
.footer-content .slick-next {
  top: 100px;
}
.footer-content .sectionpricingbanner{
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.xs_font_14{
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 450px) {
	.xs_font_24{
		font-size: 24px !important;
	}
	.xs_font_14{
		font-size: 14px !important;
	}
	.xs_font_12{
		font-size: 12px !important;
	}
  .xs_font_10{
		font-size: 10px !important;
	}

  .img_vertical_center img{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.font_color_theme{
  color: #1f83bd !important;
}
:root {
	 --star-size: 22px;
	 --star-color: #dfdfdf;
	 /* --star-background: #fc0; */
	 --star-background: #ffbf00;
}
.Stars {
	 --percent: calc(var(--rating) / 5 * 100%);
	 display: inline-block;
	 font-size: var(--star-size);
	 font-family: 'Montserrat', sans-serif !important;
	 line-height: 1;
}
 .Stars::before {
	 content: '★★★★★';
	 letter-spacing: 1px;
	 background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
@media (max-width: 991.98px){
  .site-navbar {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
  }
}

.margin_bottom{
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .reviewbox{
    height: 250px;
  }
  .reviewbox p{
    height: 200px;
  }
}


.recaptcha-wrapper {
      overflow: hidden;
      background-color: #F9F9F9;
      border-radius: 3px;
      box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      height: 100px;
      position: relative;
      margin-top: 17px;
      margin-bottom: 17px;
      padding-top: 17px;
      border: 1px solid #d3d3d3;
      color: #000;
}

.recaptcha-info {
      background-size: 36px;
      height: 36px;
      margin: 0 40px 0 40px;
      position: absolute;
      right: 8px;
      top: 15px;
      width: 36px;
      background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
      background-repeat: no-repeat;
}
.rc-anchor-logo-text {
      color: #9b9b9b;
      cursor: default;
      font-family: Roboto,helvetica,arial,sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 10px;
      margin-top: 20px;
      text-align: center;
      position: absolute;
      right: 25px;
      top: 40px;
}
.rc-anchor-checkbox-label {
      font-family: Roboto,helvetica,arial,sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      left: 80px;
      top: 40px;
      position: absolute;
      color: black;
}
.recaptcha-checkbox-border {
        height: 20px !important;
        width: 20px !important;
}
.rc-anchor .rc-anchor-normal .rc-anchor-light {
      border: none;
}
.rc-anchor-pt {
      color: #9b9b9b;
      font-family: Roboto,helvetica,arial,sans-serif;
      font-size: 12px;
      font-weight: 400;
      right: 27px;
      top: 72px;
      position: absolute;
      a:link {
        color: #9b9b9b;
        text-decoration: none;
      }
    }

    g-recaptcha {
      // transform:scale(0.95);
      // -webkit-transform:scale(0.95);
      // transform-origin:0 0;
      // -webkit-transform-origin:0 0;

    }

    .g-recaptcha {
      width: 54px;

      /* border: 1px solid red; */
      height: 51px;
      overflow: hidden;
      float: left;
      margin-top: 0px;
      margin-left: 17px;

        > div {
        width: 46px;
        height: 30px;
        background-color:  #F9F9F9;
        overflow: hidden;
        border: 1px solid red;
        transform: translate3d(-8px, -19px, 0px);
        }
        div {
          border: 0;
        }
        .recaptcha-checkbox-border {
            height: 20px;
            width: 20px;
        }
}

iframe[title="recaptcha challenge"] {
    width: 535px !important;
    height: 775px !important;
}
.g-recaptcha>div>div{width: 535px !important;
height: 775px !important;overflow:hidden;padding:0;border-top:1px solid #D3D3D3;border-right:1px solid #D3D3D3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}

.g-recaptcha iframe{width: 535px !important;
height: 775px !important;}
