@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #757575;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

.no_space {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 10px 0;
    font-size: 36px;
}

.head_rbtn {
    color: #fff;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 10px;
    transition: .3s;
    font-weight: 600;
}

.head_rbtn:hover {
    background-image: linear-gradient(88deg, #2c3cad, #10288d);
    color: #fff;
}

.main_btn {
    padding: 18px 60px;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
    border-radius: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

.main_btn:hover {
    background-color: #fff;
    background-image: linear-gradient(88deg, #2c3cad, #10288d);
    color: #fff;
}

.sec {
    padding: 60px 0;
    width: 100%;
}

.sec_head {
    margin-bottom: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/************************* popup  ***********************************/

.modal {
    top: 0%;
    background: #5d69d426;
}

.modal-dialog {
    width: 800px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px 0 0px 0px;
}

.modal-body {
    padding: 20px 20px 10px 0;
}

.pop_heading h5 {
    margin: 0 0 15px;
    border-left: 4px solid #00adb5;
    padding: 0 20px;
    text-transform: uppercase;
}

.pop_heading h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding: 0;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #367fd3;
    left: 13px;
    top: 12px;
    font-size: 18px;
}

.field .form-control {
    width: 100%;
    border-radius: 10px;
    padding: 10px 0 10px 40px;
    resize: none;
    height: auto;
    font-size: 14px;
    background: #e5e6e9;
    border: 1px solid #d9dadd;
}

.modal-content {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 #00000030;
    border: none;
}

.modal-content:before {
    background: url(../img/popup_img.html) no-repeat !important;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#popupform p {
    text-align: center;
    font-size: 13px;
    color: #f10e0e;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 18px;
    background: #367fd3;
    padding: 10px 0;
    border: none;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}

button.close {
    background: url(../img/cross.webp) no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 32px;
    display: block;
    opacity: 1;
}

.fade.in {
    overflow: hidden;
}

.pop_img {
    padding: 84px 10px 0 0px;
    background: #e5e6e9;
}


/************************** popup  ***********************************

/************header**************/

.header {
    width: 100%;
    z-index: 3;
}

.logo {
    width: 100%;
}

.head_left img {
    max-width: 100%;
}

.head_right {
    width: 100%;
    text-align: right;
    padding: 0 0 9px;
    border-bottom: 1px solid;
}

.head_right ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.head_right ul li span {
    margin: 0 10px 0 0;
    color: #FF5722;
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
}

.head_right ul li a {
    color: #000;
    font-size: 14px;
}

.head_top {
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
}

.head_tleft a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background: #367fd3;
}

.head_tleft a span {
    font-size: 16px;
    margin: 0 10px 0 0;
}

.head_tright {
    text-align: right;
}

.head_tright ul li {
    display: inline-block;
}

.head_tright ul li a {
    color: #fff;
    padding: 10px 0 0 20px;
    display: block;
}

.head_tright ul li a span {
    padding: 11px 0;
    font-size: 16px;
    margin: 0 10px 0 0;
}

.head_bot {
    padding: 10px 0;
}

.head_bmid {
    margin: 19px 0;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    float: none;
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-weight: 400;
    padding: 0;
    margin-right: 30px;
    font-size: 16px;
}

.dropdown-menu {
    padding: 8px 0;
    margin: 0;
    background-color: #fff;
    top: 40px;
}

.dropdown-menu>li>a {
    text-align: left;
}

ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px dashed #ababab;
}

.caret {
    color: #00adb5;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #40bad5;
    transition: 0.7s;
}

.navbar-inverse .navbar-nav>li>a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #367fd3;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #00adb5;
}

.nav.navbar-nav {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.head_btn {
    text-align: right;
    margin: 10px 0;
}


/*baner*/

.h_banner {
    position: relative;
    width: 100%;
    background: #f3f4fe;
    background-size: contain;
    padding: 90px 0 150px;
    overflow: hidden;
}

.h_banner:after {
    content: "";
    position: absolute;
    left: 37%;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../img/bnr_img1.webp) no-repeat left bottom;
    background-size: contain;
    z-index: 0;
}

.ban_right {
    position: relative;
    z-index: 1;
}

.ban_right:before {
    content: "";
    background: url(../img/ban_circle.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -30px;
    left: 0;
    width: 450px;
    height: 450px;
    max-width: 510px;
    animation: img_rotate 100s linear infinite;
}

@keyframes img_rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ban_left {
    position: relative;
    z-index: 2;
}

.ban_left h1 {
    color: #161a2b;
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
}

.ban_left p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 155%;
}

.ban_form {
    position: relative;
    padding: 30px;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 5px 25px 0 #00000003;
}

