/*Free Consult Page CSSs*/
.thermo-fisher-form2-section{
    width: 100%;
    background-color: #F6F6F6;
}
.form2-left-container{
    display: inline-block;
    width: 50%;
    min-height: 850px;
    position: relative;
    float: left;
    padding: 20px;
}
.form2-right-container{
    display: inline-block;
    width: 50%;
    min-height: 850px;
    position: relative;
    float: right;
    padding: 20px;
}
.form2-content-box{
    width: 370px;
    position: absolute;
    top: 100px;
    text-align: left;
    right: 100px;
}
.form2-content-box .heading{
    font-size: 21px;
    color: #212121;
    line-height: 1.2em;
    text-transform: uppercase;
}
.form2-content-box .sub-heading{
    font-size: 32px;
    color: #212121;
}
.form2-content-box .desc{
    font-size: 16px;
    color: #575757;
    padding-bottom: 10px;
}
.form2-list-content-box{
    padding-left: 10px;
}
.form2-list-content-box li{
    font-size: 13px;
    color: #575757;
    padding-bottom: 15px;
}

.thermofisher-form2-wrapper{
    width: 410px;
    position: absolute;
    top: 100px;
    left: 100px;
    background-color: #E5E5E5;
    padding: 20px 15px;
}
.thermofisher-form2-wrapper .title{
    font-size: 21px;
    color: #212121;
}
.thermofisher-form2-wrapper .sub-title{
    font-size: 16px;
    color: #212121;
    padding-bottom: 10px;
}
.thermofisher-form2-wrapper .control-label{ 
    font-size: 16px;
    color: #212121;
}
.thermofisher-form2-wrapper .control-label span{
    color: #0D335D;
}
.thermofisher-form2-wrapper .form-control{
    height: 48px;
    background-color: rgba(0,0,0,0.10);
        
} 
.thermofisher-form2-wrapper .request-a-callback-btn{
    width: 100%;
    height: 46px;
    font-size: 17px;
    color: #fff;
    background-color: #EE3134!important;
    padding-top: 8px;
}
.thermofisher-form2-wrapper .request-a-callback-btn:hover,
.thermofisher-form2-wrapper .request-a-callback-btn:active,
.thermofisher-form2-wrapper .request-a-callback-btn:focus{
    color: #fff;
    background-color: #EE3134!important;
}
.thermofisher-form2-wrapper .ct-blue, 
.thermofisher-form2-wrapper .checkbox-blue.checkbox.checked .second-icon, 
.thermofisher-form2-wrapper .checkbox-blue.checkbox.checked, 
.thermofisher-form2-wrapper .radio-blue.radio.checked .second-icon, 
.thermofisher-form2-wrapper .radio-blue.radio.checked{
    color: #666;   
}
.thermofisher-form2-wrapper .checkbox .icons, 
.thermofisher-form2-wrapper .radio .icons{
    color: #f2f2f2;
}

/*Hubspot Form CSS*/
.thermofisher-form2-wrapper .hs-form-field{
    padding-bottom: 10px;
}
.thermofisher-form2-wrapper .hs-form-field label{
    font-size: 16px;
    font-weight: 300!important;    
    color: #212121;
    padding-bottom: 5px;
}
.thermofisher-form2-wrapper .hs-form-required{
    color: #8C2200;
}
.thermofisher-form2-wrapper .input .hs-input[type="text"],
.thermofisher-form2-wrapper .input .hs-input[type="email"],
.thermofisher-form2-wrapper .input .hs-input[type="tel"],
.thermofisher-form2-wrapper .input select{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    background-color: rgba(0,0,0,0.10);
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
    border: none;
}
.thermofisher-form2-wrapper .input select{
    width: 106%;
}
.thermofisher-form2-wrapper .input textarea{
    width: 100%;
    height: 168px;
    background-color: rgba(0,0,0,0.10);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.thermofisher-form2-wrapper .hs-error-msgs{
    padding: 0;
    margin: 0;
}
.thermofisher-form2-wrapper .hs-error-msgs li{
    display: block;
    padding-top: 6px;
    margin-top: 5px;
}
.thermofisher-form2-wrapper .hs-error-msgs li label{
    color: #FF6666;
    font-size: 14px;
}
.thermofisher-form2-wrapper .inputs-list.multi-container{
    margin: 0;
    padding: 0;
    padding-top: 20px;
}
.thermofisher-form2-wrapper  .inputs-list li{
    display: block;
}
.thermofisher-form2-wrapper  .inputs-list li span{
    padding-left: 6px;
    color: #333;
    font-size: 14px;
}
.thermofisher-form2-wrapper  .inputs-list li label{
    margin-bottom: 2px;
}
.thermofisher-form2-wrapper .actions{
    text-align: center;
}
.thermofisher-form2-wrapper .actions input[type="submit"]{
    font-weight: 600!important;
    border: 1px solid #EE3134!important;
    width: 100%!important;
    height: 46px!important;
    font-size: 17px!important;
    color: #fff!important;
    background-color: #EE3134!important;
    padding-top: 10px!important;
    background-image: none!important;
    border-radius: 0;
    box-shadow: none;
}
.thermofisher-form2-wrapper .actions input[type="submit"]:hover,
.thermofisher-form2-wrapper .actions input[type="submit"]:active,
.thermofisher-form2-wrapper .actions input[type="submit"]:focus{
    color: #fff;
    box-shadow: none;
    background-color: #EE3134!important;
}


@media(max-width: 767px){
    .form2-left-container{
        display: block;
        width: 100%;
        min-height: inherit;
        float: none;
    }
    .form2-right-container{
        display: block;
        width: 100%;
        min-height: inherit;
        float: none;
    }
    .content-box .heading{
        font-size: 18px;
    }
    .content-box .sub-heading{
        font-size: 24px;
    }
    .thermofisher-form2-wrapper{
        position: static;
        width: 94%;
        padding-top: 25px;
        padding-bottom: 0px;
    }
    .form2-content-box{
        position: static;
        width: 100%;
    }
    .content-box{
        position: static;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    .content-box{
        width: 314px;
        left: 50px;
        right: 20px;
    }
    .thermofisher-form2-wrapper{
        width: 314px;
        left: 30px;
        right: 40px;
    }
    .form2-content-box{
        padding-left: 65px;
        right: 36px;
    } 
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

