/* user Front End page Starts */
.pats_designer_customize_wrap_frontend .container-heading{
    margin-top: 40px;
}
.pats_designer_customize_wrap_frontend .container-heading .h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 13px;
}
.pats_designer_customize_wrap_frontend .tabs{
    box-sizing: border-box;
    width: 30%;
    height: 92px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    padding: 15px;
}
.pats_designer_customize_wrap_frontend .tab-boxes{
    width: 56px;
    height: 59px;
    background: #EDF6FF;
    border: 1px solid #CBE6FF;
    border-radius: 10px;
    color: #000000;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .ultimate{
    background: #0066FF;
}
/* .doors-dropdown{
    text-align: center;
}
.doors-dropdown select{
    height: 60px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid white;
} */
/* .doors-dropdown-box{
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.doors-dropdown{
    position: relative;
}
.doors-dropdown select{
    background-color: #0563af;
    color: white;
    padding: 12px;
    width: 250px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: none;
    outline: none;
}
.doors-dropdown::before {
    content: "\f0ab";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    font-weight: 900;
} */
/* .doors-dropdown i{
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    font-weight: 900;
} */
/* .doors-dropdown:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}
.doors-dropdown select option {
    padding: 30px;
} */
.pats_designer_customize_wrap_frontend .select-dpdn{
    text-align: center;
}
.pats_designer_customize_wrap_frontend .select-dpdn #selectives {
    position: absolute;
    /* top: 50%; */
    left: 37%;
    display: none;
    /* z-index: 999; */
    background: #eeeeee;
    border-radius: 12px;
    width: 26%;
}
.pats_designer_customize_wrap_frontend .select-dpdn #input {
    position: relative; 
}
.pats_designer_customize_wrap_frontend .select-dpdn input:hover {
    cursor: pointer; 
}
.pats_designer_customize_wrap_frontend .select-dpdn input::-moz-selection {
    background: white; 
    color: #000
}
.pats_designer_customize_wrap_frontend .select-dpdn input {
    width: 400px;
    max-width: 90%;
    overflow-y: auto;
    cursor: pointer;
    padding: 15px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    border-radius: 12px;
    color: #444;
    font-size: 18px;
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.10);
    /* background-color: rgb(238, 238, 238); */
    background: url(../images/Vector-up.png) 94% / 5% no-repeat #eee;
}
.pats_designer_customize_wrap_frontend .select-dpdn ul {
    margin: 0px;
    list-style-type: none;
    text-align: left;
    padding: 0px;
}
.pats_designer_customize_wrap_frontend .select-dpdn li {
    padding: 8px 25px;
    font-size: 19px;
    border-top: 0px
}
/* .pats_designer_customize_wrap_frontend .select-dpdn li:last-child {border-radius: 0px 0px 2px 2px; border: 1px solid black; border-top: 0px;} */
/* .pats_designer_customize_wrap_frontend .select-dpdn li:first-child {border-radius: 0px; border-bottom: 1px solid orange; border-top: 0px;} */
.pats_designer_customize_wrap_frontend .select-dpdn li:hover {background-color: ghostwhite; cursor: pointer;}

