@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --bs-secondary-rgb: 124,124,124;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: #f6f8fe;
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    width: 100%;
    display: block;
}
input,button{
    border: 0;
    outline: 0;
}
h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
}
.head-btns a{
    background-color: #ff7266;
    color: #fff;
    border-radius: 10px;
}
.head-btns a
header{
    padding: 15px 0;
}
.logo a {
    font-weight: 700;
    color: #000;
    font-size: 32px;
}
.hero-content h1 {
    margin: 10px 0;
    color: #000;
}
.hero-content p {
    font-weight: 400;
    color: grey;
    font-size: 20px;
    margin-bottom: 90px;
}
.search-bar input {
    width: 100%;
    padding: 23px 75px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 1px #e8dada;
}
.cpn {
    background: white;
    padding: 25px 13px;
    border-radius: 20px;
    box-shadow: 3px 2px 8px 0px #8a888880;
    cursor: pointer;
}
.cpn .cpn-img img {
    width: 105px;
    height: 50px;
    margin: 16px auto;
    object-fit: contain;
}
.banner-img img{
    border-radius: 25px;
}
.cpn .cpn-body {
    text-align: center;
    color: #7c7c7c;
    font-size: 19px;
}
.search-bar {
    position: relative;
}
.search-bar i {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 24px;
    color: #98a4ff;
}
.search-bar button{
    position: absolute;
    top: 15px;
    right: 30px;
    width: 170px;
    padding: 10px 0;
    border-radius: 15px;
    background: #3959f5;
    color: #fff;
}
.banner{
    background-color: #fff;
}
.banner {
    background: #fff;
    border-radius: 25px;
    padding: 25px 0px 0 53px;
}
.banner-sec {
    padding: 70px 0;
}
.banner-content p {
    color: #0048ff;
    font-size: 16px;
    font-weight: 600;
}
.banner-content h2 {
    font-size: 43px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-content a {
    color: #fff;
    background: #fd585f;
    padding: 15px 30px;
    border-radius: 10px;
    display: table;
}
.offer-body {
    background: #fff;
    padding:19px 22px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 1px 1px 1px 1px #e7e3e3;
}
.cpn-sec {
    position: relative;
}
.cpn-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: -21%;
    background: #c2d1fe;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    z-index: -1;
}
.offer-text h3 {
    font-size: 20px;
    line-height: 1.3;
}
.offer-img {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 18px;
    margin: 0 auto;
    cursor:pointer;
    /* box-shadow: 1px 1px 10px 2px #827d7d26; */
    margin: auto;
}
.offer-img img {
    height: 100px;
    object-fit: contain;
}
.offer-link {
    display: flex;
    justify-content: space-between;
}
.offer-link a:first-child {
    background: #3d52ff;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    width: 125px;
    text-align: center;
}
.offer-text p {
    color: #3d52ff;
    margin-bottom: 5px;
    font-weight: 600;
}
.last-btn {
    font-size: 13px;
    text-decoration: underline;
}
.inner{
    padding: 30px 0;
}
.inner-cpn {
    margin: 10px 0;
    background: #fff;
    padding: 15px 23px;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 1px #dbcccc;
}
.inner-btn a {
    background: blue;
    display: block;
    padding: 12px 0px;
    width: 160px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}
.inner-heading ul li a{
    color: blue;
}
footer {
    padding: 70px 0;
}
.footer-links ul li a {
    color: #000000c7;
    font-weight: 600;
    transition: all .5s;
}
.footer-links p{
    color: #7d7b7b;
    text-align: center;
    margin: 17px 0;
    line-height: 1.8;
}
.inner-heading h1 {
    font-size: 34px;
    margin: 20px 0;
}
.inner-heading h3 {
    margin: 20px 0;
    font-size: 22px;
}
.inner-heading ul li a {
    color: #312b2b;
}
.inner-heading ul li a i {
    margin: 0 5px;
    color: #fd585f;
}
.inner-img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
ul.upper-links li a{
    padding: 3px 15px;
     background: #DDEBFF; 
     border-radius: 10px;
     color: #307EF4;
}
.ctegory {
    padding: 25px 55px;
    background: #fff;
    border-radius: 15px;
}
.ctegory .category-body{
    text-align: center;
}
.category-img img {
    height: 160px;
    object-fit: contain;
}
.footer-links ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-links ul li a:hover {
    color: #4343f5;
}

.coupon-code {
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: 15px auto;
}
.clipboard-area {
    color: #ff7266;
    font-weight: 700;
    border: 2px dashed #ff7266;
    padding: 7px 33px;
    display: flex;
    align-items: center;
    border-radius: 8px 0 0 8px;
    border-width: 2px 0 2px 2px;
    line-height: 0;
    user-select: none;
}
.copy-btn {
    margin: 0;
    max-width: 200px;
    display: block;
    height: 40px;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    background-color: #ff7266;
    border: #ff7266;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.coupon {
    display: block;
}

