
.inp{
    background-color: rgb(255, 255, 255);
    position: relative; 
    overflow: hidden;    
}
input,textarea,select{  
    padding: 15px 20px;
    background-color: transparent;
    outline: none;
    border: none;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #000000;
    font-weight: 300;   
}
.group-inputs{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.group-inputs .input-wrapper{
    flex: 1 1 250px;
}

._textarea{
    height: 200px;
}
._textarea textarea{
    height: 100%;
    padding-top: 20px;
}
.input-wrapper{
    position: relative;    
    width: 100%;
}


.group-elem{
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 50px;
}



/* Input radios */
.inp_radio{
    position: relative;    
    flex: 1 1 170px;
    display: flex !important;   
    align-items: center;
    gap: 15px;
    background-color: var(--pri-color3);
    padding: 0 15px;
    border-radius: 50px;
    cursor: pointer;
}
.inp_radio label{    
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;     
    color: white !important;
    cursor: pointer;
}
.inp_radio label i{
    font-size: 25px;
}
.inp_radio input{
    height: 35px !important;
    width: 35px;
    display: none;
}
.inp_radio label::after{
    position: absolute;
    content:"";
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    height: 18px;
    width: 18px;
    background-color: gainsboro;
    border: 3px solid rgb(255, 255, 255);    
    border-radius: 50%;
    padding: 4px;
    
}
.inp_radio input:checked + label::after{
    background-image: url(../svg/check-solid.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;transition: 0.5s ease-in-out;
}


/* Checkbox input */
.checkbox-input{
    position: relative;
    width: fit-content !important;
    height: fit-content !important;
    background: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;    
}
.checkbox-input input{    
    display: none;
}
.checkbox-input p{
    margin-top: 0;
}
.check-box-response{
    flex: 0 1 30px;
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.288);   
    display: flex; 
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.text-line{
    flex: 1 1 500px;
}
.check-box-response::after{
    content: "";    
    height: 30px;
    width: 30px;
}
.checkbox-input input:checked + .check-box-response::after{
    content: "\f00c";
    height: 30px;
    width: 30px;
    display: flex; 
    justify-content: center;
    align-items: center;
}

label{
    display: flex;
    padding: 10px 0;
    color: whitesmoke;
}


.form-button-wrapper{
    padding: 10px 0;
    width: 100%;
}
.form-button-wrapper button:hover{
    background-color: var(--header-bgcolor);
}



.contact-us-section{
    background-image: url(../backgrounds/happy-client.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 0;
}



/* Contact us section */
.contact-us-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));   
    margin: 0 auto;        
}
.contact-info-cell{
    position: relative;
    padding: 60px; 
    background-color: #273247e1; 
    display: flex; 
    flex-direction: column;
    gap: 60px;
}
.contact-us-block-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-info-cell p{
    color: rgba(255, 255, 255, 0.747) !important;
    font-size: 0.9rem !important;
}
.contact-info-cell h4{
    color: #d6d6d6;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;    
}
.contact-info-cell h4 i{
    font-weight: 800;
    font-size: 25px;
}
.contact-info-cell a{
    color: #dac71c;
}
.line{    
    padding: 10px 0;
}
.contact-us-header h3{
    font-size: 33px;
    padding-bottom: 40px;
    color: rgb(255, 255, 255); 
    font-weight: 700;    
}
.text-block-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    color: wheat;   
}
.text-block-wrapper img{
    width: 30px;
    align-self: flex-start;
}
.text-block-wrapper h4{   
    font-weight: bolder;
}
.text-block-wrapper p,.text-block-wrapper a{
    font-size: 0.9rem;
    font-style: italic;
}
.contact-us-wrapper .social-icon-wrapper{   
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    
    gap: 20px;
    width: 100% !important;
}
.contact-us-wrapper img{
    width: 30px;
    color: rgb(216, 216, 216);
}









