/* centeral */
.sticky{
	position:fixed !important;
    width: 100%;
    /* background: #E8692A; */
	z-index:10;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	transition:all 0.4s ease 0s;
	animation: fadeInDown 0.10s both 0.10s;
	box-shadow:0px 0px 13px #00000054;
}
/* centeral */
.title{
    text-align: center;
    padding: 30px 0;
}
.title h1{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #004D40;
}
.title h1 span{
    color: #EB7441;
}
.title h2{
    font-family: "Hind Siliguri", serif;
    font-size: 64px;
    font-weight: 700;
    color: #004D40;
}
.title h2 span{
    color: #EB7441;
}
.title p{
    font-family: "Hind Siliguri", serif;
    font-size: 25px;
    font-weight: 400;
    color: #EB7441;
}
.title_x{
    text-align: center;
}
.title_x h1{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #004D40;
    margin: 20px 0;
}
.title_x h1 span{
    color: #EB7441;
}
.title_x h2{
    font-family: "Hind Siliguri", serif;
    font-size: 64px;
    font-weight: 700;
    color: #004D40;
    margin: 20px 0;
    line-height: 90px;
}
.title_x h2 span{
    color: #EB7441;
}
.title_x p{
    font-family: "Hind Siliguri", serif;
    font-size: 24px;
    font-weight: 500;
    color: #004D40;
    margin: 20px 0;
    line-height: 40px;
}
.title_x p span{
    color: #EB7441;
}
@media (max-width: 575.98px) {
    .title h1 {
        font-size: 30px;
    }
    .title_x h1 {
        font-size: 30px;
    }
    .title_x h2{
        font-family: "Hind Siliguri", serif;
        font-size: 35px;
        font-weight: 700;
        color: #004D40;
        margin: 20px 0;
        line-height: 50px;
    }
    .title_x h2 span{
        color: #EB7441;
    }
}

/* offer section */
/* offer section */
.offer{
    background-color: #E8692A;
    padding: 10px 0;
}
.offer .offer-bell{
    overflow: hidden;
    text-align: center;
    margin: 16px 0;
}
.offer .offer-bell .bell{
    width: 10%;
    float: left;
    text-align: end;
}
.offer .offer-bell .bell img{
    width: 85%;
}
.offer .offer-bell .content {
    width: 90%;
    float: right;
    text-align: start;
    padding: 0 0 0 10px;
}
.offer .offer-bell .content h4{
    display: none;
}
.offer .offer-bell .content h5{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
.offer .offer-bell .content h6{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
}
.offer .offer-timer{}
.offer .offer-timer h5{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: white;
}
.offer .offer-timer .timer{
    display: flex;
    align-items: center;
}
.offer .offer-timer .timer .time-box{
    text-align: center;
    margin: 0 10px 0 0;
}
.offer .offer-timer .timer .time-box .count{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    padding: 5px 10px;
    border: 2px solid #055F6B;
    border-radius: 10%;
}
.offer .offer-timer .timer .time-box h6{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: white;
}
@media (max-width: 575.98px) {
    /* .offer {} */
    .offer .offer-bell{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .offer .offer-bell .bell {
        width: 35%;
    }
    .offer .offer-bell .bell img {
        width: 50%;
    }
    .offer .offer-bell .content {
        width: 65%;
    }
    .offer .offer-bell .content h5 {
        font-size: 12px;
    }
    .offer .offer-bell .content h4{
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: white;
        display: block;
    }
    .offer .offer-bell .content h6 {
        display: none;
    }
    .offer .offer-timer {
        margin-top: 10px;
    }
    .offer .offer-timer h5 {
        display: none;
    }
    .offer .offer-timer .timer{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .offer .offer-timer .timer .time-box .count {
        display: block;
        font-size: 12px;
    }
    .offer .offer-timer .timer .time-box h6 {
        font-size: 12px;
    }
}

/* Header Section */
.header_section {
    padding: 15px 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
}
.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}
.navbar-brand span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
}
.navbar-brand #logo{
    width: 90%;
}
.custom_nav-container {
    padding: 0;
}
.custom_nav-container .navbar-nav {
    margin: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 25px;
    color: #000;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s;
}
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #000000;
    background-color: #E279054D;
    margin: 0 10px;
}
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #000000;
    background-color: #fff;
    margin: 0 10px;
}
.custom_nav-container .navbar-toggler {
    outline: none;
}
.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #055F6B;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #055F6B;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}
.quote-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quote-btn-container a {
    color: #000000;
}
.quote-btn-container a span {
    margin-left: 5px;
}
.quote-btn-container a:hover {
    color: #f8842b;
}
.quote-btn-container .quote-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    background-color: #f8842b;
    padding: 5px 15px;
    border-radius: 5px;
    /* border: 1px solid #f8842b; */
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.quote-btn-container .quote-btn:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
@media (max-width: 575.98px) {
    .quote-btn-container {
        display: block;
        text-align: center;
    }
    .navbar-brand {
        margin-right: -11px;
    }
    .navbar-brand #logo{
        width: 75%;
    }
}

