html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #89888f;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #18d36e;
    outline: none;
    text-decoration: none;
}

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

.btn {
    font-weight: bold;
}

.contact {
    background-color: white;
    border-radius: 5px;
    /*box-shadow: -4px -5px 1px #E4E6E8,4px 5px 2px #E4E6E8;*/
    box-shadow: 0 -1px 9px rgba(107, 109, 111, 0.73);
    margin-top: -150px;
}

.form-control {
    border-radius: 20px !important;
    padding: 1.2rem 1.75rem;
    font-size: 0.7rem;
}

.phoneBox:focus-within {
    border-color: #18d36e;
}

.form-control:focus {
    border-color: #18d36e;
    box-shadow: none;
}

.form-control:focus~.input-group {
    border: 5px solid #66afe9 !important;
}

.input-btn-group {
    position: absolute;
    display: inherit;
    z-index: 1;
    top: 0;
    left: 0;
}

.d-none {
    display: none;
}

.send {
    width: 100%;
    border-radius: 25px;
    padding: 0.6rem 0;
    font-weight: bolder;
}

.send:focus {
    box-shadow: none !important;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.bg-light {
    background-color: white !important;
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left {
    position: absolute;
    top: 42%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.nav-item .btn {
    margin-left: 20px !important;
    border-radius: 30px !important;
    font-size: 12px;
    margin-top: 3px;
}

.btn-success {
    font-size: 12px;
    margin-top: 3px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #39b549;
}

.btn-outline-success {
    color: #39b549;
    border-color: #39b549;
}

.dropdown-toggle::after {
    display: none;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
}

.nav-link:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    background: #5bc168;
    transition: 1s;
}

.nav-item:hover .nav-link:before {
    width: 100%;
}

.langs {
    position: absolute;
    top: 4px;
    left: 5px;
}

#lang:before {
    content: '';
    display: inline-block;
    /*position: absolute;*/
    top: 5px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #5bc168;
}

.drop-lang {
    margin-right: 15px;
}

.drop-lang i {
    position: absolute;
    right: -16px;
    top: 12px;
    color: #5bc168 !important;
    font-weight: bold;
}

.drop-lang .dropdown-menu {
    left: -5px !important;
    min-width: 0 !important;
}

.drop-lang .dropdown-item {
    padding: 10px 5px;
}

.rotate {
    transform: rotate(180deg);
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: white;
}

.header-scrolled {
    background: rgba(0, 0, 0, 0.3);
}

.bg-light {
    background: transparent !important;
}

#intro {
    /*  display: table;
    */
    width: 100%;
    /*height: 100vh;*/
    /*  background: #000;
    */
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

iframe {
    border: 10px solid #090712;
    border-radius: 10px !important;
}

#intro .carousel-content {
    margin-top: 100px;
    margin-left: 100px;
}

#intro h2 {
    width: 67%;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0 auto 30px auto;
}

#intro .second {
    width: 50%;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin: 0 auto 30px auto;
}

#intro p {
    width: 67%;
    font-size: 12px;
    margin: 0 auto 30px auto;
    color: #fff;
}

#intro .second-p {
    width: 50%;
    font-size: 10px;
    color: #fff;
}

.text-green {
    color: #39b549;
}

.third {
    color: black !important;
    width: 50% !important;
}

