@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'roboto-italic';
    src: url(../fonts/Roboto/Roboto-Italic.ttf);
}

@font-face {
    font-family: 'poppins-medium';
    src: url(../fonts/Poppins-Font/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'poppins-semibold';
    src: url(../fonts/Poppins-Font/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'poppins-bold';
    src: url(../fonts/Poppins-Font/Poppins-Bold.ttf);
}

/*sioto-top*/
.sioto-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.nav-link {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: 'roboto-regular';
}

.nav-link::after {
    content: '';
    opacity: 0;
    transition: all 0.2s;
    height: 2px;
    width: 100%;
    background-color: #FE600F;
    position: absolute;
    bottom: 0;
    left: 0;

}

.nav-link:hover::after {
    opacity: 1;

}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: #FE600F;
}

.btn-sign {
    background-color: #FC610E;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.btn-sign:hover,
.btn-sign:active,
.btn-sign:focus {
    background-color: #FC610E;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

.sioto-top-content {
    color: #fff;
    width: 35%;
    margin-top: 7%;
}

.sioto-top-content h4 {
    font-size: 62px;
}

.sioto-top-content p {
    font-size: 16px;
}

 .navbar-toggler {
    border: 2px solid #FC610E;
    background-color: #fff;
}

.btn-email {
    color: #fff;
    background-color: #FE600F;
    font-size: 14px;
    width: 148px;
    border-radius: 0px 3px 3px 0px;

}

.btn-email:active,
.btn-email:hover,
.btn-email:focus,
.btn-email:visited {
    color: #fff;
    background-color: #FE600F;
    font-size: 14px;
    width: 148px;
    border-radius: 0px 3px 3px 0px;

}

.mail-group {
    width: 36%;
}

.sioto-tick-content {
    color: #fff;
    font-size: 14px;
}

.sioto {
    min-height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .sioto-top-content h4 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .sioto-top-content h4 {
        font-size: 45px;
    }

    .sioto-top-content p {
        font-size: 14px;
    }

    .sioto-top-content {
        width: 85%;
        margin-top: 3%;
    }

    .mail-group {
        width: 75%;
    }

    .sioto {
        min-height: 85vh;
    }

    .sioto-top {
        height: 85vh;
    }
}

@media only screen and (max-width: 600px) {
    .sioto-top-content {
        margin-top: 20%;
    }
}

/*sioto-top end*/
/*sioto-about*/
.sioto-about {
    min-height: 80vh;
    margin-top: 7%;
}

.mt-about {
    margin: 9% 0 10% 0;
}

.about-img-shadow {
    border-radius: 98px 0px 91px 0px;
    box-shadow: -18px -18px 0px 0px #FC610E;
}

.sioto-about h5 {
    font-size: 42px;
    font-family: 'roboto-bold';
    color: #192A43;
}

.sioto-about p {
    font-size: 24px;
    font-family: 'roboto-regular';
    color: #686868;
}

.sioto-about h6 {
    font-size: 17px;
    font-family: 'roboto-regular';
    color: #192A43;
}

/*sioto-about end*/
/*what we offer*/
.offer {
    background-color: #E7EFFA;
    padding: 5% 0 5% 0;
}

.offer h5 {
    font-size: 42px;
    font-family: 'roboto-bold';
    margin-bottom: 2%;
    color: #192A43;
}

.offer-card {
    box-shadow: -1.21px 3.62px 12.06px 0px #00000026;
    background-color: #fff;
    border-radius: 14px;
    padding: 15px 15px;
    width: 200px;
    min-height: 78px;
}

.offer-txt {
    font-size: 16px;
    font-family: 'roboto-regular';
    color: #000;
    padding-left: 15px;
}

.offer-inner-bx {
    background-color: #E7EFFA;
    padding: 9px 14px;
    border-radius: 8px;
}

@media only screen and (max-width: 600px) {
    .offer-card {
        min-width: 100%;
    }

}

/*what we offer end*/
/*plans*/
.plans {
    background-color: #E7EFFA;
    padding: 0% 0 5% 0;
}

.plans h5 {
    font-size: 42px;
    font-family: 'roboto-bold';
    margin-bottom: 2%;
    color: #192A43;

}

.plan-card {
    box-shadow: -1.12px 3.35px 11.17px 0px #00000026;
    background-color: #fff;
    border-radius: 14px;
    padding: 40px 25px;
}

.plans h6 {
    color: #192A43;
    font-family: 'roboto-bold';
    font-size: 25px;
}

.plans p {
    color: #848199;
    font-family: 'roboto-medium';
    font-size: 13px;
    width: 80%;
}

.pricing-btn {
    border: 0.93px solid #FC610E;
    color: #FE610E;
    font-size: 13px;
    border-radius: 0px;
    font-family: 'roboto-medium';
}

.pricing-btn:active,
.pricing-btn:focus,
.pricing-btn:hover,
.pricing-btn:visited {
    border: 0.93px solid #FC610E;
    color: #FE610E;
    font-size: 13px;
    border-radius: 0px;
    font-family: 'roboto-medium';
}

.plans .popular {
    border: 0.93px solid #FC610E;
    position: relative;
}

.popular-plan {
    font-family: 'roboto-italic';
    font-size: 9px;
    color: #fff;
    background-color: #FC610E;
    border-radius: 12px;
    width: max-content;
    padding: 5px 10px;
    position: absolute;
    top: -12px;
}

/*plans end*/
/*footer*/
.footer {
    background-color: #192A43;
    padding: 3% 0 0 0;
}

.footer-address {
    color: #fff;
    font-family: 'roboto-regular';
    font-size: 16px;
    overflow: hidden;
}

.footer .list-inline {
    color: #fff;
}

.footer-hr {
    border-top: 1px solid #FFF;
    margin: 0rem;
    padding-bottom: 1rem;
}

.footer-btm {
    color: #fff;
    font-family: 'roboto-regular';
    font-size: 16px;
}

/*footer end*/
/*signup/in*/
.login-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    object-fit: cover;
}

.signup-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    object-fit: cover;
}

.login-h {
    font-family: 'poppins-bold';
    font-size: 20px;
}

.login-section {
    padding: 10%;
}
.signup-section {
    padding: 3%;
}
.sign-form label {
    font-size: 12px;
    color: #1A1A1A;
    font-family: 'roboto-regular';
}

.sign-form .form-control {
    border: 0.5px solid #E5E5E5;
    background: #F2F2F2;
}

.sign-form .form-select {
    background-image: url('../images/arrow_drop_down.png') !important;
    border: 0.5px solid #E5E5E5;
    background-color: #F2F2F2;
}

.sign-form .input-group-text {
    border: 0.5px solid #E5E5E5;
    background: #F2F2F2;
}

.br-0 {
    border-right: 0px solid transparent !important;
}

.sign-form .link-txt {
    color: #007AFF;
    font-size: 12px;
    text-decoration: none;
}

.sign-form .form-switch {
    margin-top: 4px;
}

.sign-place::placeholder {
    color: #808080;
    font-size: 15px;
}

.btn-sign {
    background-color: #FF610F;
    color: #FFF;
    font-family: 'roboto-bold';
    border-radius: 6px;
}

.btn-sign:hover,
.btn-sign:active.btn-sign:focus {
    background-color: #FF610F;
    color: #FFF;
    font-family: 'roboto-bold';
    border-radius: 6px;
}

.sign-hr {
    border-top: 0.5px solid#E5E5E5;
}

.sign-btm {
    color: #1A1A1A;
    font-size: 12px;
    font-family: 'roboto-regular';
}
.signup-h{
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* width */
.signup-h::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track 
  .signup-h::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   */
  /* Handle */
  .signup-h::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
    border-radius: 10px;
  }
  .signin-tab-txt{
    font-size: 12px;
    font-family: 'roboto-bold';
    color: #FC610E;
  }
  .indicator{
    width: 27px;
    height: 6px;
    margin-bottom: 3px;
    background-color: #D9D9D9;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
  }
  .step-line span.active{
    background-color: #FC610E;
  }
  .signin-step-hd{
    font-family: 'roboto-regular';
    font-size: 10px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
  }
  .roboto-bold{
    font-family: 'roboto-bold';
  }
  .drag-txt{
    font-family: 'poppins-semibold';
    color: #FC610E;
    font-size: 14px;
  }
  #drop-area{
    border: 1px dashed #FC610E !important;
    height: 83px; 
    cursor: pointer;
    background-color:#f2f2f2;
  }