.pats_designer_customize_wrap_frontend .doors-dropdown{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pats_designer_customize_wrap_frontend .doors-dropdown select{
    width: 400px;
    max-width: 90%;
    overflow-y: auto;
    cursor: pointer;
    padding: 15px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none;
    border-radius: 12px;
    color: #444;
    font-size: 18px;
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.10);
    /* background-color: rgb(238, 238, 238); */
    background: url(../images/Vector-up.png) 94% / 5% no-repeat #eee;

}
.pats_designer_customize_wrap_frontend .doors-dropdown select option{
    padding: 10px 20px;
    margin-bottom: 8px;
    border-radius: 12px;
    background-color: rgb(238, 238, 238);
    white-space: pre-wrap;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .doors-dropdown select option:hover{
    background-color: rgb(223, 223, 223);
  }
.pats_designer_customize_wrap_frontend .doors-dropdown select option:checked{
    box-shadow: 0 0 10px 100px #595959 inset;
    background-color: rgb(238, 238, 238);
  }
  .pats_designer_customize_wrap_frontend .doors-dropdown select::-webkit-scrollbar-track
  {
      background-color: #F5F5F5;
      border-radius: 12px;
  }
  .pats_designer_customize_wrap_frontend .doors-dropdown select::-webkit-scrollbar
  {
      width: 8px;
      background-color: #F5F5F5;
  }
  
  .pats_designer_customize_wrap_frontend .doors-dropdown select::-webkit-scrollbar-thumb
  {
      background-color: rgb(225, 225, 225);
      border-radius: 12px;
      background-image: -webkit-linear-gradient(90deg,
                                                rgba(160, 160, 160, 0.2) 25%,
                                                transparent 25%,
                                                transparent 50%,
                                                rgba(160, 160, 160, 0.2) 50%,
                                                rgba(160, 160, 160, 0.2) 75%,
                                                transparent 75%,
                                                transparent)
  }
  .pats_designer_customize_wrap_frontend .doors-dropdown select.fadeIn {
    animation: fadeInDown 0.2s;
  }
  .pats_designer_customize_wrap_frontend .doors-dropdown select.fadeOut{
    animation: fadeInUp 0.2s;
  }

  .pats_designer_customize_wrap_frontend .tab-boxes span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .semi-heading{
    margin: 25px 0 0px;
    display: none;
}
.pats_designer_customize_wrap_frontend .semi-heading p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #0066FF;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .body-content{
    display: flex;
    justify-content: center;
    margin: 48px 0px;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.pats_designer_customize_wrap_frontend .contents{
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 21px;
    width: 30%;
}
.pats_designer_customize_wrap_frontend .contents img{
    width: 100%;
    height: 234px;
}
.pats_designer_customize_wrap_frontend .slidecontainer{
    margin: 15px 10px;
}
.pats_designer_customize_wrap_frontend .slidecontainer input{
    width: 100%;
}
.pats_designer_customize_wrap_frontend .slidecontainer span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #919191;
}
.pats_designer_customize_wrap_frontend .lower-span{
    color: #000 !important;
    font-size: 16px !important;
    font-family: Poppins !important;
    float: right;
}
.pats_designer_customize_wrap_frontend .button-groups{
    width: 82%;
    text-align: right;
    margin: 30px 0px;
}
.pats_designer_customize_wrap_frontend .button-one{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #0066FF;
    border-radius: 10px;
    padding: 8px 60px 8px;
    cursor: pointer;
    margin: 0px 15px 10px 0px;
}
.pats_designer_customize_wrap_frontend .button-one span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #0066FF;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .button-two{
    box-sizing: border-box;
    background: #0066FF;;
    border: 1px solid #0066FF;
    border-radius: 10px;
    padding: 8px 60px 8px;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .button-two:disabled{
    background: #0066ff54;;
    border: 1px solid #0066ff54;
}
.pats_designer_customize_wrap_frontend .button-two span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
/* css for help modal */
.pats_designer_customize_wrap_frontend .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.pats_designer_customize_wrap_frontend .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* padding: 1rem 1.5rem; */
    width: 50%;
    border-radius: 0.5rem;
}

.pats_designer_customize_wrap_frontend .close-button {
    float: right;
    width: 1.5rem;
    line-height: 3.5rem;
    text-align: center;
    cursor: pointer;
    /* background-color: lightgray; */
    font-size: 35px;
}
.pats_designer_customize_wrap_frontend .close-button:hover {
    background-color: darkgray;
}

.pats_designer_customize_wrap_frontend .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}
.pats_designer_customize_wrap_frontend .w3-container{
    padding: 10px 15px 8px;
    border-radius: 0.5rem 0.5rem 0 0;
}
.pats_designer_customize_wrap_frontend .w3-container:after,.pats_designer_customize_wrap_frontend .w3-container:before{
    content:"";
    display:table;
    clear:both;
}
.pats_designer_customize_wrap_frontend .w3-blue{
    color: #333;
    /* background-color:#002059; */
}
.pats_designer_customize_wrap_frontend .modal-content-h1{
    font-size: 18px;
    line-height: 3.42857143;
    font-family: 'Poppins';
    font-weight: 500;
    color: inherit;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .modal-body{    
    padding: 15px;
    max-height: calc(100vh - 230px);
    overflow-y: auto;
}
.pats_designer_customize_wrap_frontend .modal-body p{    
    margin: 0 0 10px;
    font-family: 'Poppins';
    font-size: 15px;
}
.pats_designer_customize_wrap_frontend .img-grp{
    display: flex;
    justify-content: space-around;
}
.pats_designer_customize_wrap_frontend .img-grp .inner-img-grp img{
    width: 94%;
}
.pats_designer_customize_wrap_frontend .img-grp .inner-img-grp{
    padding: 15px 0px;
}
.pats_designer_customize_wrap_frontend .img-grp .inner-img-grp .left-img{
    float: right;
}
.pats_designer_customize_wrap_frontend .img-grp .inner-img-grp .h1-text{
    text-decoration: underline;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 1.1;
    display: block;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .modal-body a{
    color: #428bca;
    text-decoration: none;
    background-color: transparent;
    font-family: 'poppins';
    font-size: 14px;
    line-height: 1.42857143;
}
.pats_designer_customize_wrap_frontend .modal-body .h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 1.1;
}
.pats_designer_customize_wrap_frontend .modal-body .modal-list{
    margin-top: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.pats_designer_customize_wrap_frontend .modal-body .modal-list li{
    font-family: "poppins";
    font-size: 14px;
    line-height: 1.42857143;
}
.pats_designer_customize_wrap_frontend .modal-content .modal-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color:#002059;
    border-radius: 0 0 0.5rem 0.5rem;
}
.pats_designer_customize_wrap_frontend .modal-content .modal-footer .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
    color: black;
}
/* css for help modal */

