body{
  margin:0;
  padding:0;
  color:#545454;
  font-size: 16px;
  line-height:27px;
  font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
   font-family: "Century Gothic";
}
a, a:hover{
  text-decoration:none;
}
a:focus{
  outline: none;
}
ul{
  margin:0;
}
li{
  list-style:none;
}
::marker {
    color: #10a1c1;
}
.container-fluid {
    padding: 0 40px;
    max-width: 1340px;
}
button:focus {
    outline: none;
}
body, html{
    overflow-x: hidden;
  }
/******************header-css**************************/
.links{
  color: #10a1c1;
}
.links:hover{
  text-decoration: underline;
  color: #10a1c1;
}
.navbar {
    padding: 0;
}
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
    outline: none;
    border-bottom: 2px solid #ffffff;
}
.darkHeader .navbar-nav li a:hover, .darkHeader .navbar-nav li a:active, .darkHeader .navbar-nav li a:focus {
    color: #000;
    border-bottom: 2px solid #000;
}
.navbar-nav li a {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    transition: all .2s linear;
    border-bottom: 2px solid transparent;
}
.navbar-nav li{
  padding: 0 35px;
}
.head {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 80px;
    padding: 10px 0;
}
.navbar-nav li:last-child a{
  padding-right: 0;
}
.darkHeader{
  background: #10a1c1;
}
.success_message {
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: green;
    font-weight: bold;
}
/******************end-header-css**************************/

/***************Banner-sec**********************/
.modal-content {
    background-image: url(../images/popup-bg.png);
    background-size: cover;
}
body.modal-open, .modal {
    padding-right: 0 !important;
}
.hero_sec {
    background: url(../images/hero-img.png) no-repeat;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: bottom center;
}
h1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.blue_btn a, .blue_btn input {
    background: #10a1c1;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 55px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 40px;
    display: inline-block;
    transition: all .2s linear;
    border: 2px solid #10a1c1;
}
.blue_btn .bor_btn, .blue_btn .bor_white:hover{
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.blue_btn .bor_btn:hover{
  background: #10a1c1;
  border: 2px solid #10a1c1;
  color: #ffffff;
}
.banner_text p {
    font-size: 24px;
    margin: 20px 0 40px;
    line-height: 36px;
}
.banner_text {
    margin: 250px 0;
}
/***************End-Banner-sec**********************/

/***************General-sections**************************/
.max-width{
  max-width: 800px;
  margin: 0 auto;
}
@font-face {
  font-family: "Century Gothic";
  src: url("/font/Century-Gothic") format("TrueType"),
}
h2{
  color: #545454;
  font-size: 42px;
  font-weight: 600;
  line-height: 54px;
}
.blue {
    color: #10a1c1;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
}
section{
  padding: 60px 0;
}
.video_block iframe {
    width: 100%;
    border: 2px solid #ddd;
}
.bg_gray{
  background-color: #f7f7f7;
}
.block_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block_content li {
    list-style: disc;
    font-size: 24px;
    line-height: 46px;
}
.box {
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 12px rgb(213 213 213 / 80%);
    border-radius: 5px;
    margin-bottom: 30px;
    width: 100%;
}
.box h5 {
    font-weight: 600;
}
.box a {
    color: #10a1c1;
    font-weight: 600;
    text-decoration: underline;
}
.flex {
    display: flex;
}
.modal-title {
    color: #10a1c1;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}
.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}
.close:hover{
  color: #10a1c1 !important;
}
.modal-dialog {
    max-width: 800px;
}
.modal-content {
    padding: 20px;
    background-image: url(../images/popup-bg.png);
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
}
.blue_btn a:hover, .blue_btn input:hover {
    background: transparent;
    border: 2px solid #10a1c1;
    color: #10a1c1;
}
.blue_btn input:focus {
    outline: none;
}
.process_bg {
    background: url(../images/payment-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
}
.process_bg::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.text-white{
  color: #ffffff;
}
.font_eighteen{
  font-size: 18px;
  line-height: 36px;
}
.font_eighteen li {
    font-size: 18px;
    line-height: 36px;
    list-style: disc;
}
.font_eighteen ul {
    padding-left: 20px;
}
.pay_method h4 {
    font-weight: bold;
}
.pay_method ul li::before {
    position: absolute;
    font-family: fontawesome;
    content: '\f00c';
    color: #10a1c1;
    margin-right: 8px;
    left: 0;
}
.pay_method ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}
.pay_method ul{
  padding: 0;
}
.earning_box {
    display: inline-flex;
}
.box_content {
    margin-left: 20px;
}
.earning_box a::after, .client_slide a::after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    padding-left: 7px;
    top: -2px;
    visibility: hidden;
}
.earning_box a, .client_slide a {
    text-decoration: none;
    position: relative;
}
.earning_box:hover a::after, .client_slide:hover a::after{
  visibility: visible;
} 
.blue_heading{
  color: #10a1c1;
}
.surro_form{
    padding: 0;
    display: inline-flex;
    width: 100%;
    margin-top: 15px;
}

