* {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    font-family: 'Verdana', sans-serif;  
}

a {
    text-decoration: none;
    font-family: 'Verdana', sans-serif;  
}

.clr {
    clear: both;
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #767676;
    font-family: 'Verdana', sans-serif;  
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
}

h1,
h2 {
    font-family: 'Verdana', sans-serif;  
}

h3,
h4,
h5,
h6 {
    font-family: 'Verdana', sans-serif;  
}

p {
    font-family: 'Verdana', sans-serif;  
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}

input[type='submit'] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer
}

button {
    border-radius: 0px;
    border: 0px none;
    outline: none;
    cursor: pointer
}

textarea {
    resize: none;
    overflow: auto;
}

 :focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

em {
    font-style: normal;
}

body {
    width: 100%;
    font-size: 14px;
    font-family: 'Verdana', sans-serif;       
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
}
/* css */
.banner_top{
    background: #0196e3;
    color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
}
.site_container{
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 50px;
}
.bt_inner{
    max-width: 100%;
}
.bt_inner h2{
    font-size: 60px;
    line-height: 1.06667;
    letter-spacing: -.034em;
    font-weight: bold;
    padding-bottom: 1.5rem;
}
.bt_inner p{
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: .001em;
}
.banner_bottom{
    position: relative;
}
.banner_img{
    height: 700px;
    display: block;
    position: relative;
}
.banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
span.banner_img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.fill_form{
    position: absolute;
    top: -100px;
    right: 50px;
    background: rgba(255,255,255,0.9);
    padding: 40px;
    width: 500px;
    border-radius: 25px;
}
.input_group{
    margin-bottom: 30px;
}
.input_group label{
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #0196e3;
}
.dob span{
    display: inline-block;
    margin-right: 3px;
}
.date_{
    width: 85px;
}
.input_group select, .input_group input{
    padding: 12px 10px;
    background: #d9d9d9;
    width: 100%;
    appearance: none;
    position: relative;
    border-radius: 3px;
}
.month_, .years_{
    width: 100px;
}
.input_group select{
    background-image: url(..//images/select-arrow.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
}
.three_input{
    display: flex;
    justify-content: space-between;
}
.three_input .input_group:nth-child(1){
    width: 20%;
}
.three_input .input_group:nth-child(2), .three_input .input_group:nth-child(3){
    width: 38%;
}
.two_input{
    display: flex;
    justify-content: space-between;
}
.two_input .input_group{
    width: 49%;
}
.fill_form form{
    text-align: center;
}
.fill_form form h2{
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 30px;
    width: auto;
    display: inline-block;
    color: #054585;
}
.second_form, .first_form{
    text-align: left;
}
.second_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pre{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 60px;
}
.pre svg{
    color: #000 !important;
    width: 10px;
}
.pre  p{
    margin-left: 6px;
	padding-bottom:0 !important;
}
.submit_ {
	width: 280px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #FFF !important;
	background: #0196e3 !important;
	height: 50px !important;
	border-radius: 3px !important;
	font-size: 20px !important;
	padding: 0 !important;
}
.first_form .input_group:nth-child(1) .cover input[type="radio"] + label{
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    padding: 13px 46px;
    border: 1px solid #0070ba;
    color: #525252;
}
.first_form .input_group:nth-child(1)  .label_me{
    background-image: url(..//images/you.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
}
.first_form .input_group:nth-child(1) .cover input[type="radio"]:checked + .label_me{
    background-image: url(..//images/you-2.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
}
.first_form .input_group:nth-child(1)  .label_partner{
    background-image: url(..//images/yourp-2.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
}
.first_form .input_group:nth-child(1) .cover input[type="radio"]:checked + .label_partner{
    background-image: url(..//images/yourp.png);
    background-repeat: no-repeat;
    background-position: 16px 8px;
}
.first_form .input_group:nth-child(1) .cover input[type="radio"]:checked + label {
    background: #0196e3;
    color: #fff;
    
  }
  .cover{
    position: relative;
    display: block;
    margin-right: 10px;
    cursor: pointer;
  }
  .cover input[type="radio"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    cursor: pointer;
  }
  .first_form .input_group{
    display: flex;
    flex-wrap: wrap;
  }
  .first_form .input_group label{
    width: 100%;
  }
  span.label_img {
    display: flex;
    height: 56px;
    width: 60px;
    margin: auto;
    border: 1px solid #0070ba;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 6px;
}
span.label_txt {
    display: block;
    color: #525252;
    margin-top: 10px;
    text-align: center;
}
.first_form .input_group:nth-child(2) .cover{
    margin-right: 20px;
}
.cover input[type="radio"]:checked + .label_me .label_img{
    background: #c4e1fd;
}
.cover_ammount{
    display: flex;
    justify-content: space-between;
}
.cover_ammount .input_group{
    width: 49%;
    margin-bottom: 30px !important;
}
.first_form .input_group:nth-child(2){
    margin-bottom: 20px;
}
.first_form .submit_btn{
    display: block;
    width: 100%;
}
.first_form .submit_{
    width: 100% !important;
    display: flex !important;
    text-align: left !important;
    padding: 10px 20px 10px 10px !important;
    position: relative !important;
    justify-content: space-between !important;
    font-size: 20px !important;
}
.first_form .submit_ svg{
    fill: #fff;
}
.disclaimer p{
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}
.disclaimer a{
    color: #0196e3;
}


/* Steps section styling start */

.steps_section_main{
    background-color: #13386f;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
} 
.steps_section_inner{
    max-width: 1132px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}  

.steps_section_heading{
    font-size: 32px;
    line-height: 48px;
}
.steps_section_heading span{
    font-weight: bold;
    font-size: 35px;
}
.steps_section_flex{
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}
.steps_div{
    width: 33.33%;
    padding: 30px 10px 20px 10px;
}

.steps_img{
    width:144px;
    height:141px;
    margin: auto;
}
.steps_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.steps_text {
    padding: 15px;
    color: #FFF;
}
.steps_text h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}
.steps_text p {
    font-size: 15px;
    line-height: 24px;
}


/* Steps section styling end */

/* Review section styling  */

.review_section_inner{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}
.review_section_content{
    margin-top: 80px;
    margin-bottom: 80px;
}
.review_section_heading{
    font-size: 43.5px;
    line-height: 1.10345;
    letter-spacing: -.0275em;
}
.review_section_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}
.review_section_div{
    width: calc(25% - 16px);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid transparent;
    height: auto;
}
.review_section_div:nth-child(n+1){
    background-color: #f5f3f0;
}
.review_section_div:nth-child(n+2) {
    background-color:#dbede5;
}
.review_section_div:nth-child(2) .review_title{
    color:#054742;
}
.review_section_div:nth-child(2) .review_desc{
    color:#50817b;
}
.review_section_div:nth-child(n+3){
    background-color:#deebff;
}
.review_section_div:nth-child(n+4){
    background-color: #f5f3f0;
}
.review_section_div:hover {
    border-color: #054742;
    cursor: pointer;
}


.review_section_div_stars{
    margin-bottom: 24px;
    display: flex;

}
.review_section_div_stars figure svg{
    fill:#054585;
}
.review_title{
    font-size: 24.5px;
    line-height: 1.14286;
    letter-spacing: -.017em;
    margin-bottom: 8px;
}
.review_desc{
    font-size: 17.5px;
    line-height: 1.37143;
    letter-spacing: 0;
    font-weight: 400;
}
.review_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 40px;
}
.review_bottom div{
    font-size: 14px;
    line-height: 1.14286;
    letter-spacing: .0045em;
}

/* Review section styling end*/



/* video section stying :start */
.video_section_main{
  width:100%;
  height: 500px;
  position: relative;
}
.video_section_main video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_section_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_section_content h2{
   font-size: 40px;
   line-height: 1.14286;
   letter-spacing: .0045em;
   text-transform:inherit;
   color:white;
}
/* video section stying :start */

/* Thank you */
.thanks{
    text-align: center;
    max-width: 700px;
    margin: 100px auto 0px auto;
}
.thanks strong{
    font-size: 50px;
}
.thanks p{
    font-size: 18px;
    margin-top: 10px;
}

/* media queries :start */
@media (min-width:900px) and (max-width:1270px){
    .review_section_div{
        width: calc(33.33% - 16px);
    }
}

@media (min-width:650px) and (max-width:899px){
    .review_section_div{
        width: calc(50% - 16px);
    }
}
@media (max-width:991px){
    .fill_form{
        position: absolute;
        top: -40px;
        right: auto;
        left: 50%;
    transform: translate(-50%, 0px);
    }
}
@media (max-width:767px){
    .banner_top{
        height: 250px;
    }
    .bt_inner h2{
        font-size: 40px;
    }
    .bt_inner p{
        font-size: 20px;
    }
    .banner_img{
        height: 900px;
    }
    .fill_form{
        width: 90%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    .fill_form form h2{
        font-size: 35px;
    }
    .first_form .input_group:nth-child(1) .cover input[type="radio"] + label{
            font-size: 14px;
        padding: 14px 15px 14px 45px;
    }
    .review_section_heading {
        font-size: 35px;
    }
    .video_section_content h2 {
        font-size: 30px;
    }
    .steps_section_heading {
        font-size: 28px;
        line-height: 38px;
    }
    .steps_section_heading span {
        font-weight: bold;
        font-size: 26px;
    }
    .month_, .years_ {
        width: 90px;
    }
    .three_input{
        flex-wrap: wrap;
    }
    .three_input .input_group:nth-child(1) {
        width: 100%;
    }
    .three_input .input_group:nth-child(2), .three_input .input_group:nth-child(3) {
        width: 49%;
    }
    .submit_{
        height: 45px;
        border-radius: 3px;
        font-size: 18px;
    }
    .thanks strong {
        font-size: 30px;
    }
    .thanks p{
        font-size: 16px;
    }
    .first_form .input_group:nth-child(2) .cover{
        margin-right: 11px;
    }
    span.label_txt{
        font-size: 12px;
    }
}
@media (max-width:649px){
    .review_section_div{
        width:100%;
    }
    .review_section_flex{
        justify-content: center;
    }
    .review_section_inner{
        padding:0 20px
    }
    .steps_div{
        width:100%;
    }
}
/* media queries :end */