@font-face {
    font-family:Acrom-Light;
    src:local("Acrom-Light"),
    url(../fonts/Acrom-Light.woff)
}
@font-face {
    font-family:Acrom-Regular;
    src:local("Acrom-Regular"),
    url(../fonts/Acrom-Regular.woff)
}
@font-face {
    font-family:Acrom-Medium;
    src:local("Acrom-SemiBold"),
    url(../fonts/Acrom-Medium.woff)
}
@font-face {
    font-family:Acrom-Bold;
    src:local("Acrom-Bold"),
    url(../fonts/Acrom-Bold.woff)
}

*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.html{
    font-size: 62.5%;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}
#header{
    width: 100%;
   /*  min-height: 100vh; */
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    border-bottom: .5px solid rgb(209, 209, 209);
    width: 100%;
    background: #fff;
    color: #000;
    z-index: 100;
    padding: 0px 0px;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
    align-items: center;
    margin: 0px !important;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: "Acrom-Medium", "Roboto", sans-serif;
    transition: color 0.3s ease-in-out;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}
.navbar a img{
    padding: 0px 5px;
}

.navbar a:hover{
    color: #FE1830;
}

@media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 10px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }

    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
#header .header1{
    /*background: url(../img/bgggg.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 95%;
}
#header .header1 .container .head{
    padding: 200px 0px;
}
#header .header1 .container .head .header-text h1{
    font-size: 30px;
    font-family: "Acrom-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#header .header1 .container .head .header-text h4 {
    font-family: Acrom-Light, sans-serif;
    margin-bottom: 20px;
}
#header .header1 .container .head .header-text p{
    font-size: 18px;
    font-weight: 100;
    font-family: "Acrom-Regular", sans-serif;
    margin-top: 30px;
}
.img_head{
    position: relative;
}
.header_img{
    width: 85%;
    position: absolute;
    top: -50px;
    left: 30px;
    z-index: 100;
}
#header{
    background: url(../img/bg_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.left_bg .header-text .numer{
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
}
.left_bg .header-text .numer i{
    font-size: 22px;
    padding: 0px 10px;
}
.left_bg .header-text .numer .one{
    font-weight: 500;
    display: flex;
    font-size: 20px;
}
.left_bg .header-text .numer i:hover{
    color: #FE1830;
}
/*============== about & calc ================ */
.about .container .about_col{
    background: #F2F4F8;
    border: 2px solid #E6E6E6;
    padding: 30px;
    font-family: "Acrom-Regular", "Roboto", sans-serif;
}
.about .container .about_col .titles, .calc .titles{
    font-size: 18px;
    font-family: "Acrom-Bold", sans-serif;
    line-height: 1px;
}

.about .container .about_col .title_box .item{
    display: flex;
    justify-content: start;
    padding-top: 15px;
}
.about .container .about_col .title_box .item img{
    width: 36px;
    height: 100%;
    padding: 5px 10px 0px 0px;
}
.about .container .about_col .title_box .item .item_text span{
    font-weight: 600;
}

.calc{
    border: 2px solid #E6E6E6;
    border-left: none;
    margin: 0;
    padding: 0;
    font-family: "Acrom-Regular", "Roboto", sans-serif;

}
.calc .titles {
    background-color: #f2f4f8;
    padding: 30px;
    display: block;
    font-family: "Acrom-Bold", sans-serif;
    border-bottom: 2px solid #E6E6E6;
}
.calc .titles img{
    margin-right: 20px;
}
.calc .calc-body {
    padding: 20px;
}
.calc .calc-info {
    padding: 0 20px 20px 20px;
    font-size: 0.85rem;
    font-style: italic;
    font-family: Acrom-Light, sans-serif;
}
.calc .calc-results, .calc .calc-option {
    display: flex;
    justify-content: space-between;
}

.calc .calc-option{
    border: 1px solid #eee;
    border-bottom: none;
    margin: 0 2px;
    padding: 10px;
}
.calc .calc-results{
    margin-bottom: 10px;
    line-height: 40px;
}
.calc .calc_amount{
    font-family: "Acrom-Medium", sans-serif;
    font-size: 20px;
}
.calc .btn-main {
    color: #fff;
    background-color: #fe1830;
    border-color: #fe1830;
    padding-top: 0px;
    border-radius: 5px;
    cursor: pointer;
}

