@font-face {
    font-family: 'BodoniXT';
    src: url('../fonts/BodoniXT.ttf');
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    color: #000;
}


a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}


ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


header {
	height: 250px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #f8ce61;
}


.headertop ul {
	list-style: none;
	text-align: right;
	margin-top: 5px;
    padding: 0px;
}

.headertop ul li {
	display: inline;
	margin-left: 10px;
}

.headertop ul li a {
	color: #000;
	font-size: 14px;
	line-height: 25px;
    padding: 0px 5px 5px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}

/*.headertop ul li:first-child a {
    background: #f70000;
    border: 1px solid #f70000;
    border-radius: 3px;
    color: #fff;
    padding: 1px 5px 3px;
}*/

.headertop ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #444;
}

li.flaglist a:hover {
    border-bottom: 0px !important;
    cursor: pointer;
}

li.flaglist p {
    transition: .3s ease-in;
}

li.flaglist p:hover {
    padding-left: 5px;
}

.flaglist img {
    height: 20px;
}

.flaglist {
    position: relative;
}


.logo img {
	/*height: 70px;*/
}


.logo {
    font-family: 'BodoniXT';
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 20px;
}

h1 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.discover small {
    font-weight: bold;
    font-size: 70%;
}


.sbox {
    background: #fff;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    margin: 0 auto;
    width: 100%;
}

.sbox:hover {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}

.sbox .scity {
	position: absolute;
	border: none;
	outline: none;
	top: 10px;
	padding: 0px 15px;
	border-right: 1px solid #666;
	width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 15px;
}