.box{
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.deals {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

.not-code p {
    font-size: 14px;
    text-align: center;
}

.social-links ul{
    display: flex;
    justify-content: end;
    gap: 20px;

}
.social-links ul li a{
    color: #000;
    font-size: 23px;
}
.cpn-sec.search::before{
    width: 400px;
    height: 400px;
    top: -80%;
}
.menu-main-menu-container ul#menu-main-menu {
    display: flex;
    justify-content: end;
    gap: 30px;
}
.menu-main-menu-container ul#menu-main-menu li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s;
}
.menu-main-menu-container ul#menu-main-menu li a:hover,
.menu-main-menu-container ul#menu-main-menu li.current-menu-item a {
    color: #3959f5;
}
.copy_append_input {
    position: absolute;
    left: -9999px;
}
#ajaxsearchpro1_1 .probox .promagnifier {
    margin-top: -3px;
    margin-right: -10px;
}
div#ajaxsearchprores1_1.vertical {
    padding: 0;
    box-shadow: 2px 2px 2px 1px #e8dada;
    border-radius: 30px;
}
#ajaxsearchpro1_1 .probox .proclose {
    position: relative;
    right: 45px;
}

header .menu-main-menu-container ul li {
    position: relative;
}
header .menu-main-menu-container ul li ul {
    position: absolute;
    top: 100%;
    width: 150px;
    background-color: #fff;
    padding: 10px 10px;
    transform: scaleY(0);
    transform-origin: top;
    left: 0px;
    box-shadow: 3px 2px 8px 0px #8a888880;
    border-radius: 10px;
}
header .menu-main-menu-container ul li:hover ul {
    transform: scaleY(1);
    transition: all 0.5s;
}
header ul.sub-menu li a {
    display: block;
    padding: 4px 0;
}
header .sub-menu li a {
    font-size: 15px !important;
}
header .sub-menu li:nth-child(1) {
    border-bottom: 1px solid;
}
header .sub-menu li:nth-child(2) {
    border-bottom: 1px solid;
}
header ul.sub-menu li:last-child a {
    padding-bottom: 0;
}
header ul.sub-menu li:first-child a {
    padding-top: 0;
}

.about-pt{
    padding-top: 75px;
}

.get-image img {
    border-radius: 25px;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.get-image {
    width: 95%;
    margin: 0 auto;
}

.get-content h6 {
    font-size: 40px;
    font-weight: 600;
}

.how-we-work h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 50px;
}

.discount-coupon-image {
    width: 130px;
    height: 130px;
    margin: 0 auto 0px;
    padding: 40px 0;
    background-color: #c2d1fe;
    border-radius: 50%;
}

.discount-coupon-image img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.discount-coupon{
    background-color: #fcfdff;
    padding: 40px 30px;
    border: 1px solid;
    border-color: #ddd;
    transition: all .3s ease-in-out;
}

.discount-coupon:hover {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 23.4px 2.6px rgba(0,0,0,.1);
}

.py-section{
    padding: 70px 0;
}
.contact-wrap {
    background:linear-gradient(to right bottom, #fd585f, #fc277e, #e600a7, #b21dd5, #0048ff);;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0048ff;
    box-shadow: 0 0 0 0 #000;
}
.accordion-button:focus{
    box-shadow: 0 0 0 0 #000;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}
.info-wrap h3{
    position: relative;
    padding-bottom: 10px;
}
.info-wrap h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #d62196;
    content: '';
}
.dbox {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}
.icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #e3d2d2;
    border-radius: 50%;
    font-size: 15px;
}
.wrapper {
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
.text p a {
    color: #0000004d;
}
.text-info{
    color: #0048ff!important;
}
.top-section{
    padding: 100px 0px;
    background-color: #c2d1fe;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3959f5;
    box-shadow: 0 0 0 0 #000;
}
.accordion-button:focus{
    box-shadow: 0 0 0 0 #000;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}
.info-wrap h3{
    position: relative;
    padding-bottom: 10px;
}
.info-wrap h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #d62196;
    content: '';
}
.dbox {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}
.icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #e3d2d2;
    border-radius: 50%;
    font-size: 15px;
}
.wrapper {
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
.text p a {
    color: #0000004d;
}
.label{
    display: block;
}
p[xss="removed"] {
    color: #6c757d;
    font-weight: normal;
}
p[xss="removed"] strong {
    color: #000;
}
.form-class input {
    width: 100%;
    background-color: transparent;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ffffff33;
    margin-bottom: 30px;
    padding-bottom: 11px;
    color: #fff;
}
.form-class textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff33;
    resize: none;
    color: #fff;
}
.form-class textarea:focus {
    outline: 0;
}
.form-class input[type="submit"] {
    width: auto;
    background-color: #373af2;
    padding: 12px 15px;
    color: #fff;
    border: 0;
    margin-top: 15px;
    border-radius: 10px;
    transition: all .5s;
}
.accordion-item {
    border: none;
    box-shadow: 10px 10px 34px -24px rgba(0,0,0,0.75);
    margin: 10px 0;
}
.info-wrap {
    background: #fff;
}
.form-class input::placeholder {
    color: #fff;
}
.form-class textarea::placeholder {
    color: #fff;
}
.form-class input[type="submit"]:hover {
    background-color: #373af2d9;
}