@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Tiro+Bangla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Baloo+Da+2:wght@400..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --bn-font: "Baloo Da 2", sans-serif;
}
@font-face {
    font-family:"Baloo Da 2", sans-serif;
    src: url('./fonts/Li Ador Noirrit Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    margin:0;
    padding:0;
    outline: 0;
    font-family: "Baloo Da 2", sans-serif;
}


.campaign2-font {
    font-family: "Baloo Da 2", sans-serif;
    font-size: 18px;
    font-optical-sizing: auto;
    font-weight: 400; /* বা 500 / 700 প্রয়োজনে */
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

ul,li,h1,h2,h3,h4,h5,h6,p {
    margin:0;
    padding:0;
    outline: 0;
}
li {
    list-style: none;
    display: inline-block;
}
a:hover,
a:focus,
a {
    text-decoration: none;
    color:#000;
}
form input::placeholder {
    font-size: 15px;
    color: #888;
}
button:focus,
button {
    border: none !important;
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
.campaign_item img {
    width: 100%;
    height: 100%;
}
.campaign_title {
    font-size: 42px;
    color: #E91E78;
    font-weight: 700;
}
.extra-delevery-charge p {
    font-size: 14px;
    font-weight: 500;
    font-style: oblique;
}
.campaign_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    background: #f1f1f1;
    padding: 10px;
    margin: 35px 0;
}
.cam_short_description * {
    font-size: 19px !important;
    color: #444;
    margin: 17px 0;
    font-weight: 700;
}
#cam_order_now {
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}
.megaoffer_btn {
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left:10px;
}
.campaign_review svg {
    color: #FBC315;
    font-size: 13px;
}
.cam_short_description {
    border: 2px solid #108BC3;
    padding: 9px 7px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
}
.cam_description {
    margin: 20px 0;
}

.campaign_review span {
    font-weight: 500;
    margin-left: 15px;
}

.cam_description ul li {
    margin-left: 20px;
    position: relative;
    display: block;
}

.cam_description ul li:after {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #108BC3;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.cam_discount .card-header {
    background: #108BC3;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
}
.cam_price {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}
.cam_price del {
    color: #666;
}
.campaign_offer {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    background: #008519;
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
button.order_place {
    background: #2c6036;
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}
.order_place.spinning::after {
    content: '';
    position: absolute;
    right: 66px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px #000;
    border-radius: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.order_place.spinning::before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 66px;
    top: 50%;
    position: absolute;
    border: 2px solid darken(#000,40%);
    border-right: 3px solid #000;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
    
}
button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}
.checkout-shipping label {
    font-weight: 600;
    margin-bottom: 10px;
}
.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 35px;
    overflow: hidden;
    margin: 10px 0;
}
.qty-cart {
   width: 150px;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}
.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 50px;
    width: 45px;
    /* border-right: 1px solid #ddd; */
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
    border: 0;
}
.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 36px;
    /* line-height: 45px; */
    width: 45px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.cam_description li,.cam_description p {
    font-family: none !important;
}
.campain_review_section {
    padding: 35px 20px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 25px;
}
.office_address {
    width: 100%;
}
.review_title {
    margin-bottom: 25px;
}
.office_address {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 15px;
    display: block;
    width: 70%;
    padding: 20px 0;
    border-radius: 5px;
    background: #f8f8f8;
}
.campaign_item {
    height: 530px;
}
.banner_t {
    margin-top: 140px;
}
.banner_t h2 {
    transform: translateZ(0);
    padding: 15px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    background: #000;
    opacity: 0.5;
    width: 60%;
    color: #3bff1f;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3em;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 7px 0px 12px rgba(0,0,0,0.3);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.camp_vid iframe {
    width: 100%;
}
.camp_video_sec {
    padding:50px 0;
}
.ord_btn {
    text-align: center;
    padding-top: 30px;
}
.ord_btn a {
    font-size: 25px !important;
    transition: all .5s ease;
    transform: scale(1.2);
    border:3px solid #AD7419;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.ord_btn a:hover {
  transform: scale(1.1);
  background: #008519 !important;

}
section.view-wesite {
    margin-bottom: 60px;
}
.cont_inner {
    background: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding:50px 0;
}
.cont_num {
    background: #FD003A;
    width: 75%;
    border-radius: 10px;
    color: #ffffff;
    font-size: 32px;
    margin: 0 auto;
    padding: 15px;
}
.cont_num a{
    color:#fff;

}
.discount_inn {
    background: #ffffff;
    width: 75%;
    margin: 32px auto;
    padding: 25px 15px;
    border-radius: 10px;
    color: green;

}
.discount_inn del {
    padding-bottom: 10px;
    display: block;
}
.discount_inn h2 p {
    border-top: 2px dashed #2c6036;
    padding-top:10px;
}
.rules_inner {
    display: flex;
    grid-gap: 15px;
    ackground-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.rules_item {
    width: 50%;
}
.rules_sec {
    padding:50px 0;
}
.rules_head h2 {
    border: 9px solid green;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    font-family: "Baloo Da 2", sans-serif;
    font-weight: 600;
}
.rules_des {
    padding: 14px 0;
}
.rules_des ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
    content: "\f255";
}