.surro_form li {
    display: block;
    position: relative;
    float: left;
    width: 30%;
    height: 80px;
}

.surro_form li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.surro_form li label {
    display: block;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    left: 50px;
    top: 0px;      
    margin: 0;
}

.surro_form li:hover label{
  color: #10a1c1;
}

.surro_form li .check{
  display: block;
  position: absolute;
  border: 4px solid #AAAAAA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.surro_form li:hover .check {
  border: 4px solid #10a1c1;
}

.surro_form li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.surro_form input[type=radio]:checked ~ .check {
  border: 4px solid #10a1c1;
}

.surro_form input[type=radio]:checked ~ .check::before{
  background: #10a1c1;
}

.surro_form input[type=radio]:checked ~ label{
  color: #10a1c1;
}
.surro_form {
    width: 100%;
}
.needs-validation label {
    font-size: 18px;
    font-weight: 500;
}
.form-control {
    height: 50px;
}
.form-group {
    margin-bottom: 25px;
}
.form-control:focus {
    border-color: #10a1c1;
    box-shadow: none;
    color: #545454;
}


.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.client_slide img {
    border: 4px solid #10a1c1;
    border-radius: 50%;
    width: 80px;
    margin: 0 auto 20px;
}
.client_slide h6 {
    color: #10a1c1;
    font-weight: 600;
}
.slick-slide > div {
    margin-right: 20px;
}
.review_slide {
    margin: 10px;
}
.client_slide {
    margin-bottom: 0;
    min-height: 320px;
}
.regular {
    width: 100%;
    margin: 25px 0;
}
.slick-dots li button::before {
    background: #10a1c1;
    border-radius: 50%;
}
.slick-dots li, .slick-dots li button::before {
    width: 12px !important;
    height: 12px !important;
}
.slick-dots{
  bottom: -40px !important;
}
.block_img img {
      width: 100%;
  }
  .navbar-collapse .close {
    display:none;
   }
   footer {
    background: #545454;
    color: #fff;
    padding: 10px 0;
}
footer p{
  margin: 0;
}
.modal-header .close {
    font-size: 36px;
    font-weight: 400;
}
.Testimonial_content {
    height: 330px;
    overflow-y: auto;
}
.small_text {
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-style: italic;
    margin-top: 40px;
    padding: 0 15px;
}
.two_btn a {
    margin: 0 10px;
}


.start-now-sec p {
    max-width: 700px;
    margin: 15px auto 25px auto;
    font-size: 18px;
    font-weight: 600;
}
a.chat-btn {
    background: #9675AC;
    padding:15px 20px 15px 50px;
    border-radius: 30px;
    width: 230px;
    border: 2px solid #9675ac;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .2s linear;
    text-align: center;
    position: relative;
}

a.chat-btn:hover {
    background: transparent;
    border: 2px solid #9675ac;
    color: #9675AC;
}
section.query-section h3 {
    display: inline-block;
    font-weight: 600;
}

section.query-section .align-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


  .chat-btn span .fa {
        font-size: 29px;
    }

    .chat-btn span .fa {
        position: absolute;
        left: 15px;
        top: 13px;
    }
    .chat-btn span {
        top: 1px;
    }
