@font-face
{
    font-family:gt eesti pro display;
    src:url(../font/GT-Eesti-Pro-Display-Light.woff2) format('woff2'),url(../font/GT-Eesti-Pro-Display-Light.woff) format('woff');
    font-weight:200;
    font-style:normal
}
@font-face{
    font-family:gt eesti pro display;
    src:url(../font/GT-Eesti-Pro-Display-Regular.woff2) format('woff2'),
    url(../font/GT-Eesti-Pro-Display-Regular.woff) 
    format('woff');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:gt eesti pro display;
    src:url(../font/GT-Eesti-Pro-Display-Medium.woff2) format('woff2'),
    url(../font/GT-Eesti-Pro-Display-Medium.woff) 
    format('woff');
    font-weight:500;
    font-style:normal;
}
@font-face{
    font-family:gt eesti pro display;
    src:url(../font/GT-Eesti-Pro-Display-Bold.woff2) format('woff2'),
    url(../font/GT-Eesti-Pro-Display-Bold.woff) format('woff');
    font-weight:700;font-style:normal;
}
:root {
    --gt-regular:gt eesti pro display;
    --log-red:#c0272c;
}

.loginHeading {
    font-size: 35px;
    margin-top: 8rem;
    font-weight: bold;
    color: black;
  }

  .loginBlueText {
    color: #1d9ecb;
  }

  .invalid-ip {
    border-bottom: 3px solid #E21B23 !important;
  }

  .alert-danger {
    background-color: #dd4b39 !important;
  }

  form textarea:focus,
  .form-control:focus,
  input:focus {
    border-color: #1d9ecb !important;
  }

  .loginbox .form-check label,
  .loginbox .form-check .form-check-input {
    background: transparent;

  }

  .loginbox .form-check-label,
  .forgotPass a {
    color: var(--text-dark);
    font-weight: 500 !important;
  }

  .fw-500 {
    font-weight: 500!important;
  }
  .b2b_login {
    background-color: white;
  }

  .b2b_login *:not([class*='fa']){
    font-family: var(--gt-regular);
    font-weight: 300;
  }

  .b2b_login nav .btn {
    padding: 3px 13px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
  }

  .b2b_login p,
  .b2b_login a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }

  .b2b_login .input_form{
    float: none;
  }
  .b2b_login .agent_error{
    background-color: #c0272c;
    position: relative;
    top: unset;
    left: unset;
  }
  .b2b_login .agent_error p{
    color:white!important;
  }
  .btn-red, .btn-red:hover {
    background-color: var(--log-red);
    border-color: var(--log-red);
    color: white;
  }

  .bg-redlight {
    background-color: #efc3cd;
  }

  .b2b-banner {
    
    /*background-image: url('../images/b2b-banner.jpg');*/
    background-image: url('../images/b2b-banner-ocean-view.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 10px;
  }

  .b2b-banner h2 {
    font-size: 46px !important;
    line-height: 52px;
    color: white;
    font-weight: 700!important;
  }

  .b2b-banner p {
    font-size: 16px;
    line-height: 22px;
    color: white;
  }

  .profile-btn {
    box-shadow: 0 3px 6px rgb(0 0 0 / 29%);
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300!important;
    margin-top: 20px;
    position: relative;
  }

  .b2b-login-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
  }

  .b2b-login-card .login-text {
    font-size: 20px!important;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    color:black;
  }

  .b2b-login-card .form-control,
  .b2b-login-card .form-control:focus {
    background-color: #f5f5f5;
    border-radius: 22px !important;
    height: 45px;
    padding-left: 50px;
    width: 100%;
    border: 0 !important;
    font-weight: 300!important;
    font-size: 14px;
  }
  .b2b-login-card .form-control::placeholder{
    font-weight: 300!important;
    font-size: 14px;
  }
  .b2b-login-card .form-group{
    margin-bottom:15px;
  }
  .form-control.profileIcon{
    background-image: url('../images/profile-icon.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 6%;
  }
  .form-control.lockIcon{
    background-image: url('../images/pass-lock.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 6%;
  }
  .b2b-login-card .form-check-label{
    color: #000!important;
    font-size: 14px!important;
  }

  .b2b-login-card .f-pass{
    font-size:14px;
    color:#dc3545;
  }
  .btn-login{
    border-radius: 50px;
    font-weight: 300!important;
  }
  .sec-title{
    font-size: 22px;
    font-weight: 500!important;
    text-align: center;
    margin: 0;
  }
  .e-card{
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content:center;
  }
  .e-card.img-01{
    background-image: url('../images/e-img-01.jpg');
    background-position: center;
  }
  .e-card.img-02{
    background-image: url('../images/e-img-02.jpg');
    background-position: center;
  }
  .e-card.img-03{
    background-image: url('../images/e-img-03.jpg');
    background-position: center;
  }
  .e-card.bg-01{
    background-color: #00A19D;
  }
  .e-card.bg-02{
    background-color: #FFB344;
  }
  .e-card.bg-03{
    background-color: #E05D5D;
  }
  .e-icon-holder{
    display: inline-block;
    height: 40px;
    width: 40px;
    filter: brightness(0) invert(1);
    background-image: url("../images/e-icons-sprite.svg");
    background-repeat: no-repeat;
  }
  .e-icon-holder.icon-01{
    background-position: -138px -13px;
    height: 42px;
  }
  .e-icon-holder.icon-02{
    background-position: -194px -13px;
  }
  .e-icon-holder.icon-03{
    background-position: -246px -11px;
    width: 46px;
    height: 42px;
  }
  p.e-count-title{
    font-size: 26px;
    font-weight: 500!important;
    margin-bottom: 0;
    color: white!important;
  }
  p.e-text{
    line-height: 24px;
    font-size: 16px;
    color: white!important;
  }
  .text-box{
    width: 60%;
    display: flex;
    align-items: center;
  }
  .book-sec{
    background-color: #f9f9f9;
  }
  .b-title{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500!important;
  }
  .b-bg{
    background: #ff00000a;
    border-radius: 50px;
  }
  .b-icon-holder{
    display: inline-block;
    height: 45px;
    width: 45px;
    background-size: 350px;
    margin: 18px;
    background-image: url("../images/b-icons-sprite.svg");
    background-repeat: no-repeat;
  }
  .b-icon-holder.icon-01{
    background-position: -2px -9px;
  }
  .b-icon-holder.icon-02{
    background-position:-60px -9px;
  }
  .b-icon-holder.icon-03{
    background-position: -117px -9px;
  }
  .b-icon-holder.icon-04{
    background-position:-178px -9px;
  }
  .b-icon-holder.icon-05{
    background-position: -235px -9px;
  }
  .b-icon-holder.icon-06{
    background-position: -293px -9px;
  }
  .float-commute{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 900;
  }
  .float-commute a{
    display:block;
    /* background-color: #fff; */
    background: #fff url("../images/communication-icons-sprite.svg");
    background-repeat: no-repeat;
    padding: 10px 8px;
    padding-left: 40px;
    border-radius: 8px 0 0 8px;
    width: 100%;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    box-shadow: -5px 0 6px rgb(0 0 0 / 20%);
    color: black;
    font-family: var(--gt-regular);
    margin-bottom: 12px;
    transform: translateX(87px);
    transition: all 0.3s;
  }
  .float-commute a:hover{
    transform: translateX(0);
  }
  .float-commute a.whatsapp{
    background-position: 8px -111px;
    background-size: 25px;
  }
  .float-commute a.mail{
    background-position: 8px -165px;
    background-size: 29px;
  }
  .float-commute a.call{
    background-position: 8px -196px;
    background-size: 29px;
  }

  /* Modal */
  .b2b-login-modal .modal-header{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .b2b-login-modal .modal-content{
    border-radius: 6px;
  }
  .b2b-login-modal *:not([class*='fa']){
    font-family: var(--gt-regular);
  }
  .b2b-login-modal .modal-header .btn-close, .ModalClose {
    position: absolute;
    top: -10px;
    right: -10px;
    transition: all 200ms;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    background: var(--log-red)!important;
    color: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    opacity: 1;
    z-index: 1;
    padding: 1px;
}
.border-card{
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 15px;
}
.m-title{
    font-size: 22px!important;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px;
}
.b2b-login-modal .form-control,
.b2b-login-modal .form-control:focus, .b2b-login-modal .form-select {
  background-color: #f5f5f5;
  border-radius: 8px !important;
  height: 45px;
  padding-left: 50px;
  width: 100%;
  border: 0 !important;
  font-weight: 300!important;
  font-size: 14px;
  color: grey;
}
.b2b-login-modal .form-control::placeholder{
    font-weight: 300!important;
    font-size: 14px;
    color: grey;
  }
  .b2b-login-modal .form-icon{
    position: relative;
  }
  .b2b-login-modal .form-icon::before{
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 16px;
  }
  .b2b-login-modal .form-icon.person::before{
    content: "\f007";
  }
  .b2b-login-modal .form-icon.mail::before{
    content: "\f0e0";
  }
  .b2b-login-modal .form-icon.globe::before{
    content: "\f0ac";
  }
  .b2b-login-modal .form-icon.mobile::before{
    content: "\f3cd";
  }
  .b2b-login-modal .form-icon.calendar::before{
    content: "\f073";
  }
  .b2b-login-modal .form-icon.edit::before{
    content: "\f044";
  }

  .b2b-login-modal .form-check-label{
    color: black!important;
  }

  .btn-sub{
    padding: 2px 80px;
    border-radius: 8px;
    font-weight: 300!important;
  }
  .b2b_login .innersecing{
    float: none;
  }
  .agent-title{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color:black;
  }
  .agent-cont-sec p, .agent-cont-sec li{
    color:black;
    font-size: 14px;
    font-weight: 400!important;
  }
  .agent-form-sec{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  .agent-cont-sec{
    padding: 30px;
    padding-right: 15px;
    font-weight: 400;
  }
  .agent-reg-list{
    margin-top: 30px;
  }

  .agent-reg-list li{
    margin-bottom: 30px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .agent-reg-list li i{
    background-image: url("../images/agent-creation-sprite.svg");
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
  }
  .agent-reg-list .reg-icon-01{
    background-position: 0 0;
  }
  .agent-reg-list .reg-icon-02{
    background-position: -28px 0;
  }
  .agent-reg-list .reg-icon-03{
    background-position: -59px 0;
  }
  .agent-reg-list .reg-icon-04{
    background-position: -90px 0;
  }
  .agent-reg-list .reg-icon-05{
    background-position: -124px 0;
  }
  .agent-reg-list .reg-icon-06{
    background-position: 0px -28px;
  }
  .agent-reg-list .reg-icon-07{
    background-position: -28px -28px;
  }
  .agent-reg-list .reg-icon-08{
    background-position: -57px -28px;
  }
  .agent-reg-list .reg-icon-09{
    background-position: -90px -28px;
  }
  .agent-reg-list .reg-icon-10{
    background-position: -125px -28px;
  }
  .agent-form-holder{
    padding:30px;
    background-color:#ff00000a;
  }
  .agent-heading{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
  }
  .agent-heading i{
    background-image: url("../images/agent-form-icons.svg");
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
  }
  .agent-heading i.person{
    background-position: 0 0;
  }
  .agent-heading i.phone{
    background-position: -28px 0;
  }
  .agent-heading i.lock{
    background-position: -54px 0;
  }
  .agent-heading span{
    font-size: 20px;
    font-weight: 700!important;
    line-height: 1.5;
  }
  .agent-form-sec .input_form, .agent-form-sec .select_form, .agent-form-sec .input_textarea{
    border:0;
    font-size: 14px;
    color:grey;
  }
  .agent-form-sec .input_form, .agent-form-sec .input_form::placeholder, .agent-form-sec .input_textarea::placeholder{
    color:grey;
  }
  .agent-form-footer{
    padding: 25px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 -3px 16px rgb(0 0 0 / 5%);
  }
  .agent-form-footer .form-check{
    display: flex;
    justify-content: flex-end;
    gap:10px;
  }
  .agent-form-footer .form-check-label{
    font-size: 17px!important;
    color:black!important;
  }
  .agent-form-footer .form-check-label a{
    font-size: 17px!important;
    color:var(--log-red);
    font-weight: 400;
  }
  .agent-form-footer .btn-sub{
    padding:7px 70px;
    text-transform: uppercase!important;
  }
  .b2b_login footer{
    /* background:#274375; */
    background: #333;
    padding: 50px 0;
  }
  .b2b_login footer a, .b2b_login footer h4, .b2b_login footer p{
    color: white;
  }
  .b2b_login footer h4.title{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
    
  }
  .form-group{
    position: relative;
  }
  .showPassword{
    background: transparent;
    box-shadow: none;
    border:0;
    position: absolute;
    right: 10px;
    top: 27%;
    z-index: 10;
  }
  .showPassword i{
    color:grey;
  }

  .agent-form-holder{
    position: relative;
  }