.ban_left ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.ban_left ul li {
    font-size: 18px;
    padding: 15px 30px 15px 25px;
    color: #393939;
    position: relative;
}

.ban_left ul li:before {
    content: "";
    position: absolute;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: #00d366;
    width: 12px;
    height: 20px;
    left: 0;
}


/*.ban_form:before {background: linear-gradient(0deg, #303841 70%, #adbfd3);content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 100px;padding: 30px;border-radius: 0 0 5px 5px;z-index: -1;}*/

.ban_form h3 {
    font-size: 20px;
    margin: 0 0 20px;
    position: relative;
    color: #000;
    font-weight: 600;
    text-align: center
}

.ban_form .form-control {
    height: auto;
    padding: 10px 15px;
    background: #e5e6e9;
    border: 1px solid #d9dadd;
    color: #000;
    border-radius: 10px;
}

button.ban_btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.ban_form label {
    font-weight: normal;
    font-size: 14px;
}

.h_banner .row {
    display: flex;
    align-items: center;
}


/*section 1*/

.h_sec1 {
    margin: -40px 0 0;
}

.s1_mbox {
    box-shadow: 1px 1px 14px -1px rgb(0 0 0 / 8%);
    padding: 20px 30px;
    border-radius: 60px;
    background: #fff;
}

.s1_txt {
    padding: 0 0 0 60px;
}

.s1_bimg {
    position: absolute;
}

.s1_bimg img {
    width: 40px;
}

.s1_box .s1_txt ul li {
    display: inline-block;
    color: #f99f1b;
    padding: 0 1px;
}

.s1_box .s1_txt ul li span {
    font-weight: 700;
    color: #161a2b;
    font-size: 16px;
}

.s1_box .s1_txt h6 {
    font-size: 16px;
    font-weight: 400;
}


/*section 2*/

.h_sec2 {
    background: #F3F7FA;
}

.s2_box {
    position: relative;
}

.s2_box:before {
    content: "";
    width: 80%;
    position: absolute;
    border-bottom: 1px dashed;
    right: 0;
    top: 30px;
}

.s2:last-child .s2_box:before {
    display: none;
}

.s2_top p {
    font-size: 16px;
    line-height: 140%;
    color: #393939;
}

.s2_box h3 {
    margin: 10px 0;
}

.s2_box p {
    line-height: 160%;
}

.s2_bot {
    margin-top: 30px;
}


/*section 3*/

.h_sec3 {
    background: #fff;
}


/*section 4*/

.s4_top p {
    font-size: 16px;
    line-height: 140%;
    color: #393939;
}

.s4_box {
    background: #d0ddfd;
    padding: 30px;
    margin: 30px 0 0;
    border-radius: 10px;
}

.s4_box p {
    margin: 20px 0;
}

.s4:nth-child(3) .s4_box {
    background: #a7d1ff;
}

.s4:nth-child(4) .s4_box {
    background: #dfdff4;
}

.s4:nth-child(5) .s4_box {
    background: #e1eaff;
}

.s4:nth-child(6) .s4_box {
    background: #d1e8ff;
}

.s4:nth-child(7) .s4_box {
    background: #f5f7ff;
}


/*section 5*/

.h_sec5 {
    background: #4569FF url(../img/lines.svg) no-repeat center;
    background-size: contain;
}

.s5_box {
    border-right: 2px dashed #c0d3f9;
    padding: 0 20px;
}

.s5_box h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #fff;
}

.s5_box p {
    font-size: 20px;
    color: #fff;
}


/*section 6*/

.s6_box {
    margin: 30px 0 0;
    overflow: hidden;
    height: 120px;
}

.s6_box h3 {
    margin: 0 0 10px;
}

.s6_box img {
    border-radius: 10px;
}

.s6_bot {
    margin: 30px 0 0;
}


/*section 7*/

.h_sec7 {
    background: #f3f4fe url(../img/lines.svg) no-repeat center;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.h_sec7:after {
    content: "";
    position: absolute;
    left: 57%;
    right: -30%;
    bottom: 0;
    top: 0;
    background: #ced2ff;
    transform: rotate(45deg);
}

.s7_form .main_btn {
    border: none;
    padding: 15px 20px;
    width: 100%;
    box-shadow: 0 5px 10px 0 #ff5252;
    background: #10288d;
}

.s7_form .form-control {
    border-radius: 8px;
    padding: 20px 15px;
    border: none;
    box-shadow: 5px 5px 10px 0 #3478c7;
}

.s7_right {
    padding: 40px;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
    border-radius: 10px;
    margin: 40px 0 0;
    position: relative;
    z-index: 1;
}