.third-p {
    color: #333333 !important;
    width: 49% !important;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

.carousel-content>.to-store {
    width: 50%;
    margin: 0 auto;
}

.to-store>a>img {
    width: 100px !important;
}

.download-p {
    margin: 50px 0 10px 0 !important;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

.carousel-background>img {
    width: 100% !important;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    font-size: 32px;
    line-height: 1;
}

.carousel-indicators {
    left: 50px !important;
    right: inherit !important;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
    margin-left: 8px !important;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

.about-cols {
    margin-top: 85px !important;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.section-bg {
    background: #f7f7f7;
}

#about { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

#about h3 {
    font-weight: bold;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col .img {
    position: relative;
    padding-top: 20px;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
    margin-left: 19px;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
}

#services {
    background: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.box img {
    margin-left: 37px;
}

h4 {
    font-weight: bold;
}

.pt-70 {
    padding-top: 70px;
}

#facts {
    background: url("../img/bg.png") center top no-repeat fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

#facts .container {
    position: relative;
    z-index: 10;
}

#facts .counters span {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #18d26e;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #89888f;
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}

#footer {
    background: #000;
    padding: 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #080615;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer-info p {
    margin-left: 13px;
    margin-top: 10px;
}

.footer-info p a {
    margin-left: 5px;
}

.footer-logo {
    margin: 0 0 20px 0;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #eee;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}

.social-links {
    margin-left: 16px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
    padding-left: 50px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    margin-top: 5px;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    font-size: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}

.footer-langs {
    padding: 27px 0 15px 0;
    margin: 0 !important;
}

.footer-langs a {
    position: relative;
}

.footer-newsletter p {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 400;
    color: #89888f;
}

.footer-newsletter a {
    margin-right: 7px;
}

.footer-langs img {
    width: 22px;
}

#footer .copyright {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 40px;
    color: #4d4c57;
}

.active-lang:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -6px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid #5bc168;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #2d2b38;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    bottom: 0;
    right: 0;
    max-height: 80%;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #18d26e;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

.content {
    padding-top: 119px;
    position: relative;
    padding-bottom: 20px;
}

.code {
    width: 100%;
    margin: 40px auto;
}

.code p {
    font-size: 14px;
}

.code span {
    font-size: 15px;
    margin-left: 5px;
}

.code a,
.policy a {
    color: #3bb64b;
    text-decoration: underline;
}

.code .form-group {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.enter {
    border-radius: 30px !important;
}

#code {
    height: 45px;
}

#registration {
    background-color: white;
    border-radius: 5px;
    padding-bottom: 20px;
}

.forgot {
    background-color: white;
    border-radius: 5px;
    padding-bottom: 20px;
}

#registration .form-group {
    position: relative;
}

#registration label {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #18d36e;
    z-index: 9;
}

#registration input {
    text-indent: 8px;
}

#registration #prig1::placeholder {
    font-size: .7rem !important;
}

#registration #prig1 {
    font-size: 1rem;
}

.reveal,
.reveal1,
.reveal2 {
    left: 93% !important;
    cursor: pointer;
}

#registration .file label {
    left: 75px;
    font-size: 18px;
    font-weight: bold;
    transform: rotate(90deg);
    top: 2px;
}

#registration p {
    font-size: 14px;
}

#registration p a {
    color: #39b549;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#registration p a:hover {
    text-decoration: underline;
}

#registration .btn {
    background-color: #39b549;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

a#no-back {
    border: none !important;
    background: transparent !important;
}

#registration .file input {
    opacity: 0;
    width: 1%;
}

#registration span {
    font-size: 12px;
    font-weight: bold;
}

.modal {
    top: 34px;
    left: auto;
    /* width: 24%;*/
}

.modal-body {
    padding: 10px 5px;
}

.modal-header {
    border: none;
}

.modal-body h5 {
    font-weight: bold;
}

#login .form-group {
    position: relative;
}

#login .ml-2 label {
    top: 2px !important;
    left: 17px !important;
    color: black !important;
}

#login img {
    padding-left: 18px;
}

#login label {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #18d36e;
    font-size: 12px;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

#login a {
    font-size: 12px;
    /* float: right; */
    margin-right: 15px;
    margin-top: 5px;
    color: #39b549;
    display: flex;
    justify-content: center;
}

#login a:hover {
    text-decoration: underline;
}

.modal-button a {
    font-size: 14px !important;
    font-weight: bold;
    margin: 8px 20px !important;
    text-transform: uppercase;
}

.login-form button.enter {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    display: block;
    line-height: 20px;
}

.login-form a {
    font-size: 14px !important;
}

.phone .input-group {
    border-radius: 20px;
    position: relative;
    /*border-collapse: separate;*/
    border: 1px solid #efefef;
}