/********************Media_Queries************************/
@media only screen and (max-width: 1400px) and (min-width: 1201px){
    .banner_text {
    margin: 185px 0;
    }
    .be_comp {
    padding-top: 20px;
    }
    .client_slide {
    min-height: 375px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
  h2 {
    font-size: 36px;
    line-height: 46px;
   }
   .client_slide {
    min-height: 399px;
    }
    .be_comp {
    padding-top: 20px;
    }
    .banner_text {
    margin: 190px 0 160px;
    }
    .navbar-nav li a {
    font-size: 18px;
  }
}


@media only screen and (max-width: 991px) and (min-width: 768px){
    a.chat-btn {
    padding: 15px 15px 15px 44px;
    width: 215px;
    font-size: 18px;
}

section.query-section h3 {
    font-size: 22px;
}
  .max-width {
    max-width: 620px;
  }
  .client_slide {
    min-height: 372px;
  }
.navbar-nav li a {
    font-size: 16px;
  }
  .navbar-nav li {
    padding: 0 20px;
  }
  h2 {
      font-size: 28px;
      line-height: 36px;
  }
  .block_content li {
    font-size: 18px;
    line-height: 40px;
    }
    .block_content li {
    list-style: disc;
    font-size: 18px;
    line-height: 40px;
   }
   .modal-dialog{
    max-width: 730px;
   }
}


@media only screen and (max-width: 767px){
  .blue {
    font-size: 18px;
}
  .modal-title {
    font-size: 26px;
    line-height: 34px;
  }
  .modal-content {
    background-size: 80%;
  }
  .modal-dialog {
    max-width: 500px;
   }
   .blue_btn a, .blue_btn input {
      padding: 12px 30px;
      font-size: 18px;
  }
  h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
   }
  .container-fluid {
      padding: 0 15px;
  }
  h1 {
      font-size: 36px;
    }
    .banner_text {
      margin: 70px 0 50px;
  }
  .hero_sec {
      background-position: center;
      padding: 60px 0;
  }
  .block_img {
    margin-bottom: 25px;
   }
   .be_comp {
    padding-top: 0;
    }
   button.navbar-toggler.collapsed {
    border: 0;
   }
   .navbar-collapse {
    background: #fff;
    box-shadow: 0 0 10px rgb(52 52 52 / 20%);
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
    top: 0;
    padding-top: 45px;
    bottom: 0;
    transition: all .4s ease-in-out;
    } 
    .collapse.show{
      height: 100vh;
      transition: all .4s ease-in-out;
    }
   .navbar-nav li a {
    color: #10a1c1;
    padding: 10px;
    display: block;
    }
    .navbar-nav li a{
    padding: 10px;
    border-bottom: 0;
    }
    .navbar-nav li{
      padding: 0;
    }
    .navbar-nav li a:hover,
    .darkHeader .navbar-nav li a:hover, .darkHeader .navbar-nav li a:active, 
    .darkHeader .navbar-nav li a:focus {
    background: #10a1c1;
    color: #fff;
    border-bottom: 0;
    }
    .block_content li {
    font-size: 18px;
    line-height: 40px;
    }
    form.needs-validation {
    width: 100%;
    }
    .surro_form li {
    width: 40%;
  }
  .navbar-toggler:focus {
    outline: none;
    border: none;
    }
    .toggler-icon {
    height: 2px;
    width: 40px;
    background: #fff;
    display: block;
    margin-bottom: 8px;
   }
   .navbar-dark .navbar-toggler {
    border: none;
    }
     .navbar-collapse .close {
    font-size: 45px;
    font-weight: 400;
    color: #10a1c1;
    position: absolute;
    right: 20px;
    top: 0;
    display: block;
    }
    .regular {
    width: 95%;
  }
   .client_slide {
    min-height: 460px;
    }
  .review_slide {
    margin: 10px 10px 10px 18px;
   }
}


@media(min-width: 575px) and(max-width: 767px){
    .chat-btn span .fa {
        position: absolute;
        left: 15px;
        top: 13px;
    }
    a.chat-btn {
        padding: 15px 10px 15px 40px;
        width: 200px;
        font-size: 18px;
    }
    section.query-section h3 {
        font-size: 21px;
    }
}


@media only screen and (max-width: 575px){
         .start-now-sec p {
        font-size: 18px;
        line-height: 27px;
    }
     a.chat-btn {
        display: block;
        padding: 10px 15px 10px 44px;
        margin-left: auto;
        margin-top: 15px;
    }
    .chat-btn span .fa {
        position: absolute;
        left: 15px;
        top: 10px;
    }
    section.query-section h3 {
        font-size: 21px;
    }
    a.chat-btn {
        display: block;
        padding: 10px 15px 10px 44px;
        margin-left: auto;
        margin-top: 15px;
    }
    section.query-section .align-row {
    display: block;
}
  .two_btn a {
    margin: 0 10px 20px;
    max-width: 225px;
    width: 100%;
   }
  .client_slide {
    min-height: 400px;
   }
   h2 {
    font-size: 32px;
    line-height: 40px;
   }
   .modal-dialog {
    max-width: 100%;
   }
   .box {
    padding: 15px;
   }
   .earning_box {
    display: block;
   }
   .box_content {
    margin-left: 0;
    margin-top: 10px;
   }
   .regular {
    width: 93%;
  }
  .modal-body {
    height: 300px;
    overflow-y: auto;
   }
   .modal-content {
    padding: 0;
   }
}