@media only screen and (max-width: 1600px) {
    .pats_designer_customize_wrap_frontend .doors-dropdown-box{
        top: 29%;
    }
} 
@media only screen and (max-width: 1560px) {
    .pats_designer_customize_wrap_frontend .button-one{
        padding: 8px 40px 8px;
    }
} 
@media only screen and (max-width: 768px) {
    .pats_designer_customize_wrap_frontend .body-content {
        flex-wrap: wrap;
    }
    .pats_designer_customize_wrap_frontend .contents {
        width: 75%;
        margin: 10px;
    }
    .pats_designer_customize_wrap_frontend .button-groups {
        width: 100%;
        text-align: center;
    }
    .pats_designer_customize_wrap_frontend .modal-content {
        width: 85%;
    }
  } 
@media only screen and (max-width: 729px) {
    .pats_designer_customize_wrap_frontend .doors-dropdown-box{
        top: 39%;
    }
} 
@media only screen and (max-width: 600px) {
    .pats_designer_customize_wrap_frontend .button-groups {
        width: 100%;
        text-align: center;
    }
    .pats_designer_customize_wrap_frontend .button-one {
        margin-right: 0px;
        width: 90%;
    }
    .pats_designer_customize_wrap_frontend .button-two {
        margin: 20px 0px;
        width: 90%;
    }
    .pats_designer_customize_wrap_frontend .contents {
        width: 90%;
    }
  }
  @media only screen and (max-width: 468px) {
    .pats_designer_customize_wrap_frontend .doors-dropdown-box{
        top: 35%;
    }
} 
@media only screen and (max-width: 391px) {
    .pats_designer_customize_wrap_frontend .doors-dropdown-box{
        top: 56%;
    }
} 
  
/* page-2 starts */
.pats_designer_customize_wrap_frontend .container-heading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .container-subheading h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 10px;
    text-align: center;
    color: #0066FF;
    margin-bottom: 70px;
}
/* .pats_designer_customize_wrap_frontend .first-content-head{
    width:44.65%;
} */
.pats_designer_customize_wrap_frontend .first-content-head{
    /* width:34.3%; */
    /* width:65.5%; */
    width: 545px;
}
.pats_designer_customize_wrap_frontend .first-content-head span{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-family: Poppins;
    font-weight: 500;
    display: block;
}
.pats_designer_customize_wrap_frontend .first-content-heading{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    /* text-align: center; */
    color: #000000;
}
.pats_designer_customize_wrap_frontend .first-content{
    box-sizing: border-box;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px;
    width: 100%;
    padding: 15px;
}
/* .pats_designer_customize_wrap_frontend .first-content .wrapper img{
    width: 100%;
    height: 100%;
} */
.pats_designer_customize_wrap_frontend .first-content h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    /* margin: 7px 0px 7px 15px; */
}
/* .pats_designer_customize_wrap_frontend .canvas{
    width: 100%;
} */
.pats_designer_customize_wrap_frontend .button-icon{
    width: 30px;
    height: 30px;
    background: #0066FF;
    border-radius: 10px;
    margin: 18px 0px 0px 10px;
    text-align: center;
    cursor: pointer;
}
/* .body-container{
    display: flex;
    justify-content: space-around;
} */
.pats_designer_customize_wrap_frontend .first-content-img{
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    height: auto;
    width: 100%;
}
.pats_designer_customize_wrap_frontend .text-body-one{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .text-body-one strong{
    color: blue;
}
.pats_designer_customize_wrap_frontend .text-body{
    display: flex;
    justify-content: space-between;
    margin: 5px 0px 20px 0px;
}
.pats_designer_customize_wrap_frontend .button-icon img{
    margin-top: 4px;
    width: 21px;
}
.pats_designer_customize_wrap_frontend .pagination .page-numbers li {
    display: inline-block;
    margin: 0;
}
.pats_designer_customize_wrap_frontend .pagination ul.page-numbers{
    text-align: right;
    margin: 14px 0px;
    display: block;
}
.pats_designer_customize_wrap_frontend .pagination li a {
    text-decoration: none;
    margin: 6px;
}
.pats_designer_customize_wrap_frontend .pagination li .page-numbers.current{
    background: #0066FF;
    border: 1px solid #E8E8E8;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
}
.pats_designer_customize_wrap_frontend .pagination li .page-numbers{
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    width: 31px;
    height: 31px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow:none;
}
.pats_designer_customize_wrap_frontend .pagination li .page-numbers span, .pats_designer_customize_wrap_frontend .pagination li .page-numbers{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #515974;
}
.pats_designer_customize_wrap_frontend .pagination li .page-numbers.next, .pats_designer_customize_wrap_frontend .pagination li .page-numbers.prev{
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    outline: none;
    box-shadow:none;
}
.pats_designer_customize_wrap_frontend .text-body-button{
    display: flex;
    justify-content: center;
}
.pats_designer_customize_wrap_frontend .img-label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    height: 30px;
}
.pats_designer_customize_wrap_frontend .custom-file-input{
    width: 100%;
}
.pats_designer_customize_wrap_frontend .custom-file-input::-webkit-file-upload-button{
    visibility: hidden;
}
.pats_designer_customize_wrap_frontend .custom-file-input::before {
    content: 'Upload';
    display: inline-block;
    background: #0066FF;
    border-radius: 10px;
    width: 100%;
    border: 1px solid white;
    padding: 5px 0px 5px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
  }