/* Hero Section */
.hero {
    background-image: url("/img/home/hero/hero-bg.png");
    background-size: cover;
}
.hero .feature_cta {}
.hero .feature_cta .feature {
    display: flex;
    align-items: center;
}
.hero .feature_cta .feature .feature_boxes {}
.hero .feature_cta .feature .feature_boxes h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #7BD4E0;
    border-radius: 10px;
    padding: 13px 15px;
}
.hero .feature_cta .feature .feature_arrows {}
.hero .feature_cta .feature .feature_arrows img {
    width: 100%;
}
.hero .feature_cta .feature .feature_majjicon {}
.hero .feature_cta .feature .feature_majjicon h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #055F6B;
    padding: 10px 15px;
    border-radius: 10px;
}
.hero .feature_cta .cta {
    margin-top: 25px;
}
.hero .feature_cta .cta a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #f8842b;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    text-decoration: none;
}
.hero .feature_cta .cta a span {
    margin-left: 5px;
}
.hero .feature_cta .cta p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}
.hero .model_text {}
.hero .model_text .business_text {
    position: absolute;
    top: 24%;
    z-index: 1;
}
.hero .model_text .business_text #txt1 {
    margin-right: 65px;
}
.hero .model_text .business_text #txt2 {
    margin-right: 90px;
}
.hero .model_text .business_text #txt3 {
    margin-right: 165px;
}
.hero .model_text .business_text h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #055F6B;
    padding: 10px 15px;
    border-radius: 10px;
}
.hero .model_text .model {
    position: absolute;
    left: 35%;
    bottom: 0;
}
.hero .model_text .model img {
    width: 113%;
}
.hero .guideline {
    text-align: center;
    margin-bottom: 50px;
}
.hero .guideline video{
    border: 10px solid #055F6B80;
    border-radius: 25px;
    margin-bottom: 50px;

}
.hero .guideline a{
    font-family: "Hind Siliguri", serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #f8842b;
    color: #fff;
    padding: 20px 70px;
    border-radius: 10px;
    text-decoration: none;
}
.hero .guideline a i {
    margin-left: 10px;
}
@media (max-width: 575.98px) {
    .hero #first {
        order: 1;
    }
    .hero #second {
        order: 2;
    }
    .hero .feature_cta .feature {
        display: none;
    }
    .hero .feature_cta .cta {
        text-align: center;
        margin: 0;
    }
    .hero .model_text .business_text {
        position: unset;
        text-align: center;
    }
    .hero .model_text .model {
        position: unset;
        text-align: center;
    }
    .hero .model_text .model img {
        width: 65%;
    }
    .hero .model_text .business_text #txt1, .hero .model_text .business_text #txt2 {
        margin-right: 0;
    }
    .hero .feature_cta .cta a {
        padding: 10px 60px;
    }
    .hero .model_text .business_text #txt3 {
        margin-right: 0px;
    }
    .hero .guideline a{
        padding: 15px 40px;
    }
}

/* Happy Client section */
.happy_clients {
    padding: 20px 0;
}
.happy_clients .logo{
    text-align: center;
    background-color: #EAF7F5;
    margin: 15px 0;
    padding: 10px 0;
    border-radius: 5px;
}
.happy_clients .logo img{
    width: 80%;
}
@media (max-width: 575.98px) {
    .happy_clients {
        padding: 10px 0;
    }
}

