/* about page start */
.about_tab .e-n-tab-title{
    flex-basis: 292px !important;
    border-radius: 0px !important;
    flex-shrink: 1;
    flex-grow: 1;
}
.about_tab .e-n-tabs-heading{
    flex-wrap: nowrap;
}
.about_tab .e-n-tab-title:hover{
    border:0px solid  !important;
}
.about_tab .e-n-tab-title:focus{
    border:0px solid  !important;
}
.about_tab .e-n-tab-title:active{
    border:0px solid  !important;
}
.about_tab .e-n-tab-icon{
    padding: 8px;
    background-color: #00ADEF;
    border-radius: 100px;
}
.about_tab .e-n-tabs-heading>button:first-child{
    border-radius:  100px 0px 0px 100px !important;
}
.about_tab .e-n-tabs-heading>button:last-child{
    border-radius:  0px 100px 100px 0px !important;
    border: 0px;
}
.new-scroll .elementor-icon-box-content h3{
    margin: 0 !important;
}
/* about page end */
/* contact page start */
.contact_icon_box p a{
    color: #545961 !important;
}
.contact_icon_box p>a:hover{
    color: #00ADEF !important;
}
.contact_form .gform_fields{
    row-gap: 30px !important;
}
.contact_sent_section{
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative !important;
}
.contact_form input,.contact_form textarea{
    background-color: #FFFFFF !important;
    border-radius: 10px !important;
    border: 1px solid #E2E6F0 !important;
    padding: 22px 50px!important;
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    outline: none !important;
    color: #92969B !important;
}
.contact_form input::placeholder,.contact_form textarea::placeholder{
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #92969B !important;
}
.contact_form textarea{
    resize: none !important;
    height: 166px !important;
}
.contact_name,.contact_massage,.contact_email{
    position: relative;
}
.contact_name::after{
    content: "";
    width: 20px ;
    height: 25px ;
    background-image: url(./images/name.png) ;
    position: absolute;
    background-repeat: no-repeat;
    top: 24px ;
    left: 17px;
}
.contact_email::after{
    content: "";
    width: 20px ;
    height: 25px ;
    background-image: url(./images/email.png) ;
    position: absolute;
    background-repeat: no-repeat;
    top: 28px ;
    left: 17px;
}
.contact_massage::after{
    content: "";
    width: 20px ;
    height: 25px ;
    background-image: url(./images/massage.png) ;
    position: absolute;
    background-repeat: no-repeat;
    top: 24px ;
    left: 17px;
}
.contact_form .gform_button{
    background: linear-gradient(270deg, #3B3A9B 0%, #00ADEF 100%);
    box-shadow: 0px 0px 34px rgba(5, 163, 232, 0.3);
    border-radius: 30px !important;
    border: none !important;
    padding: 21px 60px !important;
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
}
.contact_form .gform_button:hover{
    background: #FFFFFF;
    color: #92969B !important;
}

/* contact page end */
/* discovery  page start */
.discorver_icon_img,.discovery_Mccraw{
    position: relative;
}
.discovery_form_section  #gform_fields_7{
    display: flex !important;
    justify-content: center !important;
    grid-column-gap: 60px;
}
.discovery_form_section .gfield_wrapper{
    width: 635px;
    width: 100%;
}
.discovery_form_section input,.discovery_form_section textarea{
    background-color: #FFFFFF !important;
    border-radius: 10px !important;
    border: 1px solid #E2E6F0 !important;
    padding: 20px 50px!important;
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    outline: none !important;
    color: #92969B !important;
    margin-bottom: 30px !important;
}
.discovery_form_section legend{
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #090841 ;
    padding-bottom: 10px !important;
}
.discovery_form_section  .gchoice{
    display: flex !important;
    justify-items: center !important;
}
.discovery_form_section  .gchoice label{
    padding-left: 10px ;
}
.discovery_form_section  .gchoice input{
    padding: 10px 0px !important;
}
.discovery_form_section  .gchoice input:not(:last-child){
    margin-bottom: 19px !important;
}
.apply_select_box .gchoice:last-child{
    margin-bottom: 37px;
}
/* .company_form{
    margin-bottom: 175px;
} */
.discovery_form_section .gfield_checkbox {
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #545961 !important;
}
.discovery_form_section input::placeholder,.discovery_form_section textarea::placeholder{
    font-family: 'Ubuntu' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #92969B !important;
}
.discovery_form_section textarea{
    resize: none !important;
    height: 158px !important;
}

