section.transporter{
    background: url('../images/about-us/membership-form.png');
    background-size: cover;
    width: 100%;
	padding-bottom: 50px;
}
section.transporter .membership-form{
    width: 584px;
    height: auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 45px;
    margin: 100px 0 0;
    float: right;
}
section.transporter .membership-form h1{
    font-family: 'NexaBold';
    font-weight: 700;
    font-size: 30px;
}
section.transporter .membership-form form{
    margin: 60px 0 0;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #D1D1D1;
}
input.form-control, select#inputState{
    border-radius: 50px;
}
select#inputState{
    margin: 0 0 30px;
}
section.transporter .membership-form form .form-row{
    position: relative;
}
section.transporter .membership-form form .form-row .form-group{
    width: 100%;
}
section.transporter .membership-form form .form-row .form-group select#inputState{
    width: 13%;
    border: none;
    position: absolute;
    top: 36px;
    padding: 0;
    left: 10px;
    height: 30px;
    border-radius: 0px;
    border-right: 1px solid #ccc;
}
section.transporter .membership-form form .form-row input.form-control{
    padding: 0 80px 0;
}
input.form-control::placeholder{
    color: #C7C7C7;
}
section.transporter .membership-form form .form-check-label{
    font-weight: 400;
    font-size: 16px;
    color: #2A2A2A;
    margin-left: 24px;
}
section.transporter .membership-form form .form-check-input{
    margin-left: 0;
}
section.transporter .membership-form form button.btn.btn-primary{
    background: #40B9EA;
    border-radius: 50px;
    padding: 10px;
    border: none;
    width: 100%;
}
.form-check{
    padding: 0;
}
.form-check p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    margin: 15px 0 60px;
}
.form-check p span{
    color: #40B9EA;
}
.form-group p.text-center{
    margin: 25px 0 0;
}
section.transporter .tabs{
    margin: 50px 0 48px;
}
section.transporter .membership-form .tab-content {
    margin: -20px 0;
}
section.transporter .tabs a {
    color: #000;
    letter-spacing: 1px;
}
section.transporter .tabs li.nav-item{
    margin-left: 0;
}
section.transporter .tabs a:first-child{
    margin: 0px;
}
section.transporter .tabs a.active{
    background: rgba(6, 98, 119, 0.1);
    border-radius: 50px;
    padding: 7px 20px 5px;
    color: #066277;
    font-family: 'NexaRegular';
    font-weight: 700;
    font-size: 16px;
    border: none;
	letter-spacing: 1px;
}
section.transporter .nav-tabs {
    border-bottom: none;
    margin: 0 0 42px;
}
section.transporter .nav-tabs .nav-link:hover{
    border-color: transparent;
}
section.transporter a span{
   color: #40B9EA;
}
section.transporter p.text-center a{
   color: #40B9EA;
}

                                            /* Premium Membership form Page Responsive*/
                                            
@media (max-width: 1920px){
   /* .container {
        max-width: calc(100% - 100px);
    }*/
    section.transporter .membership-form .form-group label, section.transporter .membership-form .form-group input.form-control::placeholder{
        font-size: 16px;
    }
}

@media (max-width: 1400px){
   /* .container {
        max-width: calc(100% - 70px);
    }*/
    section.transporter .membership-form .form-group label, section.transporter .membership-form .form-group input.form-control::placeholder {
        font-size: 16px;
    }
}

@media (max-width: 1200px){
    /*.container {
        max-width: calc(100% - 30px);
    }*/
    section.transporter .membership-form .form-group label, section.transporter .membership-form .form-group input.form-control::placeholder {
        font-size: 16px;
    }
    .form-check p{
        margin: 15px 0 35px;
    }
    section.transporter .membership-form form button.btn.btn-primary{
        padding: 13px;
    }
}

@media (max-width: 991px){
    section.transporter .membership-form form {
        margin: 35px 0 0;
    }
    section.transporter .membership-form form button.btn.btn-primary{
        padding: 13px;
    }
}

@media (max-width: 767px){
    section.transporter .membership-form{
        width: 584px;
        margin: 100px auto 0;
        float: initial;
    }
    section.transporter .membership-form h1 {
        font-size: 28px;
    }
}

@media (max-width: 645px){
    section.transporter .membership-form {
        width: 100%;
        margin: 100px auto 0;
        float: initial;
    }
    section.transporter .tabs {
        margin: 40px 0 48px;
    }
}

@media (max-width: 575px){
    section.transporter .membership-form h1 {
        font-size: 24px;
    }
    section.transporter .membership-form form .form-group label, section.transporter .membership-form form .form-group input.form-control::placeholder {
        font-size: 14px;
    }
    section.transporter .membership-form form button.btn.btn-primary {
        padding: 7px;
    }
    section.transporter .membership-form form {
        margin: 25px 0 0;
    }
    section.transporter .membership-form form .form-row .form-group select#inputState{
        width: 18%;
        top: 34px;
    }
    section.transporter .tabs a:first-child {
        margin: 1px;
    }
    section.transporter .tabs li.nav-item:last-child{
        margin: 10px 0 0;
    }
    section.transporter .membership-form form .form-group{
        margin-bottom: 10px;
    }
}

@media (max-width: 500px){
    .form-group {
        margin-bottom: 10px;
    }
    input.form-control {
        height: 35px;
    }
    section.premium-membership .membership-form h1 {
        font-size: 22px;
    }
    section.premium-membership .membership-form{
        padding: 25px;
    }
    section.premium-membership .membership-form form .form-row input.form-control {
        padding: 0 90px 0;
    }
}

@media (max-width: 390px){
    section.premium-membership .membership-form form .form-row .form-group select#inputState {
        width: 22%;
        font-size: 14px;
    }
    section.premium-membership .membership-form form .form-row input.form-control {
        padding: 0 0 0 90px;
    }
    section.premium-membership .membership-form form .form-row .form-group select#inputState {
        width: 26%;
        font-size: 14px;
    }
    section.transporter .tabs a, section.transporter .tabs a.active{
        font-size: 15px;
    }
    section.transporter .tabs {
        margin: 25px 0 48px;
    }
    section.transporter .membership-form{
        padding: 15px;
    }
}