.features {
    padding: 10px 0;
}
.features #feature_title {
    margin-bottom: 25px;
}
.features .feature_pill {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #7BD4E0;
    background-color: #EAF7F5;
}
.features .feature_pill.active {
    background-color: #fff;
    color: #EB7441;
    box-shadow: 2px 2px 10px 0px #00000080;
    border: 1px solid #7BD4E0;
}
.features .tab_img {}
.features .tab_img img {
    width: 100%;
}
.features .point {
    display: none;
}
.features .tab_card {
    overflow: hidden;
    padding: 15px 10px;
    background-color: #EAF7F5;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.features .tab_card .card_icon {
    float: left;
    width: 15%;
}
.features .tab_card .card_icon img {
    width: 70%;
}
.features .tab_card .card_content {
    float: right;
    width: 85%;
    text-align: start;
}
.features .tab_card .card_content h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.features .tab_card .card_content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 5px 0 0 0;
}
@media (max-width: 575.98px) {
    .features .nav-pills {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .features .feature_pill {
        text-align: center;
        padding: 10px 5px;
        width: 100%;
    }
    .features .tab_img img {
        width: 100%;
        border: 5px solid #7BD4E0;
        border-radius: 10px;
    }
    .features .tab_card {
        margin-top: 10px;
        margin-left: 55px;
        position: relative;
    }
    .features .point {
        position: absolute;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        display: inline-block;
        background-color: #055F6B;
        border: 3px solid #EB7441;
        border-radius: 30px;
        margin-top: 40px;
        height: 40px;
        width: 40px;
    }
}

.feature_next {
    padding: 20px 0;
}
.feature_next .feature_img {}
.feature_next .feature_img img {
    width: 100%;
    border: 1px solid #004D40;
}
.feature_next .feature_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.feature_next .feature_header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #EB7441;
}
.feature_next .feature_header p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #EB7441;
    padding: 4px 10px;
    margin: 0;
}
.feature_next .feature_content {
    overflow: hidden;
    background-color: #EAF7F5;
    border: 2px solid #004D40;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.feature_next .feature_content .icon {
    width: 10%;
    float: left;
    margin: 10px 0;
}
.feature_next .feature_content .icon img {
    width: 60%;
}
.feature_next .feature_content .text {
    width: 90%;
    float: right;
}
.feature_next .feature_content .text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.feature_next .feature_content .text p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.feature_next .owl-theme .owl-nav {
    display: block;
}
.feature_next .owl-theme .owl-nav .owl-prev {
    font-size: 40px;
    border-radius: 50%;
    background: #EB7441;
    color: #fff;
    padding: 7px 0;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 35%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    display: inline-block;
    left: -8%;
}
.feature_next .owl-theme .owl-nav .owl-prev span {
    margin: 10px;
}
.feature_next .owl-theme .owl-nav .owl-next {
    font-size: 40px;
    border-radius: 50%;
    background: #EB7441;
    color: #fff;
    padding: 7px 0;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 35%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    display: inline-block;
    right: -8%;
}
.feature_next .owl-theme .owl-nav .owl-next span {
    margin: 10px;
}
@media (max-width: 575.98px) {
    .feature_next {
        padding: 10px 0;
    }
    .feature_next .owl-carousel .owl-stage-outer {
        height: 650px;
    }
    .feature_next #feature_id {
        margin: 0;
    }
    .feature_next #first {
        order: 1;
    }
    .feature_next #second {
        order: 2;
    }
}

/* action/review section */
.action {
    padding: 20px 0;
}
.action .owl-theme .owl-nav {
    display: none;
}
.action .owl-theme .owl-dots .owl-dot span {
    background: #055F6B !important;
    width: 14px;
    height: 14px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #EB7441 !important;
    width: 14px;
    height: 14px;
}
.action #action_box {
    background-color: #055F6B1A;
    padding: 40px 0 20px 0;
    border-radius: 10px;
}
.action .reviewer {
    padding: 0 !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}