.s7_right h2 {
    margin: 0 0 20px;
    color: #f3f4fe;
    font-size: 32px;
    border-bottom: 2px solid #296ab5;
    padding: 0 0 15px;
    text-align: center;
    text-shadow: 2px 2px 10px #1d61af;
}


/*inner section*/

.inner_page_banner {
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
    background: linear-gradient(88deg, #1979ff, #00c6fb);
    background-position: 200% 10%;
    color: #fff;
}

.inner_page_banner h3 {
    font-size: 36px;
    color: #f7f7f7;
    text-transform: capitalize;
}

.terms_section {
    width: 100%;
    background: linear-gradient(90deg, white 50%, #f7f7f7 50%);
}

.terms_section h5 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

.terms_section p {
    margin: 0 0 15px;
    color: #666;
}

.terms_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #00adb5;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}

.terms_section ul li {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
    color: #666;
}

.terms_section ul li a {
    color: #102a45;
}

.terms_section .form-control {
    resize: none;
    border: 2px solid #555555;
    padding: 20px 20px;
    border-radius: 8px;
}

.terms_sec_left img {
    border-radius: 30px;
}

.terms_section_form {
    width: 100%;
}

.terms_section_form h5 {
    font-size: 22px;
    margin: 0 0 30px;
}

.terms_s_left {
    width: 100%;
    padding: 90px 0;
}

.terms_s_left h3 {
    font-size: 29px;
    margin: 0 0 30px;
    line-height: 37px;
}

.terms_s_left p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
}

.capbox0 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#CaptchaDiv0 {
    width: 20%;
    background: #fff;
    padding: 9px 12px;
    margin: 0 0 15px;
    border-radius: 8px;
    float: left;
    border: 2px solid #555555;
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 74%;
    float: left;
    border-radius: 8px;
    margin: 0 0 0 20px;
    border: 2px solid #555555;
}

#CaptchaInput0 {
    margin: 1px 0px 1px 30px;
    width: 79px;
    border-radius: 8px;
    padding: 4px;
    border: 2px solid #555555;
}

button.cont_but {
    transition: 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: none;
}


/************************** Footer  ************************************/

footer {
    width: 100%;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
    overflow: hidden;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
}

.foot_mid {
    background: #111;
    padding: 30px 0;
}

.foot_mbox {
    text-align: left;
    color: #fff;
}

.foot_mbox h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.foot_bot {
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #08aefd;
    background-image: linear-gradient(264deg, #4569FF, #3042C6);
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: #fff;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box h3:before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20%;
    background: #f5f8fd;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #c5d7ff;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
}

.foot_box ul li a:hover {
    color: #fff;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}

.foot_box img {
    margin-top: 10px;
}

.foot_box2 h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box2 h3:before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20%;
    background: #f5f8fd;
}

.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}

.foot_box2 ul li a {
    color: #fff;
    font-size: 12px;
}

span.foot_icon {
    font-size: 15px;
    margin: 0 10px 0 0;
    color: #10288d;
}


/************************** Responsive  ************************************/

