/********** 1170px and below **********/
@media only screen and (max-width: 1170px) {

    /*********** Search ***********/
    .search-sec .close-btn {
        transform: none;
        left: auto;
        right: -6px;
    }

    /*********** Search End ***********/
}

/********** 1024px and below End **********/



/********** 1024px and below **********/
@media only screen and (max-width: 1024px) {

    /***** Pop Up Screen *****/
    .popup-content {
        padding: 60px 15px;
    }

    /***** Pop Up Screen End *****/
}

/********** 1024px and below End **********/



/********** 991px and below **********/
@media only screen and (max-width: 991px) {

    /***** Step 3 *****/
    .srd-right-content-wrap .h6 {
        font-size: 14px;
        line-height: 24px;
    }

    /***** Step 3 End *****/



    /***** Search *****/
    .search-result-body {
        justify-content: center;
    }

    .sresult-wrap {
        width: calc(50% - 20px);
    }

    .sresult-wrap:nth-child(2n+2) {
        margin-right: 0;
    }

    .sresult-wrap:nth-child(3n+3) {
        margin-right: 30px;
    }

    /***** Search End *****/
}

/********** 991px and below End **********/



/********** 767px and below **********/
@media only screen and (max-width: 767px) {

    /***** Education Bottom Part Style *****/
    body .edu-htfyrs p {
        font-size: 16px;
        ;
    }

    /***** Education Bottom Part Style End *****/

    /***** Contact Us *****/
    .contact-us-form input[type=text],
    .contact-us-form input[type=email],
    .contact-us-form input[type=number],
    .contact-us-form select,
    .contact-us-form textarea {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button {
        font-size: 14px;
        line-height: 20px;
        padding: 7px 16px;
    }

    /***** Contact Us End *****/

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
    }


    /***** FAQ *****/
    .list-section blockquote {
        margin-left: 17px;
        margin-top: 10px;
    }

    .list-section .elementor-widget-container>ul {
        margin-left: 17px;
        margin-top: 10px;
    }

    /***** FAQ End *****/



    /***** Privacy Policy, Terms & Conditions, Website Disclaimer *****/
    .list-section li ul li {
        margin-left: -15px;
    }

    /***** Privacy Policy, Terms & Conditions, Website Disclaimer End *****/



    /***** Pop Up Screen *****/
    .gen-popup-wrap {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        background-color: #A89C81;
        position: relative;
    }

    .gen-popup-wrap img {
        z-index: 1;
    }

    .popup-bg {
        max-width: none;
        width: 100%;
        height: 300px;
    }

    .popup-bg>div {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .popup-content {
        padding: 40px 15px;
    }

    .popup-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .popup-content-text {
        margin-top: -10px;
    }

    .popup-content-btn {
        margin-top: 10px;
    }

    /***** Pop Up Screen End *****/



    /***** Step 1b *****/
    .cdc-step1b-container {
        flex-direction: column;
    }

    .cdc-ste1b-left-container {
        width: 100%;
        margin: auto;
        margin-bottom: 12px;
    }

    .img-wrapper {
        margin-bottom: 12px;
    }

    .cdc-ste1b-right-container {
        width: 100%;
        margin: auto;
        padding-left: 0;
    }

    .cdc-ste1b-left-container .img-wrap {
        margin-top: 0;
    }

    .step1b-right-wrapper h2 {
        width: 100%;
    }

    .step1b-right-wrapper h2::after {
        margin-bottom: -12px;
    }

    .step1b-right-wrapper>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .right-content-wrap h6:first-child {
        margin-top: 24px;
    }

    .right-button-wrapper a.html-white-btn {
        padding: 7px 20px;
        max-width: 100%;
    }

    .right-button-wrap a.appointment-btn {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding: 7px 20px;
    }

    /***** Step 1b End *****/



    /***** Step 3 *****/
    .srd-right-content-wrap:first-child {
        margin-top: 24px;
    }

    .srd-right-content-wrap>div:not(:last-child) {
        margin-bottom: 12px;
    }

    .srd-right-content-wrapper>div:not(:last-child) {
        margin-bottom: 20px;
    }

    .srd-right-benefit-container {
        max-width: 100%;
    }

    /***** Step 3 End *****/



    /*********** Search ***********/
    .search-result-head {
        margin-bottom: 20px;
        margin-top: 60px;
    }

    .search-result-body {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .search-title {
        margin-bottom: 25px !important;
    }

    .search-sec .close-btn {
        top: 188px;
    }

    .search-sec .close-btn:before {
        width: 18px;
        height: 18px;
    }

    .search-sec .search-icon,
    .search-result-sec .search-icon,
    .search-no-result-sec .search-icon {
        top: -4px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    .search-sec input.search-field,
    .search-result-sec input.search-field,
    .search-no-result-sec input.search-field {
        min-height: 50px;
        max-width: 800px;
        width: 100%;
        padding: 14px 50px 14px 23px;
        font-size: 14px;
    }

    .sresult-inner-wrap {
        padding: 15px;
    }

    /*********** Search End ***********/
}

/********** 767px and below End **********/



/********** 576px and below **********/
@media only screen and (max-width: 576px) {

    /***** Mobile Menu End *****/
    .mobile-logo-wrap {
        width: 80px;
    }

    /***** Mobile Menu End *****/



    /***** Step 3 *****/
    .srd-drop-button-container .ring-size-dropdown::before {
        transform: translateX(-65px);
        width: 20px;
        height: 20px;
    }

    .srd-drop-button-container .ring-size-dropdown::after {
        transform: translateX(65px);
    }

    .srd-drop-button-container .drop-button-wrapper:hover .ring-size-dropdown::before {
        transform: translateX(-65px) rotate(10deg);
    }

    .srd-drop-button-container .drop-button-wrapper:hover .ring-size-dropdown::after {
        transform: translateX(65px) scale(1.2);
    }

    .drop-button-wrapper {
        margin-right: 10px;
        max-width: 155px;
    }

    .srd-benefit-wrap>div {
        width: 21px;
        height: 20px;
    }

    .srd-benefit-wrap .addtoany_shortcode a {
        width: 21px;
        height: 20px;
    }

    .srd-benefit-wrap .addtoany_shortcode a img {
        vertical-align: super;
    }

    /***** Step 3 End *****/



    /***** Search *****/
    .sresult-bg {
        height: 150px;
        min-height: 150px;
    }

    .sresult-wrap {
        margin-right: 0;
        margin-bottom: 20px;
        min-height: 330px;
        max-width: 300px;
        width: 100%;
    }

    .sresult-wrap:nth-child(3n+3) {
        margin-right: 0;
    }

    /***** Search End *****/
}

/********** 576px and below End **********/



/********** 375px and below **********/
@media only screen and (max-width: 375px) {

    /***** Step 3 *****/
    .srd-right-benefit-container>div:not(:last-child) {
        margin-right: 10px;
    }

    /***** Step 3 End *****/
}

/********** 375px and below End **********/



/*********** Engagement Ring Step 1 Filter Table ***********/
@media only screen and (max-width: 767px) {
    .dteg-step1-table .sort select {
        font-size: 16px;
        line-height: 24px;
        min-height: 36px;
    }

    .dteg-step1-table .t-container {
        margin-top: 20px;
    }

    .dteg-step1-table .t-content span {
        margin-left: 5px;
        font-size: 13px;
    }

    .dteg-step1-table .t-content th,
    .dteg-step1-table .t-content td {
        padding: 5px;
    }

    .dteg-step1-table .t-content td span {
        font-size: 13px;
    }

    .dteg-step1-table .t-content .content-th-icon {
        padding: 5px 25px;
    }

    .dteg-step1-table .t-content th.content-th-icon::after {
        right: 5px;
    }

    .t-pagi-sec {
        margin-top: 35px;
    }

    .t-pagi-sec .t-pagi-container {
        flex-wrap: wrap;
    }

    .t-pagi-sec .t-pagi-container:first-child {
        margin-bottom: 10px;
    }

    .t-pagi-sec .t-pagi-container a,
    .t-pagi-sec .t-pagi-container span {
        font-size: 16px;
        padding: 6px;
    }

    .t-pagi-sec .t-pagi-container .pagi-first,
    .t-pagi-sec .t-pagi-container .pagi-previous,
    .t-pagi-sec .t-pagi-container .pagi-next,
    .t-pagi-sec .t-pagi-container .pagi-last {
        padding: 6px 8px;
    }
}

/*********** Engagement Ring Step 1 Filter Table End ***********/