.modal-login {
    text-indent: 5px;
}

.phone input {
    font-size: 18px;
}

#registration .valid-feedback,
#registration .invalid-feedback,
#resetByPhone .valid-feedback,
#resetByPhone .invalid-feedback {
    position: absolute;
    left: 94%;
    top: 3px;
    font-size: 100% !important;
}

#resetByEmail .valid-feedback,
#resetByEmail .invalid-feedback {
    position: absolute;
    left: 93%;
    top: 20%;
    font-size: 100% !important;
    display: block;
}

#registration .invalid-feedback1 {
    position: relative;
    font-size: 100%;
    color: #dc3545;
    text-align: center;
}

#registration .invalid-feedback1 p {
    margin-bottom: 0 !important;
}

.input-group-btn {
    vertical-align: -webkit-baseline-middle !important;
    border: none !important;
    background-color: transparent !important;
}

.phone .input-group .input-group-addon {
    border: none !important;
    background-color: transparent !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    white-space: nowrap;
    vertical-align: middle;
}

.phone .dropdown-menu {
    width: 100%;
    min-width: 0;
}

#register {
    margin: 0 auto !important;
    /* width: 50% !important;*/
    left: 0;
    overflow-y: hidden;
}

#register .modal-open .modal {
    overflow-y: hidden !important;
}

#register .modal-dialog {
    margin: .3rem auto !important;
}

#register .modal-header {
    padding: 0 1rem !important;
}

#register .modal-body img {
    display: block;
    margin: 0 auto;
}

#forgot_pass>ul {
    border-bottom: 1px solid #39b549 !important;
}

#forgot_pass>ul>li {
    text-align: center !important;
    padding: 0;
}

#forgot_pass>ul>li a {
    transition: none !important;
}

#forgot_pass>ul>li a.active {
    border-bottom: 3px solid #39b549 !important;
    width: 100% !important;
    display: block;
}

#forgot_pass #phone1,
#forgot_pass a#no-back {
    color: white !important;
    font-size: 24px;
    padding: 0;
    font-weight: 500;
}

.countdown-label {
    color: #65584c;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 9px
}

#countdown {
    width: 60%;
    text-align: center;
    border-radius: 5px;
    margin: auto auto 20px;
}

#countdown #tiles {
    color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #ccc;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 48px;
    display: block;
}

.time_circles>div {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.time_circles>div>h4 {
    font-size: 12px !important;
}

.time_circles>div>span {
    font-size: 26px !important;
    margin-left: 0 !important;
}

.color-full {
    background: #39b549;
}

.color-half {
    background: #ebc85d;
}

.color-empty {
    background: #e5554e;
}

#countdown #tiles>span {
    width: 70px;
    max-width: 70px;
    font-size: 40px;
    position: relative;
}

#phone,
#phone1 {
    background: transparent;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    height: auto !important;
    padding: 0 !important;
}

.phone+p>a {
    color: #39b549 !important;
}

.nav-tabs {
    border-bottom: 3px solid #39b549 !important;
}

#tab_in>li.active a.active {
    color: #39b549 !important;
}

.enter {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
}

#tab_2 input[type=text],
#tab_1 input[type=tel],
#tab_1 input[type=password],
#tab_2 input[type=password] {
    background: transparent !important;
    line-height: 24px;
    padding: 10px;
    text-indent: 30px;
}

#tab_1 .intl-tel-input {
    width: 100%;
}

#passwordPhone,
#passwordEmail {
    font-size: 14px !important;
}

.flag-container {
    outline: none;
}

#tab_1 .flag-container {
    color: white;
}

#tab_1 .flag-container .iti-arrow {
    margin-left: 6px;
    border-top: 4px solid #fff;
}

#tab_1 .country-name {
    color: #555;
}