.rules_des ul {
    padding-left: 10px;
}
/*.rules_des ul li:before {*/
/*    content:"";*/
/*    display: inline-block;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: green;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    margin-right: 10px;*/
/*    ine-height: 1.5;*/

/*}*/

.rules_des ul li:before {
    content: "\2714"; /* Unicode for single check mark */
    display: inline-block;
    width: 25px; /* Circle width */
    height: 25px; /* Circle height */
    line-height: 25px; /* Vertically align the check mark */
    text-align: center; /* Horizontally align the check mark */
    border-radius: 50%; /* To make the element a circle */
    border: 2px solid green; /* Circle border color */
    color: green; /* Check mark color */
    margin-right: 10px; /* Space between the circle and text */
    font-size: 12px; /* Size of the check mark */
}

.campro_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}
.campro_head {
    background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom: 30px;
}
.campro_head h2{
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
    color:#fff;

}
.campro_img_item {
    height: 330px;
}
.campro_img_item img {
    height:100%;
    width:100%;
}
.why_choose_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}
.why_choose_sec {
    padding:50px 0;
}

.why_choose_head {
    border: 7px solid green;
    border-radius: 10px;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding:10px;
}
.why_choose {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding:20px;
}

.why_choose_midd {
    display: flex;
    grid-gap: 15px;
    padding: 20px 0;
}
.why_choose_widget {
    width:50%;
}
.why_img img {
    width:100%;
}
.rules_des ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
    content: "\f255";
}



.rules_des ul {
    padding-left: 10px;
}


.why_choose_widget ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
    content: "\f255";
    text-align: left;
}    
  
   
.why_choose_widget ul li:before {
    content: "\2714";
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid green;
    color: green;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bolder !important;
}
.rev_inn {
    padding: 20px 0;
    border-radius: 10px;
}
.border_line {
    height:30px;
    width:100%;
    background: #00893d;
    background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom:30px;
}
.form_inn {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 28px 0px;
    border-radius: 10px 10px 10px 10px;
}
.cart_table th {
    font-size: 15px;
}
.card-header {
  
    border-radius: 20px 20px 0 0 !important;
  
}
.form_sec {
    padding:30px 0;
}
.why_choose_widget ul li {
    line-height: 60px;
}
/*new coustomize start*/
.camp-show img {
    height: 150px;
    width: auto;
}
.camp-show{
    text-align:center;
}
.zoom-animation {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    animation: zoomInOut 2s infinite; /* Runs the zoom animation continuously */
}
.payment-methods {
    display: flex;
    justify-content: space-evenly;
}
.admin-call img {
    width: auto;
    height: 98px;
}

.admin-call {
    position: fixed;
    text-align: end;
    bottom: 0px;
    right: 22px;
    z-index: 9;
    opacity: 0;
    transition: all 1s ease-in;
}

.active.admin-call {
    bottom: 15px;
    opacity: 1;
}
.main-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
}
button.end-col {
    position: absolute;
    top: 14px;
    background: none;
    right: 7px;
    font-size: 23px;
}

button.end-col i {
    background: #fff;
    border-radius: 50%;
}

.short-dashboard.card {
    padding: 16px 10px;
    margin-bottom: 24px;
    transition: 0.34s all ease;
}

.dash-round {
    height: 70px;
    border-radius: 50% !important;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    /* line-height: 70px; */
}

/*======== ADVANCE LIVE CHART START =========*/
.social__icons a {
    color: white;
}

