* {
    margin: 0;
    padding: 0;
    outline: 0 !important
}

.w-100 {
    width: 100%
}

.footer-btn-primary {
    border-color: #1da5df !important;
    background-color: #1da5df !important;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-family:  'Akshar', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.form-group {
    position: relative
}

.form-group .form-control {
    color: #000;
    background-color: #f2f2f2;
    border: none;
    padding: 10px 10px 10px 55px
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 22px;
    width: 22px
}

.form-group .icon.person-icon {
    background: url("image/icon-person.png") 0 center/contain no-repeat
}

.form-group .icon.email-icon {
    background: url("image/icon-email.png") 0 center/contain no-repeat
}
.formInputs{
    border-radius:10px;
    background-color: lightgray;
}
.formInputsPerson{
    border-radius: 10px;
    background-color: lightgray;
    background-image: url(../images/icon-person.png);
    background-size: 8%;
    background-repeat: no-repeat;
    background-position-x: 7%;
    background-position-y: 45%;
    text-indent: 20px;
    transition: 0.3s;
}
.formInputsPerson:focus {
    background-image:none;
    text-indent:0px
}
.formInputsPerson::placeholder {
    padding-left: 5%;
    padding-top: 15%;
    }
.formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image: url(../images/icon-email.png);
        background-size: 9%;
        background-repeat: no-repeat;
        background-position-x: 7%;
        background-position-y: 45%;
        text-indent: 20px;
        transition: 0.3s;
    }
    .formInputsEmail:focus {
        background-image:none;
        text-indent:0px
    }
    .formInputsEmail::placeholder {
        padding-left: 5%;
        padding-top: 15%;
        }
footer {
    background-clip: #fff;
    padding: 20px 20px;
    background-color: #FFFFFF;
}

footer .row {
    display: flex;
    justify-content: center;
}

footer .footer-content p {
    color: #606060;
    font-family:  'Akshar', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    text-transform: capitalize;
}

footer .footer-content.fc1 {
    height: 100%;
}

footer .footer-content img {
    max-width: 100%
}

footer .footer-content .footer-logo {
    max-width: 300px
}

footer .footer-content .footer-logo img {
    margin-top: 0px
}

footer .footer-content .footer-title {
    font-family: 'Akshar';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    color: #0FA3F7;
    text-align: left;
}
.footerQuick {
    font-family: 'Akshar', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    color: #0FA3F7;
}
.footerContact {
    margin-bottom: 10px !important; 
    text-align:center;
}
.wantJob{
    font-family: 'Akshar', sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 11px !important;
    line-height: 13px !important;
    text-align: center !important;
    color: #000000 !important;
    position: relative;
    top: 18px;
}
footer .footer-content ul {
    padding: 0;
    margin-top: 45px;
    margin-left: 20px;
    list-style: none;
    font-family:  'Akshar', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 130.5%;
    text-transform: capitalize;
    color: #606060;
}

footer .footer-content ul li {
    list-style: disc
}

footer .footer-content ul li a {
    color: #606060;
    display: block;
    margin-top: 5px
    
}

footer .footer-content ul li a:hover {
    text-decoration: underline;
    color: #0fa3f7
}
.submitFeedbackInput{
    padding:10px
}

