/*L-desktop*/

@media (min-device-width:  1600px)
{
    
}

/*L-laptops*/
@media only screen and (min-device-width: 1200px) and (max-device-width: 1440px)
{


    
}
@media (width: 1366px) {
  header.main-ab img {
    height: 110px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
section.start-main-wrapper {
    padding-top: 110px;
    height: calc(100vh - 142px);
}
}
/*laptops/tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 1024px)
{
    .lap-50
    {
        width: 50%;
    }
    .lap-100
    {
        width: 100%;
    }
    .check-field label, .radio-field label
    {
        font-size: 18px;
    }
    .main-heading
    {
        font-size: 30px;
    }
    .image-f
    {
        display: none;
    }
    .p-text {
    font-size: 24px;
    font-weight: 700;
}
    .next_prev
    {
        display: grid;
        place-content: center;
        margin: 30px 0;
    }
    .next_prev button
    {
        margin: 0 auto;
    }
    .radio-field-2 label
    {
        width: 72%;
    }

}


/*tablets*/
@media only screen and (min-device-width: 576px) and (max-device-width: 768px)
{
    .tab-50
    {
        width: 50%;
    }
    .tab-100
    {
        width: 100%;
    }
    .radio-field-2 label
    {
        font-size: 18px;
    }
    .radio-field-3 label
    {
        font-size: 18px;
    }
    .radio-field-3 label span
    {
        font-size: 16px;
    }
    .thankyou-page-inner h1
    {
        font-size: 50px;
    }
    .subscribe input
    {
        width: 60%;
    }
    .subscribe button
    {
        width: 40%;
    }

    


}


/*Smart phone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 576px)
{
	footer.forms {
       position: relative !important;
}
    .dashboard-list-main ul li {
    width: 100%;
    list-style: none;
}
    .dashboard-list ul li {
    width: 50%;
}
section.start-main-wrapper {
    padding-top: 20px;
}
.continue-s-wrapper, .start-s-wrapper {
    width: 100%;
}
button.modals-toggle {
    display: none;
}
header.main-ab img {
    height: 70px;
}
.ques-title {
    width: 100% !important;
}

.qns-list {
    width: 100% !important;
}
.timer-main-st {
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    position: initial;
    display: block;
    background: transparent;
    text-align: center;
}
.countdown-timer {
    color: black !important;
    font-size: 16px;
    padding-top: 41px;
    padding-left: 25px;
    font-weight: 700 !important;
}
.test-result-item {
    width: 100%;
}
.test-title {
    width: 60%;
    font-size: 17px;
    padding: 7px;
}
.test-re-permalink {
    /* float: right; */
    display: flex;
    width: 40%;
}
.view-exp {
    font-size: 11px;
}
.ans-list ul {
    padding-left: 0px;
}
.p-title-list ul li {
    margin-left: 18px;
}
.login-main-logo img {
    width: 100%;
    object-fit: contain;
}
.test-result-content-form {
    padding: 5px;
}
    .quiz-text
    {
        width: 100%;
    }
    .main-heading
    {
        font-size: 23px;
    }
    .p-text
    {
        font-size: 15px;
    }
  
    .radio-field label, .check-field label
    {
        font-size: 12px;
    }
    .check-field
    {
        height: 60px;
    }
    .next_prev .bar-inner
    {
        width: 100%;
    }
    .check-field input::after
    {
        width: 30px;
        height: 30px;
        top: 15px;
    }
    .next_prev
    {
        display: grid;
        place-content: center;
        margin: 30px 0;
    }
    .radio-field-3 label
    {
        width: 75%;
        font-size: 18px;
    }
    .radio-field-3 label span
    {
        font-size: 17px;
    }
    .radio-field-3 img
    {
        object-position: 0px -30px;
    }
    .radio-field-2
    {
        height: 90px;
    }
    .radio-field-2 input
    {
        margin-left: 20px;
        margin-right: 10px;
    }
    .radio-field-2 label
    {
        font-size: 12px;
    }
    .radio-field-3 input
    {
        left: -10px;
    }
    .thankyou-page-inner span
    {
        font-size: 15px;
    }



    .thankyou-page-inner h1
    {
        width: 90%;
        font-size: 30px;
    }
    .subscribe
    {
        width: 90%;
        padding-left: 20px;
        height: 60px;
    }
    .subscribe input
    {
        width: 50%;
    }
    .subscribe button
    {
        width: 50%;
    }

    
}


