@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

/*font-family: 'Poppins', sans-serif;*/

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font: 16px/25px 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-shadow: none;
    line-height: 110%;
}

p {
    padding: 0 0 15px 0;
    margin: 0px;
}

a {
    text-decoration: none;
    outline: 0;
    transition: ease-in-out 0.5s;
}

a:hover {
    text-decoration: none;
    transition: ease-in-out 0.5s;
}

.home_wrapper {
    background: url(../images/home_bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
    min-height: 100vh;
}

.inner_wrapper {
    background: url(../images/inner_bg.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
    min-height: 100vh;
}

.container {
    width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}


/* header start */

.header_wrapper {
    background: url(../images/top_bg.png) no-repeat top center;
    min-height: 200px;
}

.header_wrapper a {
    color: #000;
}

.header_wrapper a:hover {
    color: #14a5a8;
}

.header_wrapper a.status {
    background: url(../images/icon_status.png) no-repeat;
    padding: 0 15px 0 30px;
    border-right: 1px solid #fff;
    position: absolute;
    left: -92%;
    bottom: 5px;
}

.header_wrapper a.support {
    background: url(../images/icon_support.png) no-repeat 15px 0;
    padding: 0 15px 0 50px;
    border-left: 1px solid #000;
    position: absolute;
    left: 100%;
    bottom: 30px; margin-left:9px;
}


/* header end */

.logo_wrapper {
    position: relative;
    width: 254px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}


/* registration start */

.registration {
    padding: 50px 0 0 0;
    min-height: 400px;
}

.registration h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}


/* registration end */


/* welcome_txt start */

.welcome_txt {
    padding: 0 0 60px 0;
    text-align: center;
}

.welcome_txt h1 {
    font-size: 50px;
    font-weight: 600;
    color: #333;
    padding-bottom: 35px;
}

.welcome_txt h1 span {
    color: #000;
}

.welcome_txt p {
    font-size: 26px;
    font-weight: 300;
    line-height: 130%;
}


/* welcome_txt end */


/* country start */

.country {
    padding-bottom: 115px;
}

.country ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.country ul li {
    text-align: center;
    display: inline-block;
    width: 426px;
    background: #fff url(../images/flag_bg.jpg) no-repeat 100% 0;
    border-radius: 80px;
    margin: 20px;
}

.country ul li img {
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
}

.country ul li a {
    color: #434141;
    font-size: 30px;
    display: table;
}

.country ul li a div {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    height: 100%;
    padding-right: 60px;
    text-align: center;
}

.country ul li a:hover {
    color: #14a5a8;
}


/* country end */

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

:placeholder-shown {
    opacity: 1;
}

.footer_wrapper {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.footer_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer_wrapper ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 16px;
}

.footer_wrapper ul li:last-child {
    border: 0px;
}

.footer_wrapper ul li a {
    color: #fff;
}

.footer_wrapper ul li a:hover {
    color: #666;
}


/* nextstep start */

.nextstep {
    padding: 50px 0;
}

.nextstep h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 400;
}

.nextstep h2 span {
    font-size: 48px;
    font-weight: 700;
}


/* nextstep end */


/* country start */

.nextstep_btn {
    padding: 50px 0 100px;
    text-align: center;
}

.nextstep_btn a {
    background: rgba(20, 165, 168, 0.8);
    border: 2px solid #fff;
    width: 340px;
    margin: 0 45px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 25px 20px;
    border-radius: 50px;
    box-shadow: 0 0 3px #333;
}

.nextstep_btn a:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* country end */


/* inner_registration start */

.inner_registration {
    padding: 50px 0;
}

.inner_registration h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}

.inner_registration h2 span {
    font-weight: 700;
}


/* inner_registration end */


/* model start */

.model {
    padding-bottom: 115px;
}

.model ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.model ul li {
    text-align: center;
    display: inline-block;
    width: 426px;
    background: #fff url(../images/flag_bg.jpg) no-repeat 100% 0;
    border-radius: 80px;
    padding: 0;
    /*margin: 20px;*/
    margin:0;
}

.model.product-block ul li {
    background: none;
}

.model.product-block ul li .thumb-block {
    text-align: center;
    display: inline-block;
    width: 426px;
    background: #fff url(../images/flag_bg.jpg) no-repeat 100% 0;
    border-radius: 122px;
    padding: 0;
    margin: 20px 0;
}

.model ul li img {
    float: left;
    border-radius: 50%;
    border: 2px solid #14a5a8;
}

.model.product-block ul li img {
    border-radius: 100%;
    width: 240px;
    border: 2px solid #14a5a8;
    height: 240px;
    max-width: 240px;
}

.model ul li a {
    color: #434141;
    font-size: 30px;
    display: table;
    width: 100%;
}