.pats_designer_customize_wrap_frontend .first-content button{
    background: #0066FF;
    border-radius: 10px;
    width: 100%;
    border: 1px solid white;
    padding: 17px 0px 16px;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .first-content button span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.pats_designer_customize_wrap_frontend .second-content{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px;
    height: auto;
    width: calc(100% - 575px);
    padding: 15px;
}
.pats_designer_customize_wrap_frontend .second-content .sync-ckbox{
    margin-bottom: 10px;
}
.pats_designer_customize_wrap_frontend .upper-inner-container{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: auto;
    display: flex;
    /* justify-content: space-around; */
    padding: 10px;
    gap: 4px;
    flex-wrap: wrap;
}
.pats_designer_customize_wrap_frontend .body-content-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .inner-container{
    background: #EDF6FF;
    border-radius: 10px;
    height: 56px;
    width: 20%;
    text-align: center;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.pats_designer_customize_wrap_frontend .inner-container{
    background: #EDF6FF;
    border-radius: 10px;
    padding: 10px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 32%;
}
/* .inner-container span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
} */
.pats_designer_customize_wrap_frontend .home-active{
    background: #0066FF;
}
.pats_designer_customize_wrap_frontend .home-active span{
    color: #FFFFFF !important;
}
.pats_designer_customize_wrap_frontend .inner-container span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .sample-home-flex{
    display: flex;
    justify-content: space-between;
}
.pats_designer_customize_wrap_frontend .Sample-home h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .sample-home-container{
    box-sizing: border-box;
    /* height: 225px; */
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px 17px 0px 0px;
    padding: 5px 10px;
    overflow: auto;
    /* white-space: nowrap; */
    margin-bottom: 20px;
}
.pats_designer_customize_wrap_frontend .sample-home-container-door-information{
    box-sizing: border-box;
    /* height: 225px; */
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px 17px 0px 0px;
    padding: 5px 10px;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
}
.pats_designer_customize_wrap_frontend .sample-home-container-information{
    box-sizing: border-box;
    /* height: 225px; */
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px;
    padding: 5px 10px;
}
.pats_designer_customize_wrap_frontend .first-home-container img{
    width: 70px;
    height: 70px;
    max-width: 100%;
    /* border: 1px solid #E6E6E6; */
    border-radius: 10px;
}
.pats_designer_customize_wrap_frontend #preset-id.active{
    border: 1px solid #0066FF;
}
.pats_designer_customize_wrap_frontend .first-home-container p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    /* text-align: center; */
    color: #000000;
    word-break: break-word;
}
.pats_designer_customize_wrap_frontend .first-home-container{
    width: 100%;
    max-width: 150px;
}

.pats_designer_customize_wrap_frontend .pagination ul {
    text-align: right;
    margin: 14px 0px;
    display: block;
}
.pats_designer_customize_wrap_frontend .pagination .page-numbers li {
    display: inline-block;
}