.iti-flag {
    background-image: url("../img/flags@2x.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("../img/flags@2x.png");
    }
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .v-hide {
    visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    /*right: 6px;*/
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 99;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
    z-index: 9;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
    color: #999;
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    margin-right: 30px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 16px;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    display: table;
    color: #000;
    outline: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.intl-tel-input.iti-container:hover {
    cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti-flag {
    width: 20px;
}

.iti-flag.be {
    width: 18px;
}

.iti-flag.ch {
    width: 15px;
}

.iti-flag.mc {
    width: 19px;
}

.iti-flag.ne {
    width: 18px;
}

.iti-flag.np {
    width: 13px;
}

.iti-flag.va {
    width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-size: 5630px 15px;
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0;
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px;
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px;
}

.iti-flag.af {
    height: 14px;
    background-position: -66px;
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px;
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px;
}

.iti-flag.al {
    height: 15px;
    background-position: -132px;
}

.iti-flag.am {
    height: 20px;
    background-position: -311px 0;
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px;
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px;
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px;
}

.iti-flag.as {
    height: 10px;
    background-position: -242px;
}

.iti-flag.at {
    height: 14px;
    background-position: -264px;
}

.iti-flag.au {
    height: 10px;
    background-position: -286px;
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px;
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px;
}

.iti-flag.az {
    height: 10px;
    background-position: -352px;
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px;
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px;
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px;
}

.iti-flag.be {
    height: 15px;
    background-position: -440px;
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px;
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px;
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px;
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px;
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px;
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px;
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px;
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px;
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px;
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px;
}

.iti-flag.br {
    height: 14px;
    background-position: -680px;
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px;
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px;
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px;
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px;
}

.iti-flag.by {
    height: 10px;
    background-position: -790px;
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px;
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px;
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px;
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px;
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px;
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px;
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px;
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px;
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px;
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px;
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px;
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px;
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px;
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px;
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px;
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px;
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px;
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px;
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px;
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px;
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px;
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px;
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px;
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px;
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px;
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px;
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px;
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px;
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px;
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px;
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px;
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px;
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px;
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px;
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px;
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px;
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px;
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px;
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px;
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px;
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px;
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px;
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px;
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px;
}

.iti-flag.gb {
    height: 20px;
    background-position: -3560px 0;
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px;
}

.iti-flag.ge {
    border-radius: 50%;
    height: 30px;
    width: 29px;
    background-position: -3644px;
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px;
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px;
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px;
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px;
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px;
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px;
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px;
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px;
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px;
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px;
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px;
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px;
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px;
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px;
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px;
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px;
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px;
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px;
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px;
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px;
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px;
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px;
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px;
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px;
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px;
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px;
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px;
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px;
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px;
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px;
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px;
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px;
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px;
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px;
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px;
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px;
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px;
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px;
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px;
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px;
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px;
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px;
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px;
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px;
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px;
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px;
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px;
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px;
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px;
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px;
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px;
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px;
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px;
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px;
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px;
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px;
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px;
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px;
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px;
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px;
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px;
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px;
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px;
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px;
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px;
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px;
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px;
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px;
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px;
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px;
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px;
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px;
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px;
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px;
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px;
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px;
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px;
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px;
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px;
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px;
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px;
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px;
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px;
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px;
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px;
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px;
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px;
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px;
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px;
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px;
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px;
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px;
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px;
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px;
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px;
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px;
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px;
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px;
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px;
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px;
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px;
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px;
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px;
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px;
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px;
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px;
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px;
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px;
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px;
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px;
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px;
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px;
}

.iti-flag.ru {
    height: 27px;
    width: 27px;
    background-position: -8599px;
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px;
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px;
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px;
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px;
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px;
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px;
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px;
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px;
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px;
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px;
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px;
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px;
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px;
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px;
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px;
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px;
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px;
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px;
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px;
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px;
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px;
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px;
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px;
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px;
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px;
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px;
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px;
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px;
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px;
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px;
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px;
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px;
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px;
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px;
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px;
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px;
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px;
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px;
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px;
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px;
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px;
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px;
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px;
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px;
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px;
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px;
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px;
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px;
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px;
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px;
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px;
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px;
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px;
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px;
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px;
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px;
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px;
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px;
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px;
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
    }
}

.iti-flag.np {
    background-color: transparent;
}

.hide {
    display: none;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

::-webkit-input-placeholder {
    color: #BBB;
}

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

:-ms-input-placeholder {
    color: #BBB;
}

#result {
    margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
    .modal {
        top: 20%;
        width: 100%;
    }
    .contact {
        margin-top: 0;
    }
    .code {
        width: 100%;
    }
    .drop-lang {
        margin-left: 13px;
    }
    #intro {
        padding-top: 90px;
    }
    .drop-lang .dropdown-menu {
        border: none;
    }
    .drop-lang .dropdown-item {
        /* display: inline-block;*/
        width: 14%;
    }
    .nav-item .btn {
        margin-top: 10px;
    }
    .drop-lang i {
        left: 43px;
        top: 11px;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    #intro .carousel-item {
        height: 42vh;
    }
    #intro h2 {
        position: absolute;
        top: 30px;
        left: 50px;
        font-size: 16px !important;
    }
    .download-p {
        display: none;
    }
    #intro p {
        position: absolute;
        top: 80px;
        left: 50px;
    }
    .to-store {
        position: absolute;
        bottom: 100px;
        left: 50px;
    }
    .to-store>a>img {
        margin-top: 10px;
    }
    .carousel-indicators {
        left: 27% !important;
    }
    .footer-info p {
        margin-left: 0;
    }
    .footer-info p a {
        margin-left: 0;
    }
    #services {
        padding: 0;
    }
    h4 {
        margin-top: 51px;
        text-align: center;
        padding: 0 !important;
    }
    .box p {
        padding-top: 25px;
        padding-left: 20px;
    }
    #facts {
        padding: 0;
    }
    #facts .counters p {
        padding: 0 20px;
    }
    .footer-info {
        width: 63%;
        margin: 0 auto;
    }
    .footer-links {
        width: 50%;
    }
    .row.vdivide [class*='col-']:not(:last-child):after {
        background: #2d2b38;
        width: 0;
        content: "";
        display: block;
        position: absolute;
        top: 10%;
        bottom: 0;
        right: 0;
        max-height: 80%;
    }
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
    .back-to-top {
        bottom: 15px;
    }
    iframe {
        display: none;
    }
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

