﻿section {
    position: relative;
    z-index: 1;
}

.account-wraper1 .appointment-inner {
    background-color: #fff3fb;
    border-radius: 40px;
    padding: 30px 0 !important;
    margin: 20px 0 !important;
    position: relative;
    z-index: 1;
}

.align-items-center {
    align-items: center !important;
}


img {
    max-width: 100%
}

.loader-container{
     
      position:fixed;
      left:0;
      top:0;
width:100%;
height:100%;
      background: #fff3fb;
z-index:99;
      font-family: Arial, sans-serif;

}

.center-loader{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-container {
      text-align: center;
    }

    .message {
      font-size: 18px;
      color: #555;
      margin-bottom: 20px;
    }

    /* Loader Animation */
    .loader {
      display: inline-block;
      width: 50px;
      height: 50px;
      border: 6px solid rgba(0, 0, 0, 0.1);
      border-top: 6px solid #3498db;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    /* Keyframes for Animation */
    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

.appointment-form {
    margin-right: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(31, 34, 120, 0.1);
    border-radius: 40px;
    padding: 40px 35px;
    text-align: center;
    position: relative;
}

.appointment-form::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    border: 2px solid #ca1a55;
    z-index: -1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    color: #1f2278;
    line-height: 1.3;
}

.appointment-form .title {
    margin-bottom: 30px;
}

h3,
.h3,
.h3 {
    font-size: 28px;
    font-weight: 700;
}

.form-wraper .form-group {
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-wraper .form-control:active,
.form-wraper .form-control:focus,
.form-wraper .form-control:hover {
    border-color: #c71a56c2;
}

.form-wraper .form-control {
    border: 1px solid;
    border-color: rgba(86, 90, 207, 0.3);
    border-radius: 8px;
    height: 45px;
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.form-control:hover {
    box-shadow: none !important;
    border-color: #E1E1F0;
    color: #444;
    background: #ffffff;
}

.form-wraper textarea.form-control {
    height: 95px;
}

.form-control {
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #444;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
    background-color: #c91a55;
    color: #fff;
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 16px;
    padding: 20px 35px;
    line-height: 1;
}

.btn {
    padding: 11px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-width: 2px;
    line-height: 1.2;
}

.btn-secondary {
    color: #fff;
    background-color: #c91a55;
    border-color: #c91a55;
}

.btn-secondary:hover {
    background-color: #c91a55;
    color: #fff;
    border: 2px solid #c91a55;
    box-shadow: 0px 5px 20px 0px rgb(58 58 58 / 30%) !important;
}

.appointment-thumb {
    width: 650px;
    margin-left: 37px;
}

.appointment-thumb {
    position: relative;

}

.appointment-thumb .images-group .img1 {
    height: 400px;
    right: 20px;
    bottom: 16px;
    -webkit-animation: left-right 2s infinite alternate;
    animation: left-right 2s infinite alternate;
}

.appointment-thumb .images-group .img2 {
    left: 93px;
    width: 80px;
    bottom: 240px;
}

.appointment-thumb .images-group .img3 {
    right: 225px;
    bottom: 120px;
    width: 70px;
}

.appointment-thumb .images-group .img4 {
    top: 150px;
    left: 40px;
    width: 50px;
}

.appointment-thumb .images-group .img5 {
    top: 30px;
    right: 80px;
    width: 80px;
}

.appointment-thumb .images-group img {
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .account-wraper1 {
        padding-bottom: 0;
    }

    .appointment-form {
     margin-right: 12px;
    border-radius: 20px;
    padding: 12px;
    margin-left: 10px;
    }

    .appointment-form .title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .appointment-form .form-group {
        margin-bottom: 15px;
    }

    .appointment-form .form-control {
        height: 50px;
        font-size: 14px;
        padding: 12px 18px;
    }

    .appointment-form::after {
        top: -10px;
        left: -10px;
        border-radius: 20px;
    }

    .appointment-thumb {
        width: 320px;
        margin: 30px auto 0;
    }



    .appointment-thumb .images-group .img1 {
        height: 180px;
    }

    .appointment-thumb .images-group .img2 {
        left: 39px;
        width: 50px;
        bottom: 110px;
    }

    .appointment-thumb .images-group .img3 {
        right: 110px;
        width: 40px;
    }

    .appointment-thumb .images-group .img4 {
        left: 15px;
        width: 30px;
    }

    .appointment-thumb .images-group .img5 {
        right: 30px;
        width: 60px;
        top: 40px;
    }
}