.social__icons {
    position: fixed;
    bottom: 65px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
}

.social__icons a {
    color: white;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 19px;
}

a.cros_i i {
    background: #0071dc;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.social__icons_list {
    color: wheat;
    position: fixed;
    bottom: 90px;
    right: 12px;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: 999;
}

.social__icons_list li {
    display: block;
}

.social__icons_list li a {
    color: white;
    background: #0071dc;
    border-radius: 50%;
    margin-top: 5px;
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 19px;
}

.whatsapp-bg {
    background: #00D757 !important;
}


.social__icons a {
    color: white;
}

.social__icons {
    position: fixed;
    bottom: 65px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
}

.social__icons a {
    color: white;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 0px;
    background: red;
}

a.cros_i i {
    background: #0071dc;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.social__icons_list {
    color: wheat;
    position: fixed;
    bottom: 90px;
    right: 12px;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: 999;
}

.social__icons_list li {
    display: block;
}

.social__icons_list li a {
    color: white;
    background: #0071dc;
    border-radius: 50%;
    margin-top: 5px;
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 19px;
}

.whatsapp-bg {
    background: #00D757 !important;
}

.social_menu {
    visibility: visible;
    transition: all 0.2s ease-in-out;
    bottom: 114px;
    opacity: 1;
}

.rotate {
    transition: transform 0.5s;
    transform: rotate(360deg);
}

.icons_menu {
    visibility: hidden;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

a.call_bg {
    background: #ff229c !important;
}

a.whatsapp_bg {
    background: #73e557 !important;
}

.social__icons svg {
    width: 40px;
    height: 40px;
}
/*======== ADVANCE LIVE CHART END =========*/
/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    /* width: 32px; */
    /* height: 32px; */
    cursor: pointer;
    border: 2px solid #d72328;
    border-radius: 6px;
    padding: 0px 5px;
    font-size: 12px;
    padding-top: 0px;
}
.color_inner p {
    margin-top: 8px;
    padding-right: 10px;
    font-size: 16px;
    color: #cd0000;
    font-weight: 700;
}
.color_inner {
    display: flex;
}

.selector-item label {
    border: 1px solid #7D7D7D;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked+.selector-item_label,
.selector-item_label:hover {
    background-color: #7D7D7D;
    color: #fff;
    border-color: #7D7D7D;
    cursor: pointer;
}

/* ====Color Size Details Css ====*/


/*  ==================== NEW CREATIVE LANDIGN PAGE DESIGN START ======================= */
/*==== HEADER SECTION START ====*/
.camp2-logo img {
    height: 110px;
}

.campaign2-font{
    background-image: url('../images/background2.png');
    background-size: contain;
    background-repeat: no-repeat;
}
/*==== HEADER SECTION END ====*/
/*==== WELCOME BOX 2 SECTION START ====*/
.syotimer-cell__unit {
/*    display: none;*/
}
div#order_form label {
    font-size: 16px;
    font-weight: 600;
}
.timer_inner {
    display: flex;
    justify-content: space-between;
}
.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}
.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: #00aef0;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}
.syotimer__body {
    display: flex;
    justify-content: space-around;
    width: 240px;
    color: #fff;
    font-size: 28px;
    margin: 0 auto;
    font-weight: 900;
    padding: 18px 15px;
}
.syotimer-cell__value {
    background: #fff;
    width: 47px;
    color: #fa0f11;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
}
.syotimer-cell__unit {
    /* display: none; */
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}
.welcome-box2-main {
    background-color: #f1f1f2;
    background-image: url('../images/background3.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.4);
    width: 400px;
    margin-left: 615px;
    margin-top: 30px;
    text-align: left;
     padding: 30px; 
    overflow: hidden;
}
.welcome-box2-item img {
    width: 100%;
    height: 200px;
}
.welcome-box2-timer {
    background: linear-gradient(90deg, #c60b0D, #ff0f11);
    border-radius: 20px;
/*    padding: 10px;*/
    margin: -10px;
    margin-top: 8px;
/*    margin: 20px;*/
}
/*==== WELCOME BOX 2 END ====*/


/*==== GOTO FEBRUARY DESING BOX 2 START ====*/
.goToFebruaryBox {
    margin: 35px 0 35px 0;
    padding: 0px 60px;
}
.goToFebruaryBox .imgBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: linear-gradient(120deg, #FFFFFF, #EEEEEE);
     padding: 20px; 
    padding-bottom: 0;
    width: 350px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.3);
    text-shadow: 6px 6px 8px rgba(0,0,0,0.3);
    z-index: 1;
}
.goToFebruaryBox .imgBox img {
    display: block;
    width: 100%;
}
/*.imgBox img {
    height: 200px;
}*/
.goToFebruaryBox .textBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 630px;
    margin-left: -30px;
    color: #FFFFFF;
    z-index: -1;
}
.goToFebruaryBox .textBox .greenBox {
    position: relative;
    background-image: linear-gradient(5deg, #009933,#006633, #003333);
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 22px;
    width: 90%;
/*    max-width: 380px;*/
    padding-left: 60px;
    margin-bottom: -30px;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.3);
    text-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}