.discovery_form_section .gform_button{
    background: linear-gradient(270deg, #3B3A9B 0%, #00ADEF 100%);
    box-shadow: 0px 0px 34px rgba(5, 163, 232, 0.3);
    border-radius: 30px !important;
    border: none !important;
    padding: 21px 60px !important;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF !important;
}
.discovery_form_section .gform_button:hover{
    background: #FFFFFF;
    color: #92969B !important;
}
.form_mobile,.form_url{
    position: relative;
}
.discovery_form_section .contact_name::after{
    top: 22px;
}
.discovery_form_section .contact_email::after{
    top: 26px;
}
.gform_confirmation_message_7{
    color: #090841 !important;
    text-align: center !important;
}
.discovery_form_section .gchoice input{
    opacity: 0;
}
.discovery_form_section .gchoice label{
    position: relative !important;
}
.discovery_form_section  .gform_heading > .gform_required_legend{
    display: none !important;
}
.discovery_form_section .gfield-choice-input + label:after {
    content: '';
    /* display: block; */
    position: absolute;
    top: -1px;
    left: -15px;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #E2E6F0;
    border-radius: 4px;
}
.discovery_form_section .gfield-choice-input:checked + label:after {
    background: #00ADEF;
}

/* .discovery_form_section .gfield_checkbox {
    text-align: start !important;
} */
.form_mobile::after{
    content: "";
    width: 20px ;
    height: 25px ;
    background-image: url(./images/call.png) ;
    position: absolute;
    background-repeat: no-repeat;
    top: 26px ;
    left: 17px;
}
.form_url::after{
    content: "";
    width: 20px ;
    height: 25px ;
    background-image: url(./images/url.png) ;
    position: absolute;
    background-repeat: no-repeat;
    top: 26px ;
    left: 17px;
}
.contact_form .gform_confirmation_message_5{
    padding: 80px 0px !important;
    text-align: center !important;
    color: #090841!important;
}
.discovery_form_section .form_blank{
    height: 240px;
    opacity: 0;
}
.discovery_form_section .Blank{
    height: 240px;
}
.discovery_form_section .check_all_appy2{
    height: 220px !important;
}
.discovery_form_section .check_all_appy1{
    height: 230px !important;
}
/* discovery page end */
@media(max-width:1867px) and (min-width:1367px){
    /* .company_form{
        margin-bottom: 199px !important;
    } */
}
@media(max-width:1033px) and (min-width:1024px){
    /* .company_form{
        margin-bottom: 230px !important;
    } */
}
@media(max-width:1366px){
    /* .company_form{
        margin-bottom: 200px;
    } */
    .discovery_form_section legend{
        font-size: 18px !important;
      
    }
    .discovery_form_section .form_blank{
        height: 237px;
    }
    .discovery_form_section .check_all_appy2{
        height: 240px !important;
    }
    .discovery_form_section .check_all_appy1{
        height: 250px !important;
    }
  
} 
@media(max-width:1024px){
     /* discovery page start */
     /* .company_form{
        margin-bottom: 200px !important;
    } */
    /* discovery page end */
    /* contact page */
   
}
@media(max-width:880px){
    /* discovery page start */
    .discovery_form_section input::placeholder,.discovery_form_section textarea::placeholder{
        font-size: 14px !important;
    }
    .discovery_form_section input,.discovery_form_section textarea{
        font-size: 14px !important;
    }
    .discovery_form_section textarea{
        margin-bottom: 0px !important;
    }
    .discovery_form_section  #gform_fields_7{
        grid-column-gap: 20px; 
    }
    .discovery_form_section textarea{
        height: 150px !important;
    }
    .discovery_form_section  #gform_fields_7{
        display: flex !important;
        flex-wrap: wrap !important;
   
     }
   .discovery_form_section .form_blank{
    display: none !important;
    }
    /* .company_form{
        margin-bottom:0px;
    } */
    .apply_select_box .gchoice:last-child{
        margin-bottom: 0px;
    }
    .discovery_form_section input,.discovery_form_section textarea{
        margin-bottom: 10px !important;
    }
    .discovery_form_section .check_all_appy2{
        height: auto !important;
    }
    .discovery_form_section .check_all_appy1{
        height: auto !important;
    }
    .discovery_form_section .Blank{
        height: auto !important;
    }
    .discovery_form_section .gform_fields{
        row-gap: 10px !important;
    }
    
/* discovery page end */
}
/* about page start */
@media(max-width:767px){
    .about_tab .e-n-tab-title{
        flex-basis: 100% !important;
        border-radius: 0px !important;
        flex-shrink: 1;
        flex-grow: 1;
    }
}
/* about page end */
/* contact page start */
@media(max-width:767px){
    .contact_form input,.contact_form textarea{
        padding: 17px 40px !important;
        width: 100% !important;
    }
    .contact_name::after{
        top: 18px ;
    }
    .contact_email::after{
        top: 22px ;
    }
    .contact_massage::after{
        top: 20px ;
    }
    .contact_form .gform_fields{
        row-gap: 0px !important;
    }
    .contact_form .gform_button{
        padding: 15px 50px !important;
    }
        /* contact page end */
       
}

