@font-face {
    font-family: 'Poppins-Regular';
    src: url('font/Poppins-Regular.eot');
    src: url('font/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('font/Poppins-Regular.woff2') format('woff2'), url('font/Poppins-Regular.woff') format('woff'), url('font/Poppins-Regular.ttf') format('truetype'), url('font/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('font/Poppins-Light.eot');
    src: url('font/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('font/Poppins-Light.woff2') format('woff2'), url('font/Poppins-Light.woff') format('woff'), url('font/Poppins-Light.ttf') format('truetype'), url('font/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('font/Poppins-Medium.eot');
    src: url('font/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('font/Poppins-Medium.woff2') format('woff2'), url('font/Poppins-Medium.woff') format('woff'), url('font/Poppins-Medium.ttf') format('truetype'), url('font/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    letter-spacing: .30px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}


/*****************index-page**************************/

body {
    font-family: 'Poppins-Regular';
    padding: 0;margin: 0px;
}

#sitemain {
    float: left;
    width: 100%;
}



.frm-main{
    width: 100%;
    float: left;
    height: 100vh;
    background-color: #f2f2f2;
    text-align: center;
    overflow: auto;
}

.frm-sub{
    width: 100%;
    float: left;
    text-align: center;
    height: 100vh;    
}


.f-box-main{
    width:70%;
    max-width:750px;
    display: inline-block;
    margin:auto;
    overflow: hidden;
    border-radius:7px;
    background-color: #fff;
}

.f-box-left-main{
    width:40%;
    float: left;
    background-image: linear-gradient(-135deg,#1ab889 0,#2e3e50 100%);
    padding:20px;
    position: relative;
}

.f-box-right-main{
    width: 60%;
    float: left;
    padding:20px;
}

.left-title{
    width: 100%;
    float: left;
    text-align: center;
}
.left-title p{
    font-size: 18px;
    color: #fff;
}

.left-phone{
    bottom:-20px;
    position: relative;
}
.left-phone img{
  width:90%;
  max-width: 100%;
}
.f-right-box{
    width: 100%;
    float: left;
}
.f-right-box .f-box:last-child{
    margin-bottom: 0px;
}
.f-box{
    width: 100%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 20px;
    position: relative;
}

.f-inp{
    border: 1px solid #d9d9d9;
    font-size: 15px;
    color: #7c8487;
    height: 47px;
    line-height: 47px;
    width: 100%;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    background: #fff;
    padding:0px 20px;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition: .25s;
    -webkit-appearance: none;

}

.sub{
    width: 50%;
    float: left;
}

.f-inp::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
    text-transform: capitalize;
    opacity: 1;
}
.f-inp::-moz-placeholder {
    font-size: 16px;
    color: #ccc;
    text-transform: capitalize;
    opacity: 1;
}
.f-inp:-ms-input-placeholder {
    font-size: 16px;
    color: #ccc;
    text-transform: capitalize;
    opacity: 1;
}
.f-inp:-moz-placeholder {
    font-size: 16px;
    color: #ccc;
    text-transform: capitalize;
    opacity: 1;
}


.f-box .eye{
    position: absolute;
    right:20px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.f-box .eye a{
    color: #ccc;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}


.f-submit{
    text-decoration: none;
    display: inline-block;
    padding: 13px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,.14);
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.14);
    position: relative;
    background: #1ab889;
    font-size: 17px;
    font-weight: 300;
    border-radius: 50px !important;
    line-height: 20px;
    width: auto;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.f-submit:hover{

}


.phone-dropdown{
    width: 100px;
    float: left;    
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-right: 1px solid #d9d9d9;
}
.phone-dropdown:hover{
    background-color: #f5f5f5;
}
.f-img-main{
    width: auto;
    display: inline-block;
    padding: 0px 10px;
}
.f-img-main img{
    width:20px;
}
.f-img-drop{
    width: auto;
    display: inline-block;   
    padding: 0px 5px;
}
.f-img-drop img{
    width:12px;
}
.phone-drp-main{
    width: 100%;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
}

.ph-inp-main{
    width: calc(100% - 100px);
    float: left;
}
.ph-inp-main .f-inp{
    border:0px;
    padding: 0px 10px;
}
.ph-inp-main .eye{
    right: 11px;
}


.phone-drp-main .country-list {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.phone-drp-main .country-list .country{
    padding:7px 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    line-height: normal;
    cursor: pointer;
}
.phone-drp-main .country-list .country a{
    width: 100%;
    float: left;
}
.phone-drp-main .country-list .country:last-child{
    border-bottom: 0px;
}
.phone-drp-main .country-list .country:hover{
    background-color: #f5f5f5;
    cursor: pointer;
}
.country-list .flag-box{
    display: inline-block;
    width: 20px;
    
}
.country-name{
    margin-right: 6px;
}
.dial-code{
    margin-right: 6px;
}



/* ============== Checkbox ================ */

.container-r {
  display: block;
  position: relative;
  padding-left:24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size:13px;
  font-weight: normal;
  text-align: left;
}
.f-box p{
    font-size:13px;
    text-align: center;
}

/* Hide the browser's default checkbox */
.container-r input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:20px;
  width:20px;
  border:1px solid #d9d9d9;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.container-r:hover input ~ .checkmark {
  background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-r input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-r .checkmark:after {
  left:6px;
  top:3px;
  width:6px;
  height: 10px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ============== Checkbox ================ */

.login{
    width: 100%;
    float: left;
    text-align: center;
}
.login p{
    font-size:13px;
    color: #333;
}
.login p a{
    text-decoration: none;
    display: inline-block;
    font-size:13px;
    color: #1ab889;   
}

.f-box select.f-inp{
    outline: 0;
    background-image: url('../images/drop.png');
    background-position:97% 50%;
    background-repeat: no-repeat;
    background-size:15px;
}









/* ========================== Drag and Drop =========================== */

.drop-it-wrap {
  margin-top: 0px;
  width: 100%;
  border:1px solid #d9d9d9;
  height:100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.drop-it-wrap .loader {
  display: none;
}
.drop-it-wrap.uploading .loader {
  display: block;
}
.drop-it-wrap.uploading .default {
  display: none;
}
.drop-it-wrap.active {
  border-color: salmon;
}
.drop-it-wrap:hover {
  border: 5px dashed lightgray;
}

.drop-it-input {
  position: absolute;
  top: -99999999px;
}

.batch {
  cursor: crosshair;
  background: #ffffff;
}
.batch.uploading {
  animation: disco 0.1s infinite alternate;
}

/* ========================== Drag and Drop =========================== */


.s-c-main{
    width: 100%;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
}
.s-c-drop{
    width:100%;
    float: left;    
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-right: 1px solid #d9d9d9;
    padding: 0px 15px;
    background-image: url('../images/drop.png');
    background-position:97% 50%;
    background-repeat: no-repeat;
    background-size:15px;
}
.s-c-drop:hover{
    background-color: #f5f5f5;
}
.s-c-text{
    width: calc(100% - 80px);
    float: left;
}
.s-c-text p{
    color: #999;
    text-align: left;
    text-transform: capitalize;
}
.s-c-color{
    width: 80px;
    float: left;
    height: 50px;
    line-height: 50px;
}

.s-c-color span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    background-color: #963298;
    vertical-align: middle;
}

.color-sel{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin:5px;
    float: left;
    border-radius: 50%;
}



/* ============== Checkbox ================ */

.container-c {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  text-align: left;
}

/* Hide the browser's default checkbox */
.container-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-c {
  position: absolute;
  top: 0;
  left: 0;
  height:22px;
  width:22px;
  border-radius:50%;
}



/* Create the checkmark-c/indicator (hidden when not checked) */
.checkmark-c:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark-c when checked */
.container-c input:checked ~ .checkmark-c:after {
  display: block;
}

/* Style the checkmark-c/indicator */
.container-c .checkmark-c:after {
  left:8px;
  top:5px;
  width:6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ============== Checkbox ================ */

.color-list {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height:100px;
    overflow-y: auto;
    display: none;
}
.color-list .country{
    padding:7px 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    line-height: normal;
}
.color-list .country:last-child{
    border-bottom: 0px;
}
.color-list .country:hover{
    background-color: #f5f5f5;
}


#a{background-color: #24BBED;}
#b{background-color: #4DCFD6;}
#c{background-color: #9CB550;}
#d{background-color: #29CC5C;}
#e{background-color: #054018;}
#f{background-color: #9634F7;}
#g{background-color: #DB27BA;}
#h{background-color: #24BBED;}
#i{background-color: #592C51;}
#j{background-color: #24BBED;}
#k{background-color: #FF3C00;}
#l{background-color: #24BBED;}
#m{background-color: #24BBED;}
#n{background-color: #B84A28;}
#o{background-color: #24BBED;}
#p{background-color: #24BBED;}
#q{background-color: #0800FF;}
#r{background-color: #24BBED;}
#s{background-color: #CC701F;}
#t{background-color: #24BBED;}
#u{background-color: #DB3747;}
#v{background-color: #24BBED;}
#w{background-color: #24BBED;}
#x{background-color: #24BBED;}
#y{background-color: #24BBED;}
#z{background-color: #24BBED;}


.img {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: url('../images/01.png');
    background-size:90px;
    background-position: center;
}



.f-box-title{
  width: 100%;
  float: left;
  text-align:center;
  margin-bottom:30px;
}
.f-box-title h1{
  font-size:24px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.f-box-title h1 span{
  color:#1ab889;
}
.f-box-title p{
  font-size:14px;
  color: #333;
  margin-top:5px;
}

.search-drop{
  width: 100%;
  float: left;
  padding: 15px;
}
.search-drop .src-drp{
  width: 100%;
  height: 40px;
  line-height:40px;
  border:1px solid #e9e9e9;
  font-family: 'Poppins-Regular';
  font-size:14px;
  color: #000;
  padding: 0px 15px;
}

.f-box label.error{
    position: absolute;
    left:10px;top:100%;
    font-size: 11px;
    color: red;
}
.phone-drp-main label.error{
    left:0px;
}






/* =============================== LOGIN ================================== */

.f-box-login-main{
    width:100%;
    float: left;
    padding: 40px;
}
.f-login-main{
    width:50%;
    max-width:750px;
    display: inline-block;
    margin:auto;
    overflow: hidden;
    border-radius:7px;
    background-color: #fff;
}
.submit-btn{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.submit-btn .f-submit{
  min-width: 150px;
  text-align: center;
  margin:0px 5px;
  padding: 13px 0px;
}
.f-box-login-main .f-right-box .f-box .f-inp{
    background-repeat: no-repeat;
    background-position:2% 50%;
    background-size:22px;
    padding-left: 40px;
    height:55px;
    line-height:55px;
}
.f-box-login-main .f-right-box .f-box .f-inp.un{
  background-image: url('../images/user.png');
}
.f-box-login-main .f-right-box .f-box .f-inp.ps{
  background-image: url('../images/lock.png');
}
.f-box-logo{
  width: 100%;
  float: left;text-align: center;
  margin-bottom:15px;
}
.f-box-logo img{
  width: 100px;
  display: inline-block;
  max-width: 100%;
}
.f-submit{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.f-submit:hover{
    background-color: #21d7a1;
}

.register_setup_main_part .box-title{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.register_setup_main_part .box-title .row{
  width: calc(100% - -15px);
}


/* =============================== LOGIN ================================== */











@media screen and (min-width:1241px) and (max-width:1500px)
{

}



@media screen and (min-width:1025px) and (max-width:1240px)
{

}



@media screen and (min-width:901px) and (max-width:1024px)
{
    .f-box-main{width:90%;}
    .f-login-main{width:60%;}
}

@media screen and (min-width:768px) and (max-width:900px)
{
    .f-box-main{width:100%;}
    .f-login-main{width:70%;}
    .f-box-logo img{width: 90px;}
}



@media (max-width: 767px)
{
    .f-box-left-main{display: none;}
    .f-box-main{width: 100%;overflow: visible;}
    .f-box-right-main{width:100%;height: auto !important;}
    .frm-sub{padding: 50px 0px;}
    .frm-sub{height: auto;}
    .f-login-main{width:95%;}
    .f-box-login-main .f-right-box .f-box .f-inp{height:48px;line-height: 48px;}
}

@media screen and (min-width:481px) and (max-width:600px)
{
    .f-box-main{width:100%;}
    .sub{width: 100%;}
    .f-box-title h1{font-size:20px;}
    .phone-drp-main .country-list{max-height: 160px;}
    .f-box-logo img{width:80px;}
    .f-box-login-main{padding: 30px;}
    .submit-btn{margin-top: 10px;}
    .f-box-login-main .f-right-box .f-box .f-inp{height: 45px;line-height: 45px;}
}
@media screen and (max-width:480px)
{
    .f-box-main{width:100%;}
    .sub{width: 100%;}
    .f-box-title h1{font-size:18px;}
    .f-box-right-main{padding: 20px 10px;}
    .f-box{padding: 0px;}
    .f-inp{height: 45px;line-height: 45px;}
    .phone-dropdown{height: 45px;line-height: 45px;width: 90px;}
    .phone-drp-main .country-list{max-height: 160px;}
    .f-box-logo img{width:70px;}
    .f-box-login-main{padding: 20px;}
    .submit-btn .f-submit{min-width: 120px;padding: 10px 0px;margin: 0px 1px;}
    .f-box-login-main .f-right-box .f-box .f-inp{height: 45px;line-height: 45px;}
}