/*signup/in end*/
/*forgot-password & OTP*/
.forgot-txt{
    color:#333333;
    font-size: 14px;
    font-family: 'roboto-regular';
}
.r-bold{
    font-family: 'roboto-bold';
}
.otp-btm-txt{
    color:#464646;
    font-family: 'roboto-regular';
    font-size: 14px;
}
.show-password .form-check-input:checked {
    background-color:#FC610E;
    border-color: #FC610E;
}
/*forgot-password & OTP end*/

/*Faq*/
.faq {
    background-color: #E7EFFA;
    padding: 0% 0 7% 0;
}

.faq h5 {
    font-size: 42px;
    font-family: 'roboto-bold';
    margin-bottom: 5%;
    color: #192A43;

}
.white-header .accordion-button:not(.collapsed) {
    background-color: #fff !important; 
    border-bottom: 1px solid #e7eef9;
    color: #000 !important;
  }
  .white-header  {
    background-color: #fff !important; 
    border-bottom: 1px solid #e7eef9;
    font-family: 'roboto-bold';
    font-size: 18px;
    color: #000 !important;
  }
  .accordion-item-btm{
    margin-bottom: 7px;
  }
  .accordion-button {
    font-family: 'roboto-bold' !important;
    font-size: 18px;
    color: #000 !important;
  }
  .accordion-button.collapsed::after {
    background-image: url("../images/add.png");
  }
  .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url("../images/close.png");
  }
  .faq-accordion-body{
    color: #3C3C43D9;
    font-size: 16px;
    font-family: 'roboto-regular';
    padding-left: 3%;
  }
/*faq end*/