.slidecontainer {
    width: 100%;
    top: -10px;
    position: relative;
    margin-bottom: 20px;
}
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: 1px solid #d70c17;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #fff;
    border:2px solid #d70c17;
    cursor: pointer;
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #d70c17;
    height: 10px;
    border-radius: 10px;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #d70c17;
}
/* ============= Modal window for calculator ============== */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.close {
    color: #aaa;
    float: right;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 85vh;
    overflow-y: auto;
}
.modal-content h3{
    float: left;
    margin-top: -30px;
    margin-bottom: 20px;
    font-family: Acrom-Medium, sans-serif;
}
.modal-content table {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.modal-content .table thead {
    background-color: #fe1830;
    color: #fff;
}
.modal-content .table td, .modal-content .table th {
    padding: .6rem;
}
.modal-content .table h5 {
    font-size: 1.15rem;
}


/* ============= contact ============== */
.contact{
    padding: 50px 0px;
    background: url(../img/bg_con.png);
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 100%;
}
.contact .contact_col{
    padding: 30px;
    background: #FE1830;
}
.contact .contact_col .contacttitle{
    color: #fff;
    font-family: Acrom-Regular, sans-serif;
}
.contact .contact_col .contacttitle span{
    font-size: 22px;
    font-weight: 400;
}
.contact .input_box input[type=text],
.contact .input_box select{
    width:100%;
    border:1px solid #fff;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
    background: #FE1830;
    color: #fff;
    font-family: "Acrom-Regular", sans-serif;
  }

.contact .input_box select {
    min-height: 42px;
}
  .contact .input_box input::placeholder{
      color: #fff;
      opacity: 1;
  }

  .contact .input_box input[type=text]:focus{
    border-color:rgb(255, 255, 255);
    box-shadow:0 0 8px 0 rgb(255, 255, 255);
  }
  .contact .input_box .send{
      background: #fff !important;
      color: #fe1830;
      font-weight: 600;
      margin-top: 7px;
      padding: 9px 20px;
      text-align: center;
      width: 100%;
      font-family: Acrom-Regular, sans-serif;
  }


  /* ====== footer ===========*/
footer{
      background: #282F33;
  }

.footer1{
      padding: 40px 0px;
      color: #fff;
  }
.footer1 span{
    color: #888;
    font-family: Acrom-Light, sans-serif;
}

.footer1 h6{
    font-family: Acrom-Regular, sans-serif;
}

  .footer1 .footer_box .footer_title{
      display: flex;
      justify-content: space-between;
      padding:0px 40px 20px 0px;
  }
  .footer1 .footer_box .footer_title h1{
      font-family: Acrom-Bold, sans-serif;
      color: #FE1830;
  }
  .footer1 .footer_logo{
      padding-bottom: 30px;
  }
  .footerends {
      font-family: Acrom-Light, sans-serif;
      margin-top: 10px;
      font-size: 14px;
  }
  .footerends a{
      color: #FE1830 !important;
  }

  @media only screen and (min-width: 320px) and (max-width: 767.98px){
    #header .header1 .container .head{
        padding: 30px 0px ;
    }
    #header .header1 .container .head .header-text h1{
        font-size: 20px;
    }
    .header_img{
        top: -176px;
    }
    .logo{
        width: 50%;
    }
    .about .container .about_col .titles{
        font-size: 16px;
    }
    .about .container .about_col .title_box .item img{
        width: 12%;
        height: 12%;
    }
    .contact{
        padding: 0px 0px 20px 0px;
    }
  }
  @media (max-width: 768px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        right: 10px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        right: 10px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }

    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 30px;
        background: #fff;
        height: 30vh;
        width: 60%;
        transform: translate(-150%);
        display: flex;
        align-items: stretch    ;
        justify-content: start;
        flex-direction: column;
        padding-left: 0px;
        transition: transform 0.5s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }
    .header_img{
        top: -156px;
    }
      .modal-content {
          width: 90%;
      }
      .tloan {
          display: none;
      }
      .modal-content .table h5 {
          font-size: 0.8rem;
      }
      .modal-content .table h4 {
          font-size: 0.8rem;
          font-weight: 600;
      }
      .header_img {
          position: initial;
          width: 100%;
      }
}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
    .header_img{
        top: -79px;
        left: -30px;
    }
    .calc {
        border-left: 2px solid #E6E6E6;
    }
    .calc .btn-main {
        font-size: 15px;
    }
    .modal-content h3 {
        font-size: 1.2rem;
        font-weight: 600;
        padding-top: 8px;
    }
    .tnumber {
        display: none;
    }
}

.notification-wrap {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Circe',Arial,sans-serif;
    color: #fff;
    font-size: 18px;
    display: none;
}

#notification-success {
    background: #62C584;
}

#notification-error,
#notification-error2 {
    background: #e41d32;
}

.input_box .send.btn-disabled {
    background: #bbb !important;
    pointer-events: none;
}

.scroll-button {
    margin-top: 40px;
}

.scroll-button > button {
    background: #fe1830 !important;
    color: #fff !important;
    padding: 9px 20px;
    text-align: center;
    font-family: Acrom-Regular, sans-serif;
}

@media (max-width: 768px) {
    .scroll-button {
        text-align: center;
        margin-bottom: 40px;
    }
}

.feedback-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe1830;
    color: white;
    outline: none;
    border: none;
    animation: pulse 1500ms infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fe1830;
    }
    100% {
        box-shadow: 0 0 0 17px #fe183001;
    }
}

@media (max-width: 578px) {
    .footer1 .footer_box .footer_title {
        padding-right: 0 !important;
    }

    .calc .calc-results {
        flex-wrap: wrap;
    }

    .calc .calc_amount {
        font-size: 17px;
    }
}