.goToFebruaryBox .textBox .redBox {
    position: relative;
    background-image: linear-gradient(5deg,#FF3333, #FF0000,#CC0000, #AA0000);
    padding: 45px 20px 20px 60px;
    border-radius: 25px;
    font-size: 26px;
/*    max-width: 550px;*/
    z-index: -2;
    box-shadow: 6px 6px 12px rgba(0,0,0,0.3);
    text-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}
.greenBox a {
    color: #fff;
}
/*==== GOTO FEBRUARY DESING BOX 2 END ====*/
/*==== OUR SERVICE 2  DESING START ====*/
.our-service2-title {
    color: #404040;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}
.our-sevice2-devider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3px;
}
.frefon {
    background-image: url('../images/background5.png');
    background-size: contain;
}
.frefon:hover {
    background-image: url('../images/background6.png');
    background-size: contain;
}
.prefon {
    background: #e6e7e8;
    background-image: url('../images/background5.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: left;
    padding: 18px;
    padding-left: 160px;
/*    width: 360px;*/
    margin: 10px;
    margin-bottom: 0px;
    border-radius: 30px;
    border: 0px;
    color: #ffffff;
    margin-top: 20px;
    display: inline-table;
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.3);
    transition: 0.5s;
    position: relative;
    transition: 0.34s all ease;
}
/*.prefon img {*/
/*    height: 100px;*/
/*    width: 100px;*/
/*    position: absolute;*/
/*    left: 5px;*/
/*    top: 10px;*/
/*    padding: 7px;*/
/*    transition: 0.34s all ease;*/
/*}*/
.prefon img {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 2px;
    padding: 15px;
    transition: 0.34s all ease;
}
.prefon:hover {
    background-size: contain;
    background: #cc0000;
    background-image: url('../images/background6.png');
    background-position: left;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 22px;
    padding-left: 160px;
    transition: 0.34s all ease;
}
.pftext1 {
    color: #cc0000;
    font-size: 30px;
    font-weight: 600;
}
.pftext2 {
    color: #404041;
    font-size: 17px;
}
.prefon:hover .pftext1 {
    color: #ffffff;
}
.prefon:hover img {
    left: 30px;
    transition: 0.34s all ease;
}
.prefon:hover .pftext2 {
    color: #ffffff;
}

/*==== OUR SERVICE 2  DESING END ====*/
.camp2-video iframe {
    width: 100%;
}
/*==== PRODUCT SLIDER TWO  DESING START ====*/
.trybox {
    background: #ffffff;
    /* display: inline-table; */
    /* width: 950px; */
    border-radius: 20px;
/*    padding: 20px;*/
/*    margin: 10px;*/
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.2);
    transition: padding 0.5s, width 0.5s;
    /* min-height: 140px; */
    overflow: hidden;
}
.tbhd {
    background-image: url('../images/background7.png');
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 20px 0px 40px;
    /* margin: -20px; */
    /* margin-bottom: 10px; */
    border-radius: 20px 20px 0 0;
}
.mySlides.slideshow2-item {
    height: 500px;
    position: relative;
}

/*===== owl-dots css start======*/

.slideshow2 .owl-nav.disabled + .owl-dots {
   margin-top: -45px;
   position: absolute;
   margin-left: 50%;
}
.slideshow2 .owl-dots .owl-dot span {
   width: 19px;
   height: 19px;
   transform: translateX(-40px);
   margin: 5px 7px;
   background: #fff;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 0.2s ease;
   border-radius: 30px;
}
.slideshow2  .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.slideshow2 .owl-dots .owl-dot.active span {
   background: red; 
}