.submitFeedback{
    width: 95%;
    background: #0FA3F7;
    border-radius: 10px;
    height: 41px;
    margin-left: 3%;
}
/* media queries */
@media screen and (min-width: 770px) and (max-width: 1400px) {
    .footPostionRight{
        position: relative !important;
        right: 70px !important;
        width: 30%;
    }
    .footPostionLeft{
        position: relative !important;
        left: 70px !important;
        width: 24%;
    }
}
@media screen and (min-width: 320px) and (max-width: 389px) {
        footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 100%;
    }
   footer .footer-content img {
        max-width: 100%;
        
    }
    footer {
        background-clip: #fff;
        padding: 10px 0px;
        background-color: #FFFFFF;
    }
    .futureFlipperLogo{
        padding-top:165px !important;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 0px 0;
        display: block;
        font-size: 12px;
        overflow: hidden;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
      
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
  
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
            
    
}
@media screen and (min-width: 390px) and (max-width: 410px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 100%;
    }
   footer .footer-content img {
        max-width: 100%;
        
    }
    footer {
        background-clip: #fff;
        padding: 10px 0px;
        background-color: #FFFFFF;
    }
    .futureFlipperLogo{
        padding-top:165px !important;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 0px 0;
        display: block;
        font-size: 13px;
        overflow: hidden;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
      
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
  
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width:411px) and (max-width: 412px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 100%;
    }
   footer .footer-content img {
        max-width: 100%;
        
    }
    footer {
        background-clip: #fff;
        padding: 10px 0px;
        background-color: #FFFFFF;
    }
    .futureFlipperLogo{
        padding-top:165px !important;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 2px 0;
        display: block;
        font-size: 14px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
      
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
  
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width: 413px) and (max-width:469px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 100%;
    }
   footer .footer-content img {
        max-width: 100%;
        
    }
    footer {
        background-clip: #fff;
        padding: 10px 0px;
        background-color: #FFFFFF;
    }
    .futureFlipperLogo{
        padding-top:165px !important;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 2px 0;
        display: block;
        font-size: 14px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
      
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
  
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width: 470px) and (max-width:500px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 80%;
    }
   footer .footer-content img {
        max-width: 100%;
    }
    footer {
        background-clip: #fff;
        padding: 10px 0px;
        background-color: #FFFFFF;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 2px 0;
        display: block;
        font-size: 14px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
      
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s; 
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
  
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width: 501px) and (max-width: 699px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
        max-width: 55%;
    }
   footer .footer-content img {
        max-width: 63%;
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: #FFFFFF;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 2px 0;
        display: block;
        font-size: 16px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s     
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s   
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width:700px) and (max-width: 784px) {
    footer .footer-content .footer-logo img {
        margin-top:0px;
        max-width: 55%;
    }
   footer .footer-content img {
        max-width: 63%;
    }
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: #FFFFFF;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 5px 0;
        display: block;
        font-size: 16px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
     .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s     
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s   
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width:785px) and (max-width: 970px) {
    footer .footer-content .footer-logo img {
        margin-top: 0px;
    }
        footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: #FFFFFF;
        }
    footer .footer-content ul li a {
        color: #606060;
        padding: 5px 0;
        display: block;
        font-size: 16px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s     
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s   
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and (min-width:971px) and (max-width: 1100px) {
    footer {
        background-clip: #fff;
        padding: 20px 0px;
        background-color: #FFFFFF;
    }
    footer .footer-content ul li a {
        color: #606060;
        padding: 5px 0;
        display: block;
        font-size: 16px;
        overflow:hidden ;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 20px;
        font-size: 15px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
       .footerQuick {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 35px;
        color: #0FA3F7;
    }
    footer .footer-content .footer-title {
        font-family: 'Akshar';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 35px;
        color: #0FA3F7;
        text-align: left;
    }
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content.fc1 {
        height: 100%;
    }
    .formInputsPerson{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px; */
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s     
    }
    .formInputsPerson::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
       
    .formInputsEmail{
        border-radius: 10px;
        background-color: lightgray;
        background-image:none;  
        /*width: 220px;*/
        background-size: 0%;
        background-repeat: none;
        background-position-x: 0%;
        background-position-y: 0%;
        text-indent: 0px;
        transition: 0s   
    }
     
    .formInputsEmail::placeholder {
        font-size: 12px;
        padding-left: 0%;
        padding-top: 0%;
    }
    .wantJob {
        font-family: 'Akshar', sans-serif !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 10px !important;
        line-height: 13px !important;
        text-align: center !important;
        color: #000000 !important;
        position: relative;
        top: 18px;
     }
}
@media screen and  (min-width:1101px) and (max-width: 1200px) {
    footer .footer-content p {
        color: #606060;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 29px;
        line-height: 35px;
        text-transform: capitalize;
    }
    footer .footer-content ul {
        padding: 0;
        margin-top: 45px;
        margin-left: 20px;
        list-style: none;
        font-family: 'Akshar', sans-serif !important;
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        line-height: 130.5%;
        text-transform: capitalize;
        color: #606060;
    }
}