.contact-form-cell{  
    width: 100%;
    background-image: url(../backgrounds/bg10.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 80px; 
    background-color: #273247e1; 
    margin: 0 auto;    
}
.contact-form-cell label{
    color: #000000;
}
.contact-form-cell h3{
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0 20px 30px; 
}
.contact-us-form-wrapper{   
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;    
}
.tearms-of-service-box{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 4px;
    color: white;
    padding: 10px 0;
    cursor: pointer;
}
.contact-form-cell .inp{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    border: none;
}
.tearms-of-service-box input{
    width: 22px !important;
    height: 22px !important;
    margin-right: 10px;
}
.tearms-of-service-box a{
    color: #d9ff52 !important;
}



/* Submit Btn spinner */
.submit-btn{
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 55px; 
    font-size: 17px;    
    background-color: var(--pri-color3);
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in-out;    
}
.submit-btn:hover{
    background-color: #14a3db;
    
}
.btn-ring,
.btn-subscribe-ring,
.btn-feedback-ring,
.btn-referral-ring{
    height: 17px;
    width: 17px;
    border: 2px solid white;
    border-left: 2px solid rgb(190, 190, 190);
    border-radius: 50%;
    animation: spinner_elem 1s linear infinite;
    display: none;
}
@keyframes spinner_elem{
    100%{
        transform: rotate(1turn);
    }
}


.btn-text,
.btn-subscribe-text,
.btn-feedback-text,
.btn-referral-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: white;
}




/* Subscribe section */
.subscribe-section{  
    background-color: #000000a4;
    position: fixed;   
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-size: cover;
    background-position: center top;    
    text-align: center;     
    align-items: center;  
    display: none;
    align-items: center;
    justify-content: center;  
    overflow: auto;  
}


.icon-obj{
    font-size: 60px;
    margin: 0 auto;
    font-weight: 800;
    color: var(--pri-color3);
    width: fit-content;
}
.subscribe-section-block {
    
    width: 90%;
    position: relative;
    background-color: white;
    padding: 75px 50px;
    box-shadow: rgba(0, 0, 0, 0.452) 0 0 50px;
    animation: bounceIn 2s linear;
}.close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    border: 1px solid black;
    padding: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.close-icon:hover{
    color: red;
}
.subscribe-section-block .title-dc{   
    text-align: center;
    padding: 10px 0;   
    font-size: var(--Sfont) !important; 
}
.subscribe-section p{
    text-align: center;    
    font-style: italic;
    font-size: 0.9rem !important;
}
.subscribe-form{    
    margin: 0 auto;  
    flex: 1 1 350px;     
}
.subscribe-image{
    flex: 1 1 350px;
}
.group-input{
    width: 100%;
    display: flex;    
    flex-wrap: wrap;
    /* box-shadow: #25252525 0 0 20px; */
    overflow: hidden;      
    gap: 10px;
}
.subscribe-form .input-wrapper{  
    position: relative;  
    flex: 1 1 300px !important;
    overflow: hidden; 
    background-color: rgb(255, 255, 255);  
    border: 1px solid black;   
}
.subscribe-form .input-wrapper input{
    display: flex;
    width: 100%;
    height: 100%;
}
.subscribe-sectionbutton{
    border-radius:0 !important;    
    background-color: var(--pri-color3) !important;
    flex: 1 1 60px;
    display: flex;
    gap: 7px;
    height: 50px;
}
.subscribe-form button:hover{
    background-color: var(--pri-color1) !important;
}
.bell-icon{
    font-size: 1.2rem;
}
.subscribe-form button:hover  i{
    transform: rotate(0.1turn);

}


/* Media Queries */


/* Laptops */
@media screen and (max-width:1200px){

}


/* Landscape display */
@media screen and (max-width:940px) and (orientation: landscape){

    /* Contact us section */
    .contact-us-wrapper{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 20px 40px;
    }
}



/* Tablets */
@media screen and (max-width:1000px){

    .contact-us-wrapper {
        display: grid;
        grid-template-columns: repeat(1,1fr);
       
    }
    

}


/* large mobile */
@media screen and (max-width:600px){


    /* Subscribe section */
    .subscribe-section{
        overflow: scroll;
        padding: 100px 0;
        .subscribe-section-block{
            padding: 75px 25px;
            
        }     
    }
    

    .contact-us-wrapper{
        margin-top: 0;
    }
    .contact-info-cell,
    .contact-form-cell{
        padding: 80px 25px;
    }
    .contact-us-header h3{
        padding-bottom: 0;
    }
    .contact-us-form-wrapper{
        margin-top: 30px;
    }

    .contact-us-section{
        background-image: url(../backgrounds/happy-client-2.jpg);
        background-size: cover;
        background-position: center;
        padding: 0;
    }


    
}



/* small size mobile */
@media screen and (max-width:330px){

}