/*===== owl-dots css end======*/
/*OWL NAV START*/
.slideshow2 .owl-nav button span {
    font-size: 30px;
}

.slideshow2 .owl-nav button {
    height: 40px;
    width: 35px;
    background: #fed700 !important;
    transition: 0.35s all;
}

.slideshow2 .owl-nav button:hover {
    background: #E74B2C !important;
    color: #fff;
}

.slideshow2 .owl-prev {
    position: absolute;
    left: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.slideshow2 .owl-next {
    position: absolute;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    transition: 0.35s all;
}

.slideshow2:hover.slideshow2 .owl-prev {
    left: 10px;
    visibility: visible;
    opacity: 1;
}

.slideshow2:hover.slideshow2 .owl-next {
    right: 10px;
    visibility: visible;
    opacity: 1;
}
/*OWL NAV END*/
/*==== PRODUCT SLIDER TWO  DESING END ====*/
/*==== CAMPAIGN2 SECTION  TWO  DESING START ====*/
.socialBanner {
    background: linear-gradient(45deg, #EEEEEE, #FFFFFF);
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.3);
    border-radius: 30px;
    padding: 10px;
    max-width: 1050px;
    margin: 30px;
}
.socialBox {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    width: calc(33% - 18px);
    background: linear-gradient(45deg, #FFFFFF, #EEEEEE);
    border-radius: 20px;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
    overflow: hidden;
}
.socialBox .iconContainer {
    background: linear-gradient(45deg, #DD0000, #AA0000);
    padding: 30px;
    text-align: center;
}
.socialBox .iconContainer .icon2 {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background: linear-gradient(45deg, #FFFFFF,#EEEEEE, #DDDDDD);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    color: #CC0000;
    margin: 0 auto;
}
.socialBox .iconContainer .icon2 i {
    line-height: 80px;
    font-size: 50px;
}
.icon2 svg {
    font-size: 40px;
    padding-top: 23px;
}

.socialBox .textContainer {
    color: #666666;
    font-size: 18px;
    padding: 20px 40px;
    font-weight: 500;
}
/*==== CAMPAIGN2 SECTION  TWO  DESING END ====*/
/*====  WHY CHOOSE US SECTION  TWO  DESING START ====*/
.facility_des2 {
    padding: 20px 40px;
}
.facility_des2 ul {
    padding-left: 0;
    list-style: none;
}

.facility_des2 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: block;
}

.facility_des2 ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #e92226;
    border-radius: 2px;
}
/*====  WHY CHOOSE US SECTION  TWO  DESING END ====*/


/*===== CHECKOUT BOX 2 DESIGN START =====*/
.checkout-box2 {
    border-radius: 30px;
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
    margin: 30px;
    background: linear-gradient(100deg, #FFFFFF, #e6e7e8);
    padding: 40px;
    /* font-size: 22px; */
    text-align: justify;
    color: #404040;
}


.campaign_offer2 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    border-radius: 25px;
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.4);
    background-image: url('../images/background4.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
button.order_place2 {
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.4);
    background-image: url('../images/background4.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
}





#campaign2-order {
    /* position: absolute; */
    bottom: 0px;
    right: 130px;
    background-image: url('../images/backgroud8.png');
    background-position: bottom right;
    /* background-repeat: no-repeat; */
    background-size: contain;
    padding: 10px 35px;
    border-radius: 31px;
    border: 0px;
    color: #ffffff;
    margin-bottom: -20px;
    font-size: 20px;
    width: 200px !important;
    box-shadow: 4px 4px 25px 0px rgba(0,0,0,0.4);
    transition: 0.5s box-shadow, 0.5s text-shadow, 0.5s right;
    cursor: pointer;
}
.common-camp2-btn {
    text-align: center;
    margin-top: 30px;
}
.web-view2 {
    width: 60%;
    margin: 0 auto;
}
/*===== CHECKOUT BOX 2 DESIGN END =====*/

















/*  ==================== NEW CREATIVE LANDIGN PAGE DESIGN END ======================= */


@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1); /* Default size */
    }
    50% {
        transform: scale(1.1); /* Zoomed-in size */
    }
}
/*new coustomize end*/





