/* header section */

.login-btn {
    margin-left: 180px !important;
}

@media only screen and (min-device-width: 950px) and (max-device-width: 1200px) and (orientation:landscape) {
    .login-btn {
        margin-left: 80px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 990px) {
    .login-btn {
        margin-left: 0 !important;
    }
}
/* end header section */


/* side nav login form */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
      -moz-box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
      box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    margin-left: 50px;
    font-weight: 400;
  }

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

/* end side nav login form */


/* otp side nav bar secton */
.otp-form .otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .otp-form .otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #CC8809;
    text-align: center;
    outline: none;
    font-size: 16px;
    /* Firefox */
  }
  .otp-form .otp-input-fields input::-webkit-outer-spin-button, .otp-form .otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .otp-form .otp-input-fields input[type=number] {
    -moz-appearance: textfield;
  }
  .otp-form .otp-input-fields input:focus {
    border-width: 2px;
    border-color: #CC8809;
    font-size: 20px;
  }
/* otp side nav bar secton */

/* Popular-btn */
/* @media only screen and (min-device-width: 320px) and (max-device-width: 770px) {
    .Popular-btn a{
        margin-top: 10px 10px !important;
    }
} */
/* end Popular-btn */




/* multi stap form section */
#msform fieldset:not(:first-of-type) {
    display: none
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* end multi stap form section */


/* testimonial section */
.testimonials-section .item-box {
    width: 75% !important;
    border-radius: 10px;
    color: #000 !important;
    background: #FFF;
}

@media only screen and (min-device-width: 200px) and (max-device-width: 770px)  and (orientation:landscape) {
    .testimonials-section .owl-item{
        width: 100% !important;
        text-align: center;
    }
}

@media only screen and (max-device-width: 470px) {
    .testimonials-section .item-box {
        width: 100% !important;
        text-align: center;
    }
}
/* end testimonial section */



/* about */

.svg-sm-frem{
    position: relative;
    width: 100%;
    height: 2px;
    background: #daa51b;
    box-shadow: -0.5px 5px 10px 0.3px rgba(0, 0, 0, 0.3);
}
.svg-sm-frem::after, .svg-sm-frem::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -4px;
    border-radius: 50%;
    background: #daa51b;
    box-shadow: 0px 5px 10px 0.3px rgba(0, 0, 0, 0.3);
}
.svg-sm-frem::after{
    left: 0;
}
.svg-sm-frem::before{
    right: 0;
}

.heading-bar-svg-frem {
    width: 80%;
}

.heading-bar-svg {
    position: relative;
    background: #13497F;
    width: 100%;
    color: whitesmoke;
    text-align: center;
    padding: 15px 50px 10px 50px;
}

.heading-bar-svg::after,
.heading-bar-svg::before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 40px;
    background: #fff;
    rotate: 45deg;
    top: 6px;
}

.heading-bar-svg::after {
    left: -18px;
}

.heading-bar-svg::before {
    right: -18px;
}


@media only screen and (max-width: 1000px) {
    .heading-bar-svg-frem {
        width: 80% !important;
    }
}

@media only screen and (max-width: 768px) {

    .heading-bar-svg-frem h6{
        font-size: 1.2rem !important;
    }

    .heading-bar-svg {
    position:relative;
    background: none;
    width: 100%;
    color: #13497F;
    padding: 0px;
    margin-bottom: -20px;
    }

    .heading-bar-svg::after,
.heading-bar-svg::before {
    background: transparent !important;
}

}


/* about end */

.image-contain img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* pegination */
.pagination{
    gap: 15px;
}
.pagination .page-item .page-link{
    border-radius: 45%;

}
/* end pegination */

/* forms-card-buttom */
.forms {
    background: linear-gradient(134deg, rgba(5, 91, 170, 0.50) 0%, rgba(0, 30, 108, 0.50) 100%);
}

.form-img{
    height: 200px !important;
    width: 100% !important;
}
/* forms-card-buttom end */
