html {
    scroll-behavior: smooth;
  }
.thumbnail_img {
    width: 69px;
    display: flex;
    flex-wrap: wrap;
}
body,section {
    background-color: #ffffff;
}
.thumbnail_img img {
    max-width: 69px;
    border: 1px solid #cbcbcb;
    object-fit: contain;
    padding: 6px;
    height: 69px;
}

.details_left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.large_img {
    width: 82%;
    border: 1px solid #dddddd;
    height: 478px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
}

.large_img img {
    max-width: 100%;
    height: 400px;
    object-fit: contain;
    padding: 16px;
    margin: 0 auto;
}

.img_bottom_sec {
    background: #1B79E4;
    text-align: center;
    width: 100%;
    height: 76px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.img_bottom_sec p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #fff;
    font-size: 12px;
}

p.f_bold {
    font-weight: 600;
    font-size: 14px;
}
.product_details_page .container {
    display: flex;
    flex-wrap: wrap;
}
.details_right {
    padding-left: 0;
}
.details_right h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1B79E4;
}
h2 .case-span {
    color: #252525;
}
.details_right p {
    color: #252525;
    /* line-height: 28px; */
    /* font-size: 16px; */
}
ul.sizes {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.sizes li {
    width: 48px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
}
.sizes li input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.sizes li input:checked + span {border-color: #1b79e4;}
.sizes li span {
    border: 2px solid #D9D9D9;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.top-features ul {
    padding: 0;
}
.top-features ul li {
    display: flex;
    margin-bottom: 10px;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 24px;
}
.top-features ul li span {
    margin-right: 10px;
}
p.sub_head {
    font-weight: 600;
    font-size: 16px;
}
.top-features a {
    color: #1B79E4;
    font-weight: 600;
    text-decoration: none;
}
.thumbnail_img img.active {
    border-color: #1b79e4;
}

.product_detail_tab {
    margin-top: 57px;
}
.product_detail_tab .nav.nav-tabs {
    border: none;
}
.product_detail_tab .nav.nav-tabs li {
    border: none;
    margin-right: 55px;
}
.product_detail_tab .nav.nav-tabs li a {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    border: none;
    text-decoration: none;
    position: relative;
}
.product_detail_tab .tab-pane {
    border: none;
	opacity: 1;
}
.product_detail_tab .tab-content {
    margin-top: 40px;
}
.product_detail_tab .nav.nav-tabs li a.active:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #1B79E4;
    border-radius: 25px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product_detail_tab .nav.nav-tabs li a.active {
    color: #1B79E4;
}
div#feature ul,div#specifications ul{
    padding: 0;
}
div#feature ul li,div#specifications ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    display: flex;
    font-size: 14px;
}
div#feature ul li span,div#specifications ul li span {
    width: 24%;
    display: inline-block;
    color: #282828;
    font-weight: 500;
}
div#package table {
    width: 100%;
    border-collapse: collapse;
}
div#package table td {
    border: 1px solid #e4e4e4;
    padding: 20px;
}
div#package table td p {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}
div#package table td p:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #4A4A4A;
    position: absolute;
    left: 3px;
    top: 9px;
    border-radius: 25px;
}
div#benefits ul {
    padding: 0;
}
div#benefits ul li img {
    padding-right: 14px;
}
div#benefits ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
}
.product_details_page {
    margin: 25px 0;
}
div#specifications ul li p {
    margin: 0;
}
.request-data .contact-left video {
    top: 0;
}
.contact-us {
    margin-top: 58px;
    padding:15px 0;
    /* background: transparent; */
}
.contact-slider .owl-item.active {
    border: none;
}

@media screen and (max-width:767px){
    .large_img {
        width: 100%;
        height: auto;
    }
    .thumbnail_img {
        width: 100%;
        overflow: auto;
        flex-wrap: nowrap;
        margin-top: 12px;
        justify-content: center;
    }
    .details_left {flex-flow: wrap-reverse;}
    .large_img img {
        height: 300px;
    }
    .details_right {
        padding: 0;
        margin-top: 25px;
        text-align: justify;
    }
    .details_right {
        padding: 0;
        margin-top: 25px;
        text-align: justify;
    }
    .product_detail_tab .nav.nav-tabs li a {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        border: 1px solid #c9c9c9;
    }
    .product_detail_tab .nav.nav-tabs li a.active:after {
        bottom: -5px;
    }
    .product_detail_tab .nav.nav-tabs li {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
    div#feature ul li, div#specifications ul li {
        flex-wrap: wrap;
    }
    div#feature ul li span, div#specifications ul li span {
        width: 100%;
    }
    div#package {
        overflow: auto;
        white-space: nowrap;
    }
    div#benefits ul li {
        display: flex;        
        align-items: baseline;
    }
    div#specifications ul li span {
        width: 50%;
    }
    div#specifications ul li {
        flex-wrap: wrap;
        word-break: break-word;
    }
    div#specifications ul li p {
        width: 50%;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){
    .large_img {
        width: 78%;height: 304px;
    }
    .large_img img {
        height: 226px;
    }
    ul.sizes {
        gap: 6px;
    }
    .product_detail_tab .nav.nav-tabs li {
        margin-right: 36px;
    }
    div#feature ul li span {
        width: 100%;
    }
    div#feature ul li {
        flex-wrap: wrap;
    }

}