.sbox .scity:before {
	content: "\f041";
	color: #333;
	padding-right: 10px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sbox .gstextbox {
    background-color: transparent;
    border: none;
    margin: 0 0 0 200px;
    padding: 3px 5px 5px 5px;
    color: rgba(0,0,0,.87);
    outline: none;
    margin-top: 0;
    height: 44px;
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
    width: 65%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.bold-text {
	font-weight: bold;
}

.sbox .sbtn {
	background: transparent;
	border: none;
	outline: none;
	color: #000;
}


.sbox .sd-menu {
    display: none;
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #bbb;
    z-index: 10;
    margin-top: 45px;
}

.sbox .search-wrap {
    float: none;
    width: 100%;
    margin: 0;
    padding: 8px;
}

.sbox .search-wrap:after {
	content: "\f002";
	color: #999;
	padding-right: 5px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    position: absolute;
    top: 18px;
    right: 10px;
}

.sbox input[type=search] {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #bec8d4;
    background-color: #fff;
    border-radius: 2px;
    outline: 0;
    font-weight: 600;
    color: #4d4d4d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sd-menu ul {
    max-height: 240px;
    overflow-y: auto;
    list-style: none;
    padding: 0px 10px;
}

.pc-group-label {
    margin-bottom: 1px;
    padding: 5px 10px;
    background: #f8ce61;
    font-weight: 600;
}

.pc-menu {
    margin-top: 5px;
    text-align: left;
    border-top: 0;
    background: #fff;
    /*display: none;*/
    box-sizing: border-box;
    border-radius: 3px;
}

.pc-menu .pc-list {
    position: relative;
}

.sbox .sd-menu li a {
    display: block;
    position: relative;
    padding: 5px 10px;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 13px;
}

.sbox .sd-menu li a:hover {
    background: #f8ce61;
    cursor: pointer;
    font-weight: 500;
}

.sbox ul::-webkit-scrollbar {
    width: 5px;
    background-color: #EEE;
    border-radius: 5px;
}

.sbox ul::-webkit-scrollbar-thumb {
    background-color: #999;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 5px;
    background-color: #c8c8c8;
    border-left: 0;
}


.ui-menu-item-wrapper.ui-state-active {
    background-color: #f8ce61 !important;
    border-color: #f8ce61 !important;
    color: #000 !important;
}

.ui-menu-item {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #EEE;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px 1em;
}


.infobb {
    border-bottom: 1px solid #f8ce61;
    margin-bottom: 30px;
}

.info-count {
    display: table;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 3px;
    background: #fff;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.info-count li {
    display: inline-block;
    padding: 20px 32px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    transition: .3s ease-in;
}

.info-count li strong {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}


.bottom-links h5 {
    margin-top: 20px;
    font-weight: bold;
}

.bottom-links ul {
    margin: 10px 0px;
    padding: 0px;
}

.bottom-links ul li {
    display: inline;
}

.bottom-links ul li a {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
}

.bottom-links ul li a:after {
    content: '|';
    padding: 0 7px;
    color: #333;
}

.bottom-links ul li:last-child a:after {
    content: '';
}

.bottom-links ul li a:hover {
    color: #000;
}


.service-box {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin: 20px 0px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.service-box:hover {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.service-box img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.service-box:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.service-box .stitle {
    border-top: 2px solid #FFF;
    text-align: center;
    background: #f8ce61;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.service-box .stitle h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0px;
    letter-spacing: 1px;
    color: #000;
}



footer {
    text-align: center;
    color: #666;
    border-top: 1px solid #CCC;
    padding-top: 10px;
    width: 100%;
}

footer a {
    color: #666;
}

footer a:hover {
    color: #000;
}


footer .smedia i {
    border: 1px solid #CCC;
    line-height: 30px;
    border-radius: 50%;
    width: 30px;
    margin-left: 5px;
}

footer .smedia:hover i {
    background: #EEE;
}



.headertop .dropdown {
    position: relative;
    /*display: inline;*/
}

.headertop .dropdown .profilename {
    padding: 5px 0px;
}

.headertop .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.headertop .dropdown-content a {
    color: #000 !important;
    font-weight: normal;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #EEE;
    transition: all .3s ease;
    border-bottom: 0px;
}

.headertop .dropdown-content a i, .acclist i {
    width: 25px;
}

.headertop .dropdown-content a:hover {
    background-color: #f8ce61;
    padding-left: 20px;
    border-bottom: 0px;
}

/*.headertop .dropdown:hover .dropdown-content {
    display: block;
}*/

.headertop .dropdown-content:before {
    content:"";
    position: absolute;
    right: 10px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
    z-index:9999;
}

.show {
    display: block!important;
}

#support, #support2 {
    position: relative;
}

.support-dialog {
    position: fixed;
    margin: 0;
    padding: 10px;
    width: 370px;
    max-width: 370px;
}

.support-header {
    cursor: move;
}

#support .modal-body {
    padding: 0px;
    font-size: 13px;
    color: #333;
}


.support-list li a {
    display: block;
    padding: 15px;
    color: #333;
}


.support-list li a:hover {
    background: #F7F7F7;
}


.support-list .sicon {
    float: left;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

.support-list .sicon i {
    font-size: 20px;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 50%;
    background: #F7F7F7;
}

.support-list .stitle span {
    display: block;
}

.modal-open {
    overflow: inherit !important;
}

#support h4 {
    font-size: 18px;
}

#goback {
    cursor: pointer;
    margin-right: 75px;
}



.nbtn {
    color: #000;
    margin-right: 10px;
    text-align: center;
    width: auto;
    letter-spacing: normal;
    position: relative;
    font-size: 14px;
    box-shadow: 3px 4px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    max-width: 100%;
    overflow: hidden;
    font-weight: 700;
    outline: none;
    padding: 13px 16px;
    display: inline-block;
    background: #F7B90F;
}

.nbtn i {
    font-size: 14px;
    background: #414146;
    padding: 14px 20px;
    position: absolute;
    top: -12px;
    left: 0;
    transition: all 200ms linear;
}

.nbtn.hide-icon i {
    padding: 16px 20px 11px;
    left: -60px;
    height: 100%;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
}

.nbtn.hide-icon span {
    padding: 0 33px;
    transition: all 200ms linear;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nbtn.hide-icon:hover i {
    left: 0;
}

.nbtn.hide-icon:hover span {
    padding-left: 59px;
    padding-right: 11px;
}

.nbtn.hide-icon:hover {
    color: #111;
}


#revstep2 .form-control, #revstep3 .form-control, #revstep4 .form-control {
    height: 45px;
}


.otpbox {
    margin: 20px 0px;
}

.otpbox input {
    height: 40px;
    width: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #CCC;
    outline: none;
    margin-right: 5px;
}


.network  {
    padding: 50px 0px;
    font-family: 'Barlow', sans-serif;
}

.network h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #040a17;
    margin-bottom: 20px;
}

.network .netcont {
    font-size: 20px;
}

.network ul li {
    float: left;
    width: 45%;
}

.network a {
    color: #033468;
}

.make-frnds {
    padding: 0px 0px 50px;
}

.make-frnds h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #040a17;
    margin-bottom: 20px;
}

.make-frnds ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.make-frnds ul li {
    float: left;
    width: 10%;
    margin: 0px 7px 10px 0px;
}

.make-frnds ul li img {
    width: 100%;
    max-width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}


.sec1 {
    padding: 70px 0px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.sec1 h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 50px;
    font-weight: 200;
    line-height: 60px;
    /*margin-top: 100px;*/
    letter-spacing: -0.5px;
}