.action .reviewer .reviewer_img {}
.action .reviewer .reviewer_img img {}
.action .reviewer .reviewer_details {
    padding: 10px 0;
}
.action .reviewer .reviewer_details h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.action .reviewer .reviewer_details p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.action .reviewer .reviewer_details .star {}
.action .reviewer .reviewer_details .star span {
    color: #EB7441;
}
.action .review {}
.action .review .problem {
    background-color: #055F6B1A;
    padding: 40px 30px;
    border-radius: 10px;
}
.action .review .problem h3{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.action .review .solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 0;
}
.action .review .solutions .solution_box {
    text-align: center;
    background-color: #055F6B1A;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 10px;
}
.action .review .solutions .solution_box img {
    width: 30%;
    display: inline;
}
.action .review .solutions .solution_box h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #EB7441;
    padding: 10px 0;
    margin: 0;
}
.action .review .solutions .solution_box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
}
@media (max-width: 575.98px) {
    .action {
        padding: 10px 0;
    }
    .action .reviewer {
        position: unset;
        transform: none;
        display: flex;
        margin: 0 0 10px 0;
    }
    .action #action_box {
        margin: 0   ;
    }
    .action .review .solutions {
        display: block;
    }
    .action .reviewer .reviewer_img {

    }
    .action .reviewer .reviewer_img img {
        display: inline;
        text-align: center;
        width: 60%;
    }
    .action .reviewer .reviewer_details {
        text-align: start;
    }
    .action .review .solutions .solution_box {
        padding: 10px;
    }
    .action .review .solutions .solution_box h5 {
        font-size: 14px;
    }
    .action .review .solutions .solution_box {
        margin: 10px 0;
    }
    .action .review .solutions .solution_box img {
        width: 25%;
    }
}

/* How it works */
.works {
    padding: 10px 0;
}
.works #box {
    position: relative;
}
.works #box .vl {
    display: none;
    border-right: 6px solid green;
    height: 500px;
}
.works .wrapper {
    text-align: center;
    padding: 10px;
}
.works .wrapper .point {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: #055F6B;
    border: 3px solid #EB7441;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}
.works .wrapper .card {
    border: none;
    background-color: #F3F7F8;
    border-radius: 10px;
    box-shadow: 2px 8px 24px -4px #18274B14, 2px 6px 12px -6px #18274B1F;
}
.works .wrapper .card p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #055F6B;
    padding: 25px 0 0 10px;
    min-height: 70px;
}
.works .wrapper .card .card_img {
    min-height: 200px;
}

.works .wrapper .card .bottom {
    background-color: #4DD0E138;
    border-radius: 0 0 10px 10px;
}
.works .wrapper .card .bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 15px;
    margin: 0;
}
@media (max-width: 575.98px) {
    .works .wrapper{
        margin: 0 40px 0 0;
    }
    .works #box .vl {
        display: inline;
        position: absolute;
        height: 1275px;
        border: 6px solid #055F6B;
        right: 6%;
    }
    .works .wrapper .point {
        position: absolute;
        right: 3%;
        top: 45%;
    }
    .works .wrapper .card .card_img img {
        width: 100%;
    }
}

/* Free Section*/
.free {
    padding: 20px 0;
}
.free .free_row_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.free .free_row_header .block_1 {
    text-align: center;
    background-color: #EBF7F6;
    width: 33.33%;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 3px;
}
.free .free_row_header .block_1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.free .free_row_header .block_2 {
    text-align: center;
    background-color: #EB7441;
    width: 33.33%;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 3px;
}
.free .free_row_header .block_2 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.free .free_row_header .block_2 del {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.free .free_row_header .block_3 {
    text-align: center;
    background-color: #055F6B;
    width: 33.33%;
    padding: 8px 0;
    border-radius: 3px;
}
.free .free_row_header .block_3 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.free .free_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.free .free_row .block_1 {
    text-align: start;
    background-color: #EBF7F6;
    width: 33.33%;
    padding: 8px 0;
    padding-left: 30px;
    border-radius: 3px;

}
.free .free_row .block_1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.free .free_row .block_2 {
    text-align: center;
    background-color: #EBF7F6;
    width: 33.33%;
    padding: 8px 0;
    border-radius: 3px;
}
.free .free_row .block_2 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.free .free_row_header .block_3 a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: #055F6B;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: white;
    padding: 10px 165px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
.free .free_row_header .block_3 a:hover {
    background-color: #EB7441;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .free .free_row_header .block_1 {
        padding-left: 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free .free_row_header .block_2 {
        /* padding-left: 10px; */
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free .free_row_header .block_2 h3 {
        font-size: 13px;
    }
    .free .free_row_header .block_3 a {
        padding: 10px 0;
    }
    .free .free_row_header .block_3 {
        /* padding-left: 10px; */
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free .free_row .block_1 {
        padding-left: 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
    }
    .free .free_row .block_2 {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free .free_row .block_3 {
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .free .free_row .block_1 h3 {
        font-size: 13px;
    }
    .free .free_row .block_2 h3 {
        font-size: 13px;
    }
    .free .free_row .block_3 h3 {
        font-size: 13px;
    }
}

/*FAQ Section*/
.faq .faq_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .faq_icon img {
    width: 100%;
}
.faq #faq_border {
    border: 1px solid #7BD4E0;
    border-radius: 5px;
    padding: 30px 12px;
    height: 530px;
    position: relative;
}
.faq #faq_border .vl {
    border-right: 10px solid #EB7441;
    height: 467px;
    position: absolute;
    left: 6px;
}
.faq .accordion {}
.faq .faq-accordion .card {
    margin-bottom: 20px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    border: 1px solid #7BD4E0;
    border-left: 0;
}
.faq .faq-accordion .card-header {
    padding: 0;
    border: 0;
    box-shadow: 0 0 20px rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    background-color: #EAF7F5;
    color: #0C1D36;
}
.faq .card .card-body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.faq .btn-header-link {
    display: block;
    width: 100%;
    text-align: left;
    background: #EBF7F6;
    color: #0C1D36;
    padding: 15px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}
.faq .arrow-icon {
    float: right;
    transition: transform 0.3s;
}
.faq .btn-header-link[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}
.faq .btn-header-link[aria-expanded="false"] .arrow-icon {
    transform: rotate(0deg);
}
@media (max-width: 575.98px) {
    .faq {
        /* min-height: 660px; */
    }
    .faq #faq_i {
        display: none;
    }
    .faq .btn-header-link {
        font-size: 12px;
        padding: 15px 8px;
    }
    .faq .card .card-body {
        font-size: 12px;
    }
    .faq #faq_border {
        border: none;
        margin: 0;
        padding: 0;
    }
    .faq .faq_icon {
        display: none;
    }
    .faq #faq_border .vl{
        display: none;
    }
    .faq .faq-accordion .card {
        border: 1px solid #7BD4E0;
    }
}