@media screen and (max-width:980px) {
    h2 {
        font-size: 28px;
    }
    .sec {
        padding: 30px 0;
        overflow: hidden;
    }
    .main_btn {
        padding: 10px 20px;
    }
    .navbar-inverse .navbar-nav>li>a {
        margin-right: 10px;
    }
    .h_banner {
        padding: 60px 0 90px;
    }
    .h_banner:after {
        display: none;
    }
    .ban_left h1 {
        font-size: 32px;
    }
    .ban_left ul li {
        font-size: 16px;
        padding: 15px 20px 15px 20px;
    }
    .ban_right:before {
        top: -10px;
        width: 430px;
        height: 430px;
        left: -60px
    }
    .s2_box {
        margin: 0 0 30px;
    }
    .s4_box h3 {
        font-size: 20px;
    }
    .s4_box {
        height: 320px;
    }
    .s5_box {
        margin: 20px 0;
        text-align: center;
    }
    .s6_box {
        display: flex;
        align-items: center;
        height: auto;
    }
    .s6_bot {
        overflow: hidden;
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
    }
    .s7_right h2 {
        font-size: 24px;
    }
    .s7_form .main_btn {
        padding: 10px 10px;
        font-size: 16px;
        text-transform: capitalize;
    }
    .s7_right {
        padding: 20px;
        margin: 0;
    }
    .s7_left {
        margin: 60px 0 0;
    }
    .foot_box {
        margin: 0 0 20px;
    }
    .foot_box h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .foot_box2 h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .foot_top {
        padding: 20px 0 20px;
    }
    .terms_s_left {
        padding: 60px 0;
    }
    .terms_sec_left {
        display: none;
    }
    .inner_page_banner {
        padding: 120px 0 20px;
        background-position: 70% 41%;
    }
    .inner_page_banner h3 {
        font-size: 32px;
        color: #fff
    }
    .modal-dialog {
        width: 720px;
    }
    .pop_heading h4 {
        font-size: 20px;
    }
    .field .form-control {
        padding: 8px 20px 8px 40px;
    }
    span.pop_icon {
        top: 3px;
    }
    button.pop_btn {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .ban_shapes {
        display: none;
    }
    .main_btn {
        width: 100%;
        text-align: center;
    }
    .logo {
        margin: 0;
        z-index: 1;
        position: relative;
    }
    .head_tleft {
        display: none;
    }
    .head_bmid {
        margin: -40px 0 0;
    }
    .head_tright ul li a {
        padding: 2px 0;
    }
    .head_tleft a {
        padding: 2px 0;
    }
    .head_tright ul {
        text-align: center;
    }
    .head_tright ul li {
        margin-left: 10px;
    }
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        color: #333;
    }
    .navbar-inverse .navbar-nav>li>a {
        color: #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
        font-size: 16px;
        text-align: center;
        padding: 10px 0;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #f7f7f7;
        background: #197cff;
        margin: 0 -2px 0 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
        border-radius: 10px !important;
    }
    .navbar-collapse {
        background: #ffffff;
    }
    .navbar-inverse .navbar-nav>li {
        display: block;
        text-align: center;
        border-bottom: 1px dashed;
    }
    .head_btn {
        display: none;
    }
    .navbar-inverse .navbar-nav>li>a {
        margin-right: 0;
        padding: 10px 0;
    }
    .h_banner .row {
        display: block;
    }
    .ban_left h1 {
        font-size: 24px;
    }
    .h_banner {
        padding: 60px 0 60px;
    }
    .ban_left ul li {
        padding: 5px 20px 10px 20px;
    }
    .ban_left {
        margin: 0 0 10px;
    }
    .ban_form h3 {
        text-align: center;
    }
    .ban_form {
        padding: 20px;
    }
    .s1_box {
        margin: 10px 0;
    }
    .s1_mbox {
        padding: 20px;
        border-radius: 20px;
    }
    .s2_box h3 {
        font-size: 20px;
    }
    .s3_right h2 {
        font-size: 24px;
    }
    .s4_box {
        height: auto;
        text-align: center;
    }
    .s4_bimg {
        text-align: center;
    }
    .s6_box {
        display: block;
    }
    .s6_box h3 {
        margin: 10px 0 10px;
    }
    .s6_box {
        text-align: center;
    }
    .s4_top {
        text-align: center;
    }
    .s4_top h2 {
        font-size: 24px;
    }
    .s6_box h3 {
        font-size: 20px;
    }
    .s7_left {
        margin: 0 0 20px;
    }
    .foot_top {
        padding: 0 0 20px;
    }
    .foot_box p {
        margin: 0;
    }
    .foot_box h3 {
        margin: 30px 0 10px;
    }
    .foot_box img {
        margin: 20px 0 0px;
    }
    .terms_s_left {
        width: 100%;
        padding: 0 0 30px;
    }
    .inner_page_banner {
        padding: 80px 0 20px;
        background: #f1f1f1;
    }
    .inner_page_banner h3 {
        color: #000
    }
    .s9_form .row {
        flex-direction: column;
    }
    .modal-dialog {
        width: 90%;
        margin: 100px auto 0;
    }
    .modal-dialog img {
        display: none;
    }
    .modal-body {
        padding: 20px;
    }
    .modal-dialog img {
        display: none;
    }
    .modal-dialog {
        text-align: center;
    }
    .pop_heading {
        text-align: left;
        padding: 20px 20px 0;
    }
    .pop_heading h5 {
        font-size: 14px;
        padding: 0 20px 0 0;
        border: none;
    }
    .pop_heading h4 {
        font-size: 22px;
    }
}

.head_logo {
    max-width: 250px;
}

.foot-logo {
    margin-bottom: 30px;
    margin-left: -18px;
    max-width: 220px
}

.intl-tel-input {
    width: 100%
}

.iti {
    width: 100%;
    color: #000
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    height: 40px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    border: 1px solid transparent
}

.form-control {
    border: 1px solid #ced4da !important
}

.iti__arrow,
.iti__country-list {
    display: none
}

.iti__arrow {
    display: none
}

.error {
    font-size: 10px;
    color: red;
}