.pats_designer_customize_wrap_frontend .pagination li .page-numbers.current{
    background: #0066FF;
    border: 1px solid #E8E8E8;
    font-family: 'Poppins';
    color: #FFFFFF;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pats_designer_customize_wrap_frontend .pagination li .page-numbers{
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow:none;
    width: 31px;
    height: 31px;
}
.pats_designer_customize_wrap_frontend .pagination li .page-numbers span, .pats_designer_customize_wrap_frontend .pagination li .page-numbers{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #515974;
}

.pats_designer_customize_wrap_frontend .pagination li .page-numbers.next, .pats_designer_customize_wrap_frontend .pagination li .page-numbers.prev{
    background: none;
    border: none;
    width: auto;
    height: auto;
    display: block;
    border-radius: 0;
    outline: none;
    box-shadow:none;
}
.pats_designer_customize_wrap_frontend .pagination li .active span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
}

.pats_designer_customize_wrap_frontend .sample-home-container ul {
    list-style-type: none;
    /* display: flex;
    justify-content: space-between; */
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}
.pats_designer_customize_wrap_frontend .sample-home-container-door-information ul {
    list-style-type: none;
    /* display: flex;
    justify-content: space-between; */
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pats_designer_customize_wrap_frontend .doors-information ul{
    display: flex;
    flex-wrap: wrap;
}
.pats_designer_customize_wrap_frontend .doors-information li{
    width: 50%;
}

.pats_designer_customize_wrap_frontend .sample-home-container li {
    display: inline-block;
    width: 20%;
}

.pats_designer_customize_wrap_frontend .sample-home-container input[type="checkbox"][id^="cb"] {
    display: none;
}

.pats_designer_customize_wrap_frontend .sample-home-container label {
    /* border: 1px solid #fff;
    padding: 10px; */
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container label:before {
    /* background-color: white; */
    /* color: white; */
    content: " ";
    display: block;
    /* border-radius: 50%; */
    /* border: 1px solid grey; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    /* text-align: center; */
    /* line-height: 28px; */
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container :checked + label {
    border-color: #ddd;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container :checked + label:before {
    content: "\2713";
    background-color: #0066ff;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: white;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container :checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }
  .pats_designer_customize_wrap_frontend .sample-home-container .second{
    border: 1px solid #E6E6E6 !important;
}

.pats_designer_customize_wrap_frontend .sample-home-container-door-information li {
    display: inline-block;
}

.pats_designer_customize_wrap_frontend .sample-home-container-door-information input[type="checkbox"][id^="cb"] {
    display: none;
}

.pats_designer_customize_wrap_frontend .sample-home-container-door-information label {
    /* border: 1px solid #fff;
    padding: 10px; */
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container-door-information label:before {
    /* background-color: white; */
    /* color: white; */
    content: " ";
    display: block;
    /* border-radius: 50%; */
    /* border: 1px solid grey; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    /* text-align: center; */
    /* line-height: 28px; */
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container-door-information label img {
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container-door-information :checked + label {
    border-color: #ddd;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-container-door-information :checked + label:before {
    content: "\2713";
    background-color: #0066ff;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: white;
  }
  
  .pats_designer_customize_wrap_frontend .sample-home-containersample-home-container-door-information :checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }
  .pats_designer_customize_wrap_frontend .sample-home-container-door-information .second{
    border: 1px solid #E6E6E6 !important;
}






.pats_designer_customize_wrap_frontend .ultimate-home-container img{
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #E6E6E6;
    border-radius: 10px 0px 0px 10px;
    height: 167px;
}
.pats_designer_customize_wrap_frontend .slider-line{
    height: 6px;
    border-radius: 6px;
    width: 100%;
}
.pats_designer_customize_wrap_frontend .doors-info h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .doors-info-box{
    box-sizing: border-box;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 33px;
    padding: 18px 14px 21px;
    margin-bottom: 10px;
    white-space: normal;
}
.pats_designer_customize_wrap_frontend .doors-info-box h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .doors-info-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #919191;
    height: auto;
    word-wrap: break-word;
}
.pats_designer_customize_wrap_frontend .doors-info-text strong{
    color: blue;
}
/* .pats_designer_customize_wrap_frontend .doors-info-container-flexOne{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
} */
.pats_designer_customize_wrap_frontend .doors-info-text span{
    color: black;
}
.pats_designer_customize_wrap_frontend .doors-info-container{
    margin-bottom: 15px;
}
.pats_designer_customize_wrap_frontend .back{
    background: #0066FF;
    border-radius: 10px;
    border: none;
    padding: 8px 40px 8px;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .back span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.pats_designer_customize_wrap_frontend .start{
    background: #FFFFFF;
    border: 1px solid #0066FF;
    border-radius: 10px;
    padding: 8px 40px 8px;
    cursor: pointer;
    margin: 0px 15px 10px 0px;
}
.pats_designer_customize_wrap_frontend .start span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #0066FF;
}
/* .pats_designer_customize_wrap_frontend .next{
    background: #0066FF;
    border-radius: 10px;
    border: none;
    padding: 11px 93px 10px;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend  .next span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
} */
.pats_designer_customize_wrap_frontend .buttons-groupings{
    margin: 25px 0px;
}
.pats_designer_customize_wrap_frontend .buttons-groupings-flex{
    display: flex;
    justify-content: space-between;
    gap: 0px;
}
.pats_designer_customize_wrap_frontend .doors-info-box.box-active{
    border: 1px solid blue;
}
.pats_designer_customize_wrap_frontend ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media only screen and (max-width: 1560px) {
    .pats_designer_customize_wrap_frontend .doors-info-box {
        /* width: 48%; */
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .doors-info-box img{
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        height: auto;
        width: 100%;
    }
    /* .pats_designer_customize_wrap_frontend .second-content {
        width: 40%;
        height: auto;
    } */
    .pats_designer_customize_wrap_frontend .back{
        padding: 8px 40px 8px;
    }
    .pats_designer_customize_wrap_frontend .start{
        padding: 8px 16px 8px;
    }
    .pats_designer_customize_wrap_frontend .next{
        padding: 11px 60px 10px;
    }
    .pats_designer_customize_wrap_frontend .button-two{
        padding: 8px 40px 8px;
    }
} 

  @media only screen and (max-width: 1200px) {
    .pats_designer_customize_wrap_frontend .body-content-left {
        justify-content: center;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .second-content {
        width: 66%;
        margin-top: 25px;
    }
    .pats_designer_customize_wrap_frontend .upper-inner-container {
        flex-wrap: wrap;
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .inner-container {
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .text-body{
        gap: 0px;
    }
    .pats_designer_customize_wrap_frontend .buttons-groupings-flex{
        gap: 0px;
        justify-content: space-between;
    }
    .pats_designer_customize_wrap_frontend .upper-btn{
        padding: 6px 23px 5px;
    }
    
  } 
  /* @media only screen and (max-width: 1024px){
    .pats_designer_customize_wrap_frontend .first-content-head {
        width: 41%;
    }
  } */
  /* @media only screen and (max-width: 1199px){
    .pats_designer_customize_wrap_frontend .doors-information li{
        width: 100%;
    }
  } */
  @media only screen and (max-width: 992px) {
    .pats_designer_customize_wrap_frontend .buttons-groupings-flex{
        gap: none;
        justify-content: space-between;
    }
    .pats_designer_customize_wrap_frontend .upper-btn span{
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .text-body{
        gap: 0px;
    }
    .pats_designer_customize_wrap_frontend .upper-inner-container {
        flex-wrap: wrap;
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .inner-container {
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .doors-info-box {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .container-subheading h1 {
        line-height: 45px;
    }
    /* .pats_designer_customize_wrap_frontend .first-content-head{
        width: 48%;
    } */
    .pats_designer_customize_wrap_frontend .second-content {
        width: 86%;
    }
    .pats_designer_customize_wrap_frontend .buttons-groupings-two{
        text-align: right;
    }
    .pats_designer_customize_wrap_frontend .start{
        margin-bottom: 10px;
    }
    .pats_designer_customize_wrap_frontend .button-one{
        margin-bottom: 10px;
    }
    
  }
  @media only screen and (max-width: 768px) {
    .pats_designer_customize_wrap_frontend .doors-information li{
        width: 50%;
    }
    .pats_designer_customize_wrap_frontend .upper-btn span{
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .doors-info-box {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .first-content-head {
        width: 600px;
    }
    /* .pats_designer_customize_wrap_frontend .first-content-head{
        width: 100%;
    } */
    .pats_designer_customize_wrap_frontend .second-content {
        width: 45%;
    }
    .pats_designer_customize_wrap_frontend .container-subheading h1 {
        line-height: 40px;
        margin-bottom: 30px;
    }
    .pats_designer_customize_wrap_frontend .buttons-groupings-one{
        width: 100%;
        margin: 10px 0px;
        text-align: center;
    }
    .pats_designer_customize_wrap_frontend .buttons-groupings-two{
        width: 100%;
        text-align: center
    }
    .pats_designer_customize_wrap_frontend .buttons-groupings-flex {
        flex-wrap: wrap;
        gap: 0px;
    }
    /* .back{
        width: 50%;
    } */
    .pats_designer_customize_wrap_frontend .start {
        margin-bottom: 10px;
    }
    /* .next {
        width: 50%;
    } */
    .pats_designer_customize_wrap_frontend .back,.pats_designer_customize_wrap_frontend .next{
        width: 75%;
    }
    .pats_designer_customize_wrap_frontend .start{
        width: 75%;
        margin-right: 0px;
    }
    .pats_designer_customize_wrap_frontend .button-two{
        width: 75%;
    }
    .pats_designer_customize_wrap_frontend .button-one{
        width: 75%;
        margin-right: 0px;
    }
  } 
  @media only screen and (max-width: 600px) {
    .pats_designer_customize_wrap_frontend .body-content-left {
        flex-wrap: wrap;
    }
    .pats_designer_customize_wrap_frontend .first-content-head {
        width: 430px;
    }
    .pats_designer_customize_wrap_frontend .first-content {
        width: 100%;
        height: auto;
        margin: 10px 0px;
    }
    .pats_designer_customize_wrap_frontend  .second-c.pats_designer_customize_wrap_frontend .button-two{
        width: 75%;
        margin: 0px;
    }
    .pats_designer_customize_wrap_frontend .second-content {
        width: 90%;
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .doors-inf.pats_designer_customize_wrap_frontend .button-two{
        width: 75%;
        margin: 0px;
    }
    .pats_designer_customize_wrap_frontend .doors-info-box {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .upper-btn span{
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .upper-btn{
        padding: 6px 53px 5px;
    }
    .pats_designer_customize_wrap_frontend .button-two{
        width: 75%;
        margin: 0px;
    }
  }
  @media only screen and (max-width: 450px){
    .pats_designer_customize_wrap_frontend .doors-information li{
        width: 100%;
    }
  }
  @media only screen and (max-width: 420px){
    .pats_designer_customize_wrap_frontend .first-content-head{
        width: 350px;
    }
  }
  @media only screen and (max-width: 350px) {
    .pats_designer_customize_wrap_frontend .doors-info-box {
        height: auto;
    }
    .pats_designer_customize_wrap_frontend .img-label {
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .start span {
        font-size: 20px;
    }
    .pats_designer_customize_wrap_frontend .first-content-head{
        width: 300px;
    }
  }
  @media only screen and (max-width: 300px) {
    .pats_designer_customize_wrap_frontend .doors-info-box{
        padding: 5px;
    }
    .pats_designer_customize_wrap_frontend .first-content-head {
        width: 270px;
    }
  }
/* page 3 start */
.pats_designer_customize_wrap_frontend .second-content-heading h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .second-content-img{
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    width: 100%;
}
/* .pats_designer_customize_wrap_frontend .button-flex{
    display: flex;
    justify-content: space-between;
} */
.pats_designer_customize_wrap_frontend .upper-btn{
    background: #FFFFFF;
    border: 1px solid #0066FF;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 6px 40px 5px;
    cursor: pointer;
    width: 100%;
}
.pats_designer_customize_wrap_frontend .pg3-trigger{
    padding: 5px 0px 5px !important;
}
.pats_designer_customize_wrap_frontend .down{
    padding: 6px 21px 5px !important;
}
.pats_designer_customize_wrap_frontend .upper-btn span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #0066FF;
}
.pats_designer_customize_wrap_frontend .first-content-pg3{
    box-sizing: border-box;
    height: fit-content;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 17px;
    /* width: 50%; */
    width: 545px;
    padding: 15px;
}
.pats_designer_customize_wrap_frontend .first-content-pg3 h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.pats_designer_customize_wrap_frontend .lower-btn{
    background: #0066FF;
    border-radius: 10px;
    width: 100%;
    margin: 10px 0px;
    border: none;
    padding: 5px 0px 5px;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .lower-btn span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.pats_designer_customize_wrap_frontend .request-a-qoute-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.pats_designer_customize_wrap_frontend .request-a-qoute-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* padding: 1rem 1.5rem; */
    width: 50%;
    border-radius: 0.5rem;
}
.pats_designer_customize_wrap_frontend .close-button-request {
    float: right;
    width: 1.5rem;
    line-height: 3.5rem;
    text-align: center;
    cursor: pointer;
    /* background-color: lightgray; */
    font-size: 35px;
}
.pats_designer_customize_wrap_frontend .close-button-request:hover {
    background-color: darkgray;
}
.pats_designer_customize_wrap_frontend .show-request-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}
.pats_designer_customize_wrap_frontend .modal-body-form {
    padding: 15px;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    border-radius: 0px 0px 31px 31px;
}
.pats_designer_customize_wrap_frontend .modal-body-form .row{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    padding: 15px 0px;
}
.pats_designer_customize_wrap_frontend .modal-body-form .col-25{
    width: 40%;
}
.pats_designer_customize_wrap_frontend .modal-body-form .col-75{
    width: 60%;
}
.pats_designer_customize_wrap_frontend .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pats_designer_customize_wrap_frontend input, .pats_designer_customize_wrap_frontend select,.pats_designer_customize_wrap_frontend textarea{
    font-family: 'poppins';
    margin: 0;
    box-sizing: border-box;
}
.pats_designer_customize_wrap_frontend .col-25 .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "poppins";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.pats_designer_customize_wrap_frontend .modal-body-form hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    box-sizing: content-box;
}
.pats_designer_customize_wrap_frontend select{
    text-transform: none;
}
.pats_designer_customize_wrap_frontend .col-75 .col-50 {
    width: 48%;
    display: inline-block;
}
.pats_designer_customize_wrap_frontend input[type="radio"]{
    margin: -2px 6px 0 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 0;
    margin-right: 6px;
}
.pats_designer_customize_wrap_frontend .preset-item-box{
    width: 25%;
}
.pats_designer_customize_wrap_frontend .product_preset_items_box{
    display: flex;
    flex-wrap: wrap;
}
.pats_designer_customize_wrap_frontend textarea.form-control {
    height: auto;
}
.pats_designer_customize_wrap_frontend textarea {
    overflow: auto;
}
.pats_designer_customize_wrap_frontend .btn-submit{
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    background-color: #5cb85c;
}
.pats_designer_customize_wrap_frontend .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pats_designer_customize_wrap_frontend input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.pats_designer_customize_wrap_frontend .row .col-100{
    width: 100%;
    text-align: center;
}
.pats_designer_customize_wrap_frontend .request-a-qoute-modal-content .modal-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color:#002059;
    border-radius: 0 0 0.5rem 0.5rem;
}
.pats_designer_customize_wrap_frontend .request-a-qoute-modal-content .modal-footer .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffffff;
    color: black;
}
@media only screen and (max-width: 1560px) {
    /* .pats_designer_customize_wrap_frontend .first-content-pg3 {
        width: 40%;
    } */
    .pats_designer_customize_wrap_frontend .upper-btn span {
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .button-flex{
        flex-wrap: wrap;
    }
  } 
/* @media only screen and (max-width: 1200px) {
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        width: 50%;
    }
} */
@media only screen and (max-width: 991px){
    .pats_designer_customize_wrap_frontend .preset-item-box {
        width: 30%;
    }
}
@media only screen and (max-width: 768px) {

    .pats_designer_customize_wrap_frontend .preset-item-box {
        width: 25%;
    }
    
    .pats_designer_customize_wrap_frontend .modal-body-form .row {
        flex-wrap: wrap;
    }
    .pats_designer_customize_wrap_frontend .modal-body-form .col-75 {
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .modal-body-form .col-25 {
        width: 100%;
    }
    .pats_designer_customize_wrap_frontend .request-a-qoute-modal-content {
        width: 85%;
    }
    .pats_designer_customize_wrap_frontend .body-content-left {
        flex-wrap: wrap;
    }
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        /* width: 100%; */
        width: 600px;
    }
    .pats_designer_customize_wrap_frontend .second-content {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        /* width: 90%; */
        width: 430px;
        margin: 10px 0px;
    }
}
@media only screen and (max-width: 420px) {
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        /* width: 90%; */
        width: 350px;
        margin: 10px 0px;
    }
}
@media only screen and (max-width: 355px){
    .pats_designer_customize_wrap_frontend .preset-item-box {
        width: 50%;
    }
}
@media only screen and (max-width: 350px) {
    .pats_designer_customize_wrap_frontend .upper-btn span {
        font-size: 16px;
    }
    .pats_designer_customize_wrap_frontend .pg3-trigger {
        padding: 6px 32px 5px !important;
    }
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        /* width: 90%; */
        width: 300px;
        margin: 10px 0px;
    }
}
@media only screen and (max-width: 300px) {
    .pats_designer_customize_wrap_frontend .first-content-pg3 {
        /* width: 90%; */
        width: 270px;
        margin: 10px 0px;
    }
}
/* user Front End page Ends */
/* loader starts */
.pats_designer_customize_wrap_frontend .loader{
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #0000006b;
    align-items: center;
    justify-content: center;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.pats_designer_customize_wrap_frontend .imageContentLoader{
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #0000006b;
    align-items: center;
    justify-content: center;
}
.pats_designer_customize_wrap_frontend .imageContentLoader_svg{
    
    border: 6px dotted #fff; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
    margin: 0 auto;

}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* loader ends */