.cta {
    margin: 25px 0;
}
.cta #cta_wrap {
    background-color: #055F6B;
    border-radius: 0 0 50px 50px;
    padding: 30px 0;
}
.cta .cta_text {
    text-align: center;
}
.cta .cta_text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.cta .cta_btn {
    margin-top: 8px;
}
.cta .cta_btn a {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #f8842b;
    color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .cta #cta_wrap {
        margin: 0 10px;
    }
    .cta .cta_text {
        text-align: start;
    }
    .cta .cta_text h1 {
        font-size: 16px;

    }
    .cta .cta_btn a {
        font-size: 12px;
        padding: 10px;
    }
}
/* footer section */
.footer_container .info_section {
    padding: 10px 0;
}
.info_section h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.info_section .info_contact .contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info_section .info_contact .contact_link_box p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.info_section .info_detail p {
    padding: 10px 0;
    margin: 0;
}
.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info_section .info_social a {
    color: #055F6B;
    border-radius: 100%;
    margin-right: 10px;
    font-size: 24px;
}
.info_section .info_social a:hover {
    color: #f8842b;
}
.info_section .info_links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.info_section .info_links a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
}
.info_section .info_links a:hover {
    color: #f8842b;
}
.info_section form input {
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    width: 100%;
    height: 45px;
    color: #ffffff;
    outline: none;
}
.info_section form input::-webkit-input-placeholder {
    color: #ffffff;
}
.info_section form input:-ms-input-placeholder {
    color: #ffffff;
}
.info_section form input::-ms-input-placeholder {
    color: #ffffff;
}
.info_section form input::placeholder {
    color: #ffffff;
}
.info_section form button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 55px;
    background-color: #f8842b;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #f8842b;
    margin-top: 15px;
}
.info_section form button:hover {
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* footer section*/
.footer_section {
    background-color: #055F6B;
    text-align: center;
}
.footer_section p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 25px 0;
    margin: 0;
}
@media (max-width: 575.98px) {
    .info_detail {
        margin-bottom: 10px;
        /* text-align: center; */
    }
    .info_section .info_social {
        /* justify-content: center; */
    }
    .info_link_box {
        text-align: start;
    }
    .info_contact {
        text-align: start;
    }
}
.unique {
    background-color: #055F6B0D;
}
.unique .unique-wrapper {
    padding: 10px 45px;
    margin-top: 50px;
    border-radius: 5px;
}
.unique .unique-wrapper h1 {
    font-family: "Hind Siliguri", serif;
    font-size: 64px;
    font-weight: 700;
    color: #004D40;
    margin: 20px 0;
}
.unique .unique-wrapper h1 span {
    color: #EB7441;
}
.unique .unique-wrapper ul {}
.unique .unique-wrapper li {
    font-family: "Hind Siliguri", serif;
    font-size: 32px;
    font-weight: 400;
    color: #004D40;
    padding: 5px 0;
}
.unique .unique-wrapper li i {
    margin-right: 10px;
}
@media (max-width: 575.98px) {
    .unique .unique-wrapper h1 {
        font-size: 35px;
    }
    .unique .unique-wrapper li {
        font-size: 16px;
    }
}