/* details-model */
button.request-btn {
    color: #fff;
    font-size: 13px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
}

.request-popup .modal-body.flex-class {
    padding: 0;
}
.modal-dialog.request-popup {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 100;
    max-width: 100%!important;
    overflow: hidden;
}
.request-popup {
    width: 65%;
    height: auto;
}
.request-popup .modal-content{
    border-radius: 25px;
    border: none;
}
.request-left {
    width: 37%;
    background: white;
    position: relative;
    z-index: 1;
}
.request-data {
    width: 62%;
    background: #1B79E4;
    border-radius: 0 25px 25px 0;
    padding: 35px 25px 0px 25px;
    position: relative;
    z-index: 1;
}
.request-data .form-part{
    width: 100%;
    padding: 0;
}
.request-data .head-left {
    width: 25%;
    border-right: 1px solid #FFFFFF;
}
.request-data .head-right {
    width: 67%;
}
.request-data h4 {
    font-size: 40px;
    color: #fff;
}
.request-data p{
    font-size: 12px;
    color: #fff;
}
.request-data .form-part label{
    color: #fff;
    font-size: 12px;
}
.request-data .right-head {
    justify-content: flex-start;
    gap: 25px;
}
.request-data .form-group input,.request-data .form-group textarea  {
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.request-data .check-opt input[type="radio"]:checked {
    background-color: #000;
    border: 2px solid #000;
}
.request-data .check-opt input[type="radio"]:checked+label {
    color: #000;
}
.request-data .check-opt input[type="radio"] {
    border: 2px solid #fff;
}
.request-data .intl-tel-input.separate-dial-code .selected-dial-code ,
.request-data .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.request-data .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.request-data .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{
    color: #fff !important;
}
#g-recaptcha-3 {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.request-data .popupform-radio {
    gap: 20px;
}
.request-data .datasubmit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #FFC403;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 55px;
}
.datasubmit-btn:hover {
    background: #000;
    color: #fff;
}
.request-data span.error_contact_name.active {
    border: none !important;
}
.request-left video {
    position: absolute;
    z-index: -1;
    left: -81px;
    top: 50%;
    transform: translateY(-70%);
}
.input-quantity.form-group {
    width: 100%;
}
.request-data button.close {
    position: absolute;
    right: 15px;
    z-index: 1;
    opacity: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 15px;
    line-height: 20px;
    filter: brightness(100);
    border: none;
    outline: none;
}
.request-data .form-group ,.request-data .radio-data {
    margin-bottom: 0;
}
.request-data .form-textarea .form-group {
    margin-bottom: 70px;
}
.request-left:after {
    content: "";
    position: absolute;
    background: url(../images/contact-us-img.webp) no-repeat;
    bottom: 140px;
    right: 15px;
    width: 187px;
    height: 195px;
    background-size: contain;
}
.form-part .active{
    border: none;
}
@media only screen and (max-width: 767px){
    .details_right h2 {
        font-size: 20px;
    }
    .modal-dialog.request-popup {
        top: 70%;
    }
    .request-popup {
        width: 95%;
    }
    .request-left {
        display: none;
    }
    .request-data {
        width: 100%;
    }
    ul.sizes {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .product_detail_tab .tab-content {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 567px){
    .modal-dialog.request-popup {
        top: 80%;
    }
}
@media only screen and (min-width: 568px) and (max-width: 767px){
    .request-popup .check-opt {
        width: 26% !important;
    }
    /* .modal-dialog.request-popup {
        top: 120%;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .request-popup {
        width:95%;
    }
    .request-left:after {
        width: 150px;
    }
    .request-data .popupform-radio {
        gap: 5px;
    }
    .request-left video {
        width: 400px;
    }
    .request-data .check-opt input[type="radio"] {
        margin-right: 3px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .request-popup {
        width:90%;
    }
    .request-left:after {
        width: 200px;
    }
    .request-data .popupform-radio {
        gap: 15px;
    }
    .request-left video {
        width: 450px;
    }
}
