

.physics-img{
    width: 75%;
}

.about-contact1 button{
    background-color: var(--font-color) !important;
}

.about-contact1 button:hover{
    background-color: var(--primry-color) !important;
}

.tutor-reg-first-container{
    /* height: ; */
    background: linear-gradient(45deg,var(--primry-color),var(--font-color));
    --bs-gutter-x: 0 !important;
}

.tutor-reg-second-container{
    --bs-gutter-x: 0 !important;
}

.tutor-warper{
    --bs-gutter-x: 0 !important;
}
.tutor-reg-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
    /* padding: 0 50px; */
    text-align: center;
}

.tutor-reg-2{
    --bs-gutter-x: 0 !important;
}

.tutor-rg-form form label{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.tutor-rg-form form label span{
    color: red;
}

.tutor-img-contaner{
    /* height: 200px; */
    width: 50%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
}

.tutor-img-contaner img{
    height: 100%;
    object-fit: cover;
}

.tutor-reg-1-text{
    color: white;
    margin-top: 20px;
    width: 70%;
}

.tutor-reg-1-text h2{
    font-weight: 800;
    
}

.tutor-reg1-first p{
    text-align: justify;
}

.tutor-reg2-text{
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.tutor-reg2-text h2{
    font-weight: bold;
}
.tutor-rg-form form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tutor-rg-form form input ,select {
    height: 50px;
}
.tutor-rg-form form input:focus ,select:focus{
    box-shadow: none !important;
    border: 1px solid var(--primry-color) !important;
}
.tutor-rg-form form textarea{
    height: 100px;
}

.tutor-rg-form form textarea:focus{
    box-shadow: none !important;
    border: 1px solid var(--primry-color) !important;
}

.tutor-rg-form form input[type="checkbox"]{
    height: 16px;
    width: 16px;
}

.tutor-form-button button{
    width: 100%;
    padding: 10px;
    height: 50px;
    outline: none;
    border: none;
    background: linear-gradient(135deg,var(--primry-color),var(--font-color));
    color: white;
    font-weight: 700;
    border-radius: 6px;
}

.modal-header-container{
    height: 200px;
    background: linear-gradient(45deg , var(--primry-color),var(--font-color));
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-header-img{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.178);
    /* padding: 20px; */
}

.header-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap:10px;
    color: white;

}

.modal{
    --bs-modal-zindex: 1200;
}
.icon-box-1{
    width: 25px;
    border-radius: 50%;
    height: 25px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.tutor-account-button  button{
    width: 100%;
    padding: 10px;
    height: 48px;
    outline: none;
    border: none;
    border: 2px solid var(--font-color);
    color: white;
    font-weight: 700;
    border-radius: 6px;
    color: var(--font-color);
    background-color: white;
}

.mobile-input input{
    height: 50px;
}

.mobile-input input:focus{
    box-shadow: none;
    border: 1px solid var(--font-color);
}

.mobile-input{
    display: flex;
    flex-direction: column;
    gap:8px;
}

.mobile-input label{
    /* font-size: 14px; */
    font-weight: bold;
}

.mobile-input label span{
    color: red;
}
.phone-icon-modal{
    position: absolute;
    top:15px;
    right: 15px;
    color: rgba(71, 70, 70, 0.5);
}

.modal-open{
    padding-right: 0 !important;
}

.mobile-icon-modal{
    color: var(--font-color);
}

.modal-span1{
    width: 25%;
    border: 0.5px solid rgba(92, 92, 92, 0.342);
    
}

.modal-span2{
    width: 25%;
    border: 0.5px solid rgba(92, 92, 92, 0.342);
}

.modal-close-button{
    position: absolute ;
    top:20px;
    right: 20px;
}
.sra-line{
width: 150px;
border-bottom: 1px solid #09136b;
height: 10px;
float: right;
position: relative;
box-shadow: 0px 4px 8px rgba(21, 11, 133, 0.1);
}
.sra-headr{
display: flex;
justify-content: center;
align-items: center;
}
.sra-midl{
    color: #7a1717;
    border: 1px solid #8a4c4c;
    font-size: 14px;
    border-radius: 30px ;
    padding: 6px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 4px 4px 4px rgba(117, 5, 5, 0.4);
    width: fit-content;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.sra-midl:hover{
background: #7a1717;
color: white;
}
.sra-line::after{
content: "";
position: absolute;
top: 2px;
right: -2px;        
width: 8px;
height: 8px;
background: #09136b;
border-radius: 50%;
transform: translateY(50%);
box-shadow: 0px 4px 8px rgba(21, 11, 133, 0.1);
}
.sra-midl p{
text-align: center;
margin-bottom: 0px !important;
}
.sr-ac{
text-align: center;
}
.sra-line-1::after{
content: "";
position: absolute;
top: 2px;
left: -2px;        
width: 8px;
height: 8px;
background: #09136b;
border-radius: 50%;
transform: translateY(50%);
box-shadow: 0px 4px 8px rgba(21, 11, 133, 0.1);
}
.sra-icc{
padding-right: 10px;
}
.sra-line-1{
width: 150px;
border-bottom: 1px solid #09136b;
height: 10px;
position: relative;
box-shadow: 0 4px 8px rgba(21, 11, 133, 0.1);
}

@media(max-width:992px)
{
    .tutor-reg-1-text{
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .physics-img {
    width: 93%;
    }
}
@media(max-width:767px)
{
    .tutor-reg-1-text{
        width: 85%;
    }
     .tutor-reg-1-text p{
       
        font-size: 14px;
    }
    .tutor-rg-form form input{
        font-size: 14px;
        height: 40px;
    }

    .tutor-rg-form form select{
        font-size: 14px;
        height: 40px;
    }
    .tutor-rg-form form textarea{
        font-size: 14px;
    }
    .tutor-form-button button{
        font-size: 14px;
        height: 40px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {

.physics-img {
    width: 65%;
}
.sra-line-1{
width: 110px;
}

.sra-line{
width: 110px;
}

.sra-midl{
font-size: 12px;
}
}
@media(max-width:576px)
{
    .tutor-rg-form form input{
        font-size: 14px;
        height: 40px;
    }
    .tutor-reg-1-text p{
        text-align: center;
        font-size: 14px;
    }
     .tutor-rg-form form input{ 
        height: 45px;
    }

    .tutor-rg-form form select{
        height: 45px;
    }

    .tutor-form-button button{
        height: 45px;
    }

    .account-p{
        font-size: 14px;
    }

    .modal-span1{
        width: 17%;
    }

     .modal-span2{
        width: 17%;
    }

    .mobile-input label{
        font-size: 14px;
    }

    .mobile-input input{
        font-size: 14px;
        height: 45px;
    }

    .tutor-account-button button{
        font-size: 14px;
        height: 45px;
    }
}
@media (max-width: 575px) {

.physics-img {
    width: 72%;
}
.sra-midl{
font-size: 10px;
}

.sra-icc {
padding-right: 4px;
}

}
@media (min-width: 401px) and (max-width: 576px) {

.sra-line-1{
width: 90px;
}

.sra-line{
width: 90px;
}
}
@media (max-width: 400px) {

.sra-line-1{
width: 65px;
}

.sra-line{
width: 65px;
}
}