.success {
    padding: 40px 0;
}
.success .title {}
.success .title h3 {
    font-family: "Hind Siliguri", serif;
    font-size: 50px;
    font-weight: 400;
    color: #004D40;
}
.success .title .for_h3 {
    position: absolute;
    top: 28%;
    right: 37%;
    width: 20%;
}
.success .title .for_h2 {
    position: absolute;
    top: 55%;
    right: 10%;
}
.success .title h3 span{
    color: #EB7441;
}
.success .title h2 {
    font-family: "Hind Siliguri", serif;
    font-size: 64px;
    font-weight: 700;
    color: #004D40;
    line-height: 90px;
}
.success .title p {}
.success .book-desc {}
.success .book-desc h1 {
    font-family: "Hind Siliguri", serif;
    font-size: 50px;
    font-weight: 500;
    color: #004D40;
    margin-bottom: 20px;
}
.success .book-desc h2 {
    font-family: "Hind Siliguri", serif;
    font-size: 40px;
    font-weight: 500;
    color: #EB7441;
    margin: 40px 0;
}
.success .book-desc p {
    font-family: "Hind Siliguri", serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}
.success .book-desc a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #f8842b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
}
.success .book-img {
    text-align: center;
}
.success .book-img img {
    width: 60%;
}
@media (max-width: 575.98px) {
    .success .title h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .success .book-desc h1 {
        font-size: 35px;
    }
    .success .book-img {
        text-align: start;
        margin-bottom: 10px;
    }
    .success .book-img img{
        width: 100%;
    }
    .success .title h3 {
        font-family: "Hind Siliguri", serif;
        font-size: 30px;
        line-height: normal;
    }
    .success .title .for_h3 {
        display: none;
    }
    .success .title .for_h2 {
        display: none;
    }
    .success .book-desc p{
        line-height: normal;
    }
}
/* --------------- */
.custom-ecom {
    text-align: center;
    margin: 10px 0;
    padding: 50px 0;
}
.custom-ecom .ce-wrapper{
    background-color: #055F6B0D;
    padding: 40px;
    border-radius: 10px;
}
.custom-ecom .ce-wrapper h1 {
    font-family: "Hind Siliguri", serif;
    font-size: 64px;
    font-weight: 700;
    color: #004D40;
    margin-bottom: 35px;
}
.custom-ecom .ce-wrapper h1 span {
    color: #f8842b;
}
.custom-ecom .ce-wrapper a {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #f8842b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
}
.custom-ecom .ce-wrapper img {
    width: 100%;
    margin: 50px 0;
}