.d-none {
    display: none;
}

#DateCountdown canvas {
    height: 100px !important;
    width: 100px !important;
}

#DateCountdown .textDiv_Seconds {
    top: 0px !important;
}

.phoneBox {
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border: 1px solid #ced4da;
}

.phoneBox input,
button {
    font-size: 1rem;
}

.phoneBox input {
    border-radius: 0px 20px 20px 0px !important;
    -moz-border-radius: 0px 20px 20px 0px !important;
    -webkit-border-radius: 0px 20px 20px 0px !important;
    border-left: none !important;
    padding-left: 0px !important;
    border: none !important;
}

.phoneBox button {
    border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 8px;
    background: #fff !important;
    border: none;
    border-right: none !important;
}

.phoneBox button {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 35px;
}

.phoneBox button .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float: right;
}

.phoneBox button:focus {
    outline: 0 !important;
    box-shadow: none;
}

.phoneBox button .code {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.phoneBox .dropdown-menu {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}

.phoneBox .dropdown-menu li {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.phoneBox .dropdown-menu li .code {
    color: #999;
}

.phoneBox .dropdown-menu li:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.btn:hover {
    outline: 0 !important
}

.jpa {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.jpa input {
    margin-right: .1rem;
    margin-left: .1rem;
    text-align: center;
    font-size: 16px;
}

#loginTab {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #39b549 !important;
}

#loginTab li {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    ;
}

#loginTab>li>a {
    float: unset !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
}

#loginTab>li>a.active {
    border-bottom: 2px solid #39b549 !important;
}

#telLogin .input-group {
    margin-bottom: 1rem;
}

.phone-padding-left {
    padding-top: 12px;
    left: 104px;
}

.phone-reg {
    text-indent: 20px !important;
}