/** GLOBAL CLASSES **/

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;;
    color: #424242;    
    background-image: #fff;
    background-size:cover;
    background-position: center;
    background-attachment:fixed;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}
.form-control:focus {
    box-shadow: none;
}
.my-topbar {
    padding: 10px 0 5px 0;
    background: #fff;
    box-shadow: 2px 2px 2px #ddd;
    position:sticky;
    top:0;
    z-index:99;
}
.my-topbar img {width:25px;}
.my-topbar h5 {color:#10309f;}

.banner-section {padding: 40px 0;background-size: contain;background-repeat: no-repeat;position:relative;}
/*background: url('../img/banner-back.png');*/
.banner-section .banner-content {text-align: center;width:85%;margin:auto;}
.banner-section .banner-content img{width: 65px;}
.banner-section .banner-content .search-box {
    position: relative;
    margin-top: 15px;    
}
.banner-section .banner-content .search-box input{height: 42px;box-shadow: 3px 3px 3px #ddd;}
.banner-content .search-box .search-icon {position: absolute;right: 15px;top: 8px;
}
.banner-section .banner-content .search-box:hover i{color:#132f9f;}

.accordion .accordion-button:not(.collapsed) {background-color: transparent;box-shadow: none;}
.accordion .accordion-button:focus {box-shadow:none;border-color:none;}
.accordion .accordion-header button {font-weight: 600;}
.accordion .accordion-body .card {border:none;}
.accordion .accordion-body .card-header {background: transparent;border:none;}
.accordion .accordion-body .card-header a {color:#333;text-decoration:none;display: block;font-weight: 600;}
.accordion .accordion-body .card-header i {float:right;}
.accordion .accordion-body .card {border: 1px dashed #ddd;border-bottom: none;}
.accordion .accordion-body .card:last-child {border-bottom: 1px dashed #ddd;}

/** Login 6 start **/
.login-6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;;
}

.login-6 {
    z-index: 0;
    position: relative;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*background-image: linear-gradient(to bottom, #db3390, #d73131c2);*/
    padding: 30px 0 10px;
}

.login-6 .form-section{
    margin: 0 auto;
    width: 95%;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    text-align: left;
    position: relative;
    z-index: 0;
    border:1px solid #ddd;
    border-radius:30px;
    margin-bottom: 15px;
}
.inline-block-links {display:flex;}
.inline-block-links .link-image img {height: 45px;}
.inline-block-links .link-heading {width: 100%;text-align: center;margin-top:10px;font-size: 20px;}
.inline-block-links .link-heading h4 {font-size: 18px;font-weight: 500}

.need-help-box {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 20px 40px 20px;
    border-radius: 5px;
    background: #f9f7f7;
}
.ask-question-box {
    width: 45%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 1px 1px 2px 1px #ddd;
    cursor: pointer;
    border-radius: 5px;
    background: #fff
}
.ask-question-box i {font-size:30px;color:blue;margin-top:7px;}
.login-inner-form {
    display: none;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow-x: hidden;
}

/** Social media **/
/*.login-6 .social-list{
    margin-bottom: 20px;
}*/

.social-list .social-list-inner {
    padding: 0;
    list-style: none;
    margin: 0;
}

.social-list .social-list-inner li {
    display: inline-block;
    margin: 0 2px 5px 0;
    position: relative;
    font-size: 16px;
}
.social-list .social-list-inner h5 {position: relative;}

.social-list .social-list-inner i {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 8px;
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us i {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 265ms ease-out;
}

.social-list .social-list-inner a {
    display: inline-block;
    position: relative;
}

.social-list .social-list-inner a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #142da1, #3b63c5);
    /*background: linear-gradient(45deg, #39a4ff, #3b63c5);*/
    transition: all 265ms ease-out;
}
.social-list .social-list-inner.contact-us a:before {
    width: 35px;
    height: 35px;
}

.social-list .social-list-inner a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-list .social-list-inner a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    background: -webkit-linear-gradient(45deg, #39a4ff, #3b63c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}
.social-list .social-list-inner.contact-us a:hover i {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.social-list .super-number {
    position: relative;
    top:-12px;
    font-size: 18px;
}
.social-list .social-list-inner.contact-us {
    padding-left:50px;
}

.login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}
.login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 12px 12px 12px 35px;
}
.form-box.red_color input {
    border-color: red;
}
.form-box.red_color i {
    color: red;
}
.login-inner-form .form-box i {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
    color: #777575;
}
.login-inner-form .form-control {
    padding: 14.5px 0;
    font-size: 15px;
    outline: none;
    background: transparent!important;
    color: #535353;
    font-weight: 500;
    /*border: none;*/
    /*border-bottom: solid 2px #bdbdbd;*/
    border-radius: 0;
}
.login-inner-form .custom-file-upload {
    /*border-bottom: solid 2px #bdbdbd;*/
    width: 100%;
}
.flag-mobile-no {
    position: absolute;
    left: 0;
    top: 10px;
}
.flag-mobile-no img {
    height: 15px !important;
    object-fit: contain;
    margin-left:8px;
}
.login-inner-form .btn-primary {
    /* background-image: linear-gradient(45deg, #142da1, #3b63c5); */
    background-image: linear-gradient(105deg, #2844c5, #3b98c5);
    transition: 1s;
}
.login-inner-form .btn-primary:hover {
    background-image: linear-gradient(105deg, #3b98c5,#2844c5);
}
.placeholder_size input::placeholder {
    font-size:13px !important;
}
.login-inner-form [type="file"] {
	 height: 0;
	 overflow: hidden;
	 width: 0;
}
 .login-inner-form [type="file"] + label {
	 background: #f15d22;
	 border: none;
	 border-radius: 5px;
	 color: #333;
	 cursor: pointer;
	 display: inline-block;
	 font-family: 'Rubik', sans-serif;
	 font-size: inherit;
	 font-weight: 500;
	 margin-bottom: 1rem;
	 outline: none;
	 padding: 5px 0 12px;
	 position: relative;
	 transition: all 0.3s;
	 vertical-align: middle;
	 text-align:center;
}
.login-inner-form [type="file"] + label:hover {
	 background-color: #d3460d;
}
.login-inner-form [type="file"] + label.btn-2 {
    background-color: transparent;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    border: 1px dashed #ddd;
}
/*.login-inner-form [type="file"] + label.btn-2::before {*/
/*	 color: #fff;*/
/*	 content: "\f093";*/
/*	 font-family: "Font Awesome";*/
/*	 font-size: 100%;*/
/*	 height: 100%;*/
/*	 right: 130%;*/
/*	 line-height: 3.3;*/
/*	 position: absolute;*/
/*	 top: 0px;*/
/*	 transition: all 0.3s;*/
/*}*/
.login-inner-form [type="file"] + label.btn-2:hover {
	 background-color: #f1f1f1;
}
.login-inner-form [type="file"] + label.btn-2:hover::before {
	 right: 75%;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-6 .form-section {
        padding: 15px;
        margin-bottom: 30px;
    }
    .ask-question-box {width: 75%;}
}

.footer {
    padding: 8px 0;
    color: #000;
    background: #e5e5e5;
}
.footer span {color:#35b628;font-weight: bold;}
.footer p {font-size: 12px;}

.banner-section:before {
    content: '';
    background: url('../img/support-banner1.png');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    top: 0;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media (max-width:767px) {
    .desktop-space {display:none;}
    .social-list .social-list-inner.contact-us {padding-left: 0px;}
    .radio-toolbar {clear: both;}
    .my-col-6 {width: 20%;}
    .my-col-94 {width:60%;}
    .banner-section {padding:20px 0;background: transparent;}
    .ask-question-box {width:100%}
    .ask-question-box .row-flex {flex-wrap: unset;}
    .my-topbar h5 {text-align: center;}
}

@media (max-width: 315px) {
    .ask-question-box .col-11 h5 {font-size: 16px;}
    .ask-question-box .col-11 p {font-size: 14px;}
}

.login-inner-form::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

.login-inner-form::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.login-inner-form::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background: linear-gradient(105deg, #2844c5, #3b98c5);
}