/* ----------- */
.price {
    text-align: center;
}
.price .price-list {
    text-align: center;
    display: inline-block;
}
.price .price-list .nav {
    text-align: center;
    display: inline-flex;
    box-shadow: 2px 8px 24px -4px #18274B14, 2px 6px 12px -6px #18274B1F;
    padding: 15px;
    background-color: #055F6B0D;
    border-radius: 15px;
}
.price .price-list ul #tab-btn {
    margin: 0 10px;
}
.price .price-list ul {
    margin-left: 10px;
}
.price .price-list ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 5px 0;
}
.price .price-list ul li button {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #afafaf;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    text-decoration: none;
}
.price .price-list ul li .active {
    background-color: #f8842b;
}
.price .price-list .tab-content {
    margin-top: 20px;
}
.price .price-list .tab-content .tab-pane {}
.price .price-list .card {
    border: 1px solid #055F6B ;
    margin-top: 60px;
    border-radius: 10px;
}
.price .price-list .card-x {
    border: 1px solid #055F6B ;
    background-color: antiquewhite;
    border-radius: 10px;
}
.price .price-list .card .card-body {
    text-align: start;

}
.price .price-list .card-x .card-body {
    text-align: start;
    margin: 60px 0;
}
.price .price-list .card-x .card-body .btn a{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #f8842b;
    border-color: #f8842b;
    margin: 20px 50px 20px 0;
    padding: 10px 0;
}
.price .price-list .card-x .card-body .btn button{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #f8842b;
    border-color: #f8842b;
    margin: 20px 50px 20px 0;
    padding: 10px 0;
}
.price .price-list .card-x .card-body .btn button:hover{
    background-color: #afafaf;
    border-color: #afafaf;
}
.price .price-list .card .card-body .btn button{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #f8842b;
    border-color: #f8842b;
    margin: 20px 50px 20px 0;
    padding: 10px 0;
}
.price .price-list .card .card-body .btn button:hover{
    background-color: #afafaf;
    border-color: #afafaf;
}
.price .price-list .card .card-body h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
.price .price-list .card .card-body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-left: 10px;
}
.price .price-list .card-x .card-body h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
.price .price-list .card-x .card-body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-left: 10px;
}
.price .price-list .card .card-body .btn a{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #f8842b;
    border-color: #f8842b;
    margin: 20px 50px 20px 0;
    padding: 10px 0;
}
@media (max-width: 575.98px) {
    .price .price-list .nav {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .price .price-list .card-x .card-body {
        margin: 0px;
    }
    .price .price-list .card{
        margin-top: 0px;
    }
}
/* ----------- */
/* .price
.price .price-list
.price .price-list ul
.price .price-list .card .card-body h5
.price .price-list .card .card-body h6
.price .price-list .card .card-body p
.price .price-list .card .card-body ul
.price .price-list .card .card-body ul li i */


.ecommerce {
    background-color: #055F6B0D;
    padding: 50px 0;
}
.ecommerce .title_x a {
    font-family: "Hind Siliguri", serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #f8842b;
    color: #fff;
    padding: 20px 70px;
    border-radius: 10px;
    text-decoration: none;
}
.ecommerce .eco-wrapper {
    text-align: center;
}
.ecommerce .eco-wrapper img {
    margin: 50px 0;
    width: 100%;
}
.ecommerce .eco-wrapper a {
    font-family: "Hind Siliguri", serif;
    font-size: 24px;
    font-weight: 600;
    background-color: #055F6B;
    color: #fff;
    padding: 20px 70px;
    border-radius: 10px;
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .ecommerce .title_x a {
        margin-top: 5px;
        font-size: 20px;
        padding: 15px 20px;
    }
    .ecommerce .eco-wrapper a{
        font-size: 20px;
        padding: 15px 20px;
    }
}
.gif_cta_btn {
    font-family: "Hind Siliguri", serif !important;
}

/* -------------- */
/* -------------- */
.gift_faq #faq_border {
    border: 1px solid #7BD4E0;
    border-radius: 5px;
    padding: 30px 12px;
    height: 575px;
    position: relative;
}
.gift_faq #faq_border .vl {
    border-right: 10px solid #EB7441;
    height: 525px;
    position: absolute;
    left: 6px;
}
.gift_faq .accordion {}
.gift_faq .faq-accordion .card {
    margin-bottom: 20px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    border: 1px solid #7BD4E0;
    border-left: 0;
}
.gift_faq .faq-accordion .card-header {
    padding: 0;
    border: 0;
    box-shadow: 0 0 20px rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    background-color: #EAF7F5;
    color: #0C1D36;
}
.gift_faq .card .card-body {
    font-family: "Hind Siliguri", serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.gift_faq .btn-header-link {
    font-family: "Hind Siliguri", serif;
    display: block;
    width: 100%;
    text-align: left;
    background: #EBF7F6;
    color: #0C1D36;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}
.gift_faq .arrow-icon {
    float: right;
    transition: transform 0.3s;
}
.gift_faq .btn-header-link[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}
.gift_faq .btn-header-link[aria-expanded="false"] .arrow-icon {
    transform: rotate(0deg);
}
@media (max-width: 575.98px) {
    .gift_faq {
        /* min-height: 585px; */
    }
    .gift_faq #faq_i {
        display: none;
    }
    .gift_faq .btn-header-link {
        font-size: 12px;
        padding: 15px 8px;
    }
    .gift_faq .card .card-body {
        font-size: 12px;
    }
    .gift_faq #faq_border {
        border: none;
        margin: 0;
        padding: 0;
        height: 485px;
    }
    .gift_faq .faq_icon {
        display: none;
    }
    .gift_faq #faq_border .vl{
        display: none;
    }
    .gift_faq .faq-accordion .card {
        border: 1px solid #7BD4E0;
    }
}