.model ul li a div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 60%;
    padding-right: 50px;
    vertical-align: middle;
    text-align: center;
}

.model ul li a span {
    font-size: 20px;
    line-height: 120%;
    display: block;
}

.model ul li a:hover {
    color: #14a5a8;
}


/* country end */


/* form_area start */

.form_area {
    padding: 0 0 120px;
    width: 610px;
    margin: 0 auto;
}

.input_txt_icon,
.input_txt_icon:focus {
    margin: 0;
    padding: 0 0 0 100px;
    border: 2px solid #fff;
    height: 79px;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    margin-bottom: 23px;
    font-size: 20px;
    color: #262626;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.input-container .input_txt_icon,
.input-container .input_txt_icon:focus {
    max-width: 280px;
    margin: 0 auto;
    padding: 0 0 0 75px;
    border: 2px solid #fff;
    height: 55px;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 5px;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.input_txt_icon.name {
    background: url(../images/icon_name.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input_txt_icon.email {
    background: url(../images/icon_email.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input_txt_icon.phone {
    background: url(../images/icon_phone.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input_txt_icon.baby {
    background: url(../images/icon_baby.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input_txt_icon.date {
    background: url(../images/icon_date.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input_txt_icon.country {
    background: url(../images/icon_world.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.select-country select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-country {
    position: relative;
    width: 100%;
    margin: auto;
    display: inline-block;
}

.select-country::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    right: 30px;
    top: 19px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
}

.formField {
    position: relative;
}

.plusIcon {
    position: absolute;
    top: 26px;
    left: 105px;
    z-index: 1;
    color: #676767;
    font-size: 20px;
}

.formField.contact_number input {
    padding-left: 122px;
}

.submit_btn {
    background: #cbdde7;
    /*background: rgba(20, 165, 168, 0.8);*/
    
    border: 2px solid #fff;
    width: 340px;
    margin: 60px auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    padding: 25px 20px;
    border-radius: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.submit_btn:hover {
    background: rgba(0, 0, 0, 0.8);
    transition: ease-in-out 0.5s;
    color:#fff;
}

.input-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    position: relative;
}

.input-container .submit_btn {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    padding: 0px 20px;
    font-size: 16px; height:55px; line-height: 55px;
}

.alert-mgs {
    position: absolute;
    left: 30px;
    top: 55px;
}


/* form_area end */


/* input type start */

.picupload {
    position: relative;
    height: 79px;
    margin-bottom: 23px;
}

.js {
    float: left;
    display: block;
    padding: 13px 0 0 0;
    color: #f56d37;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-weight: 400;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-decoration: underline;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-6+label {
    color: #d3394c;
}

.inputfile-6+label {
    background: none;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
    border-color: #333;
}

.inputfile-6+label span,
.inputfile-6+label strong {
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    top: 5px;
}

.inputfile-6+label span {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    line-height: 70px;
    padding-left: 30px;
    font-size: 16px;
    border: 2px solid #fff;
    height: 75px;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    margin-bottom: 23px;
    font-size: 20px;
    color: #262626;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    float: right;
    width: 52%;
    background: rgba(218, 219, 219, 0.8);
}

.inputfile-6+label strong {
    background: url(../images/icon_upload.png) no-repeat 40px center #d1e6d1;
    width: 45%;
    height: 79px;
    padding: 0 0 0 80px;
    line-height: 79px;
    border: 2px solid #fff;
    height: 79px;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    float: left;
    box-sizing: border-box;
    font-weight: normal;
    color: #000;
    left: 0;
    top: 0;
    font-size: 16px;
}

.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: #d1e6d1;
}

.inputfile-6+label strong i {
    font-style: normal;
}

.input_txt_icon.number {
    background: url(../images/icon_number.png) no-repeat 40px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 80px center;
}

.input-container .input_txt_icon.number {
    background: url(../images/icon_number.png) no-repeat 20px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 65px center;
}


/* input type end */

/* 11-4-19 style*/

.input-container_Pr { width: 100%; margin: 0 auto; padding: 0; display: block; position: relative; }
.input-container_Pr .input_txt_icon.number {
    background: url(../images/icon_number.png) no-repeat 20px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 65px center;
}
.input-container_Pr .input_txt_icon, .input-container_Pr .input_txt_icon:focus { max-width: 100%;  margin: 0 auto; margin-right: auto; margin-bottom: 0px; padding: 0 0 0 75px; border: 2px solid #fff; height: 55px; box-shadow: none;
    outline: none;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 5px;
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.input-container_Pr .input_txt_icon.country {
    background: url(../images/icon_world.png) no-repeat 20px center, url(../images/form_border.png) rgba(218, 219, 219, 0.8) no-repeat 65px center;
}
.input-container_Pr .input_txt_icon, .input-container_Pr .input_txt_icon:focus {
    margin: 0;
        margin-bottom: 0px;
    padding: 0 0 0 100px;
    border: 2px solid #fff;
    height: 55px;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    margin-bottom: 23px;
    font-size: 20px;
    color: #262626;
    font-weight: 300;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.input-container_Pr.select-country::after {
    
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        right: 30px;
        top: 20px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
    
    }
    .input-container_Pr .submit_btn {
        margin-top: 0;
        margin-left: 0;
        width: auto;
        padding: 0px 20px;
        font-size: 16px; height:55px; line-height: 55px; margin: 0 auto;
    }
    .input-container_Pr .alert-mgs { position: relative; left: 0; top: 0; text-align: center; padding-top: 8px; padding-bottom: 8px; display: block;  }
    .model.product-block ul li .PRthumb-block {
        text-align: center;
        display: Block;
        width: 240px; height:240px; margin: 20px auto; position: relative;
    }
    .model.product-block ul li .PRthumb-block img {
        border-radius: 35px;
        width: 100%;
        border: 2px solid #cbdde7;
        height: 100%;
        max-width: 240px;
    }
    .model ul li .PRthumb-block .PRTittle{ position: absolute; left:0; bottom:-3px; width:100%; background:rgba(0,0,0,0.6); color:#fff; line-height: 25px; font-size: 25px; padding: 10px 20px; box-sizing: border-box; height:auto; border-radius:0 0 35px 35px; }
.container_frm_d{ width:40%; margin:0 auto; }
.model_pr24 ul li {
    text-align: center;
    display: inline-block;
    width: auto;
    background: #fff url(../images/flag_bg.jpg) no-repeat 100% 0;
    border-radius: 80px;
    padding: 0;
    /* margin: 20px; */
    margin: 0 1.5%;
}


.container_frm_d,  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1; color: #808080;
}
.container_frm_d ::-moz-placeholder { /* Firefox 19+ */
opacity: 1; color: #808080;
}
.container_frm_d :-ms-input-placeholder { /* IE 10+ */
opacity: 1; color: #808080;
}
.container_frm_d :-moz-placeholder { /* Firefox 18- */
opacity: 1; color: #808080;
}
.container_frm_d :-webkit-placeholder { 
opacity: 1; color: #808080;
}


.input_txt_icon,  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: 1; color: #808080;
}
.input_txt_icon ::-moz-placeholder { /* Firefox 19+ */
opacity: 1; color: #808080;
}
.input_txt_icon :-ms-input-placeholder { /* IE 10+ */
opacity: 1; color: #808080;
}
.input_txt_icon :-moz-placeholder { /* Firefox 18- */
opacity: 1; color: #808080;
}
.input_txt_icon :-webkit-placeholder { 
opacity: 1; color: #808080;
}


.error_msg{ color:#ff0000; text-align: center;display: block;
    padding: 10px 0 0 0; }
.country_DRPMENU{ position: relative; }
 .country_DRPMENU .formField{ width:100%; height:100%; border-radius:0 50px 50px 0; font-size:20px; background: transparent; border:none; outline: none !important;  }
}
.country_DRPMENU .intl-tel-input{ width:100%; height: 100%; background: transparent; } 
 /*.country_DRPMENU{ width:100%; margin-bottom:23px; }
 .country_DRPMENU .intl-tel-input{ width:100%; height: 100%; background: transparent; }   
 .country_DRPMENU .formField{ width:100%; height:100%; background: transparent; border:none; font-size: 20px;
    color: #262626; border-radius: 0 30px 30px 0;
    z-index: 999 !important; outline: none; }
    .country_DRPMENU .formField:focus{ background: transparent; outline: none;}*/
.country_DRPMENU ::-webkit-input-placeholder {
  color: #808080; }

.country_DRPMENU ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  opacity: 1; }

.country_DRPMENU :-ms-input-placeholder {
  color: #808080; }
.country_codefeild_NEW{ width:20%; float:left; height: 100%; margin-left: 24px; background: transparent;
    border: 0px solid red; margin-right: 1%; font-size:15px; outline: none; }
.country_codeNAME_NEW{ width: 69%; float: left; height: 100%; background: transparent; border: none;  font-size:15px; outline: none;}

.content-base_block ul{
    text-align:left;
}
.content-base_block ul li{
    list-style: disc;
    margin: 0px 0 0 16px;
    display: list-item;
    text-align:left;
}
.content-base_block h1{
    margin-bottom: 20px;
    font-size: 30px;
}
.content-base_block h2{
    margin-bottom:15px;
    font-size: 18px;
}
.content-base_block ul li a, .content-base_block a{
    display:inline;
    font-size:16px;
    color: #14a5a8;
}
.privacy-block ul li{
    margin-bottom:10px;
}