.sec1 h2 strong {
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

.sec1 h2 span {
    color: #ffb600;
}


.sec1 h3 {
    font-size: 20px;
    color: #111;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 1px;
}

.sec1 h3 i {
    width: 40px;
    height: 40px;
    color: #ffb600;
    border: 1px solid #ffb600;
    text-align: center;
    margin-right: 20px;
    line-height: 40px;
    font-size: 18px;
    transition: all 500ms linear;
}


.sec1 h3:hover i {
    border-radius: 100%;
    color: #333;
    border: 1px solid #333;
}


.ui-autocomplete {
    max-width: 500px;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
    background-color: #EEE;
    border-radius: 5px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #999;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 5px;
    background-color: #c8c8c8;
    border-left: 0;
}



.gstextbox::-webkit-input-placeholder { /* Edge */
    font-weight: 300;
    font-size: 13px;
}

.gstextbox:-ms-input-placeholder { /* Internet Explorer */
    font-weight: 300;
    font-size: 13px;
}

.gstextbox::placeholder {
    font-weight: 300;
    font-size: 13px;
}


#loginregister-popup {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#loginregister-popup h4 {
    font-weight: 900;
    letter-spacing: 1px;
}


#loginregister-popup .form-group {
    position: relative;
    margin-bottom: 5px;
    margin-top: 25px;
}

#loginregister-popup .form-control {
    font-size: 14px;
    color: #2b273c;
    background: #FFF;
    height: 48px;
    padding: 13px 16px;
    border: 1px solid #999;
    transition: box-shadow .2s ease-in-out;
}

#loginregister-popup .form-control:focus {
    outline: none;
    border: 1px solid #111;
}

#loginregister-popup .form-group>label {
    bottom: 27px;
    left: 15px;
    position: absolute;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    transition: 0.2s;
    pointer-events: none;
}

#loginregister-popup .form-control:focus~label {
    bottom: 30px;
    font-size: 12px;
}

#loginregister-popup .form-control:valid~label {
    bottom: 30px;
    font-size: 12px;
}



#togglePassword, #togglePassword1, #togglePassword2, #togglePassword3 {
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}

.fa-eye:before {
    content: "\f06e" !important;
}


.ccodeimg {
    width: 20px;
    position: absolute;
    left: 7px;
    top: 18px;
}



.steps {
    padding: 50px 0px;
    background-image: url('how-it-works-background.jpg');
    background-position: center center;
    background-attachment: scroll;
}

.steps .steps-title {
    text-align: center;
}

.steps .steps-title p {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #888;
}

.steps .steps-title h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #040a17;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.steps .stepboxmid {
    margin-top: 100px;
}

.steps .stepbox h4 {
    font-size: 20px;
    color: #3c3a32;
}

.steps .stepbox p {
    color: #848484;
}

.steps .stepbox img {
    position: relative;
    z-index: 99;
}

.steps .stepbox a {
    color: #488252;
    font-weight: 500;
}

.steps .stepbox .stepnum {
    text-align: left;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 70px;
    color: rgb(231, 207, 178);
}

.stepbox-overlay {
    position: absolute;
    top: -40px;
}

.steps .mtm50 {
    margin-top: -50px;
}

.trust-item {
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

.font-weight-semi {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


.testimonial-card {
    min-height: 250px;
    transition: all 0.3s ease-in-out;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60% 60%;
}







@media screen and (max-width: 768px) {
    header {
        height: 280px;
    }

    header h1 {
        line-height: 30px;
    }

    .headertop ul li a {
        padding: 0px 0px 5px;
    }

    .logo h2 {
        letter-spacing: 5px;
        margin-top: 20px;
    }

    .discover {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .sbox .scity {
        padding: 0px 10px;
        width: 150px;
        font-size: 12px;
    }

    .sbox .gstextbox {
        margin: 0 0 0 140px;
        padding: 3px 5px 5px 10px;
        width: 43%;
    }

    .info-count li {
        padding: 20px 30px;
        display: block;
    }

    .service-box {
        border-radius: 5px;
        margin: 20px 0px 0px;
    }

    .service-box .stitle h5 {
        font-size: 13px;
        padding: 8px 0px;
        letter-spacing: 0px;
    }

    .bottom-links ul li {
        display: block;
        padding-left: 5px;
    }

    .bottom-links ul li a:after {
        content: '';
    }

    .network h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .network .make-frnds ul li {
        width: 22%;
    }

    .sec1 h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .sec1 h2 strong {
        display: inline;
        letter-spacing: 0px;
    }

    .sec1 h3 {
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .sec1 h3 i {
        width: 30px;
        height: 30px;
        text-align: center;
        margin-right: 5px;
        line-height: 30px;
        font-size: 14px;
    }

    .steps .stepboxmid {
        margin-top: 0px;
    }

    .steps .stepbox h4, .steps .stepbox p {
        text-align: left;
    }

    .stepbox-overlay {
        display: none;
    }
}