.sec3-new .col-lg-6.col-md-6.col-12 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.sec3-new .col-lg-6.col-md-6.col-12 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
body {
    overflow-x: hidden;
}

.notification-sec {
    margin: 0;
    padding: 8px 0 0;
    color: #fff;
    background: #113ed1;
    font-size: 16px;
    border-bottom: 10px solid #7bb3f3;
    text-transform: inherit;
}

.notification-sec span {
    font-weight: 700;
    color: #fff000;
}

.notification-sec p {
    text-transform: unset;
    font-weight: 400;
}
.btn-new span {
    font-size: 2rem;
    display: block;
}


.cta-btn {
    border-radius: 10px;
    padding: 20px 30px 20px 20px;
    background: #84c741;
    background: linear-gradient(90deg, #84c741 0, #3aa943 100%) !important;
    border-bottom: 5px solid #3aa943;
    box-shadow: none !important;
    border-radius: 55px;
    max-width: max-content;
    width: 100%;
    cursor: pointer; 
}
/* new section */
.sec3-new {
    padding: 36px 0;
    background-color: #f0f0f0;
}

.sec3-new .left-image img {
    height: 433px;
    width: 590px;
    object-fit: cover;
    border-radius: 4rem;
}

.sec3-new .right-text {
    padding-left: 30px;
}

.sec3-new .right-text.left {
    padding-right: 30px;
}

.sec3-new .right-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: #2e3a4b;
    line-height: normal;
}

.sec3-new .right-text p {
    line-height: 24px;
    font-weight: 400;
    color: #2e3a4b;
    font-size: 16px;
    margin-top: 30px;
}

.sec3-new .row.box-row {
    display: flex;
    align-items: center;
    padding: 36px 0;
}

.sec3-new .row.box-row:nth-of-type(2) {
    flex-direction: row-reverse;
}

.sec3-new .row.box-row:nth-of-type(4) {
    flex-direction: row-reverse;
}

/* section5-new */
.sec5-new {
    background: #f8f8f8;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    overflow: hidden
}

.sec5-new h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec5-new .feats p {
    text-align: left;
    line-height: 20px;
    margin-top: 0px;
}

.sec5-new .leftPic {
    top: -40px;
    left: -90px;
    max-width: 250px;
    z-index: 99;
    position: absolute
}

.sec5-new .rightPic {
    top: 70px;
    right: -90px;
    max-width: 250px;
    z-index: 99;
    position: absolute
}

.sec5-new .feat-container {
    margin: 30px 0;
    display: flex
}

.sec5-new .feats {
    padding: 0 0 0 50px;
    display: flex;
    align-items: center
}

.pricing h5{
    display: none;
}
.how-it-works-box .row{
    display: flex;
    align-items: center;
}
section#faqs-section strong {
    font-weight: 600;
}
@media (max-width: 992px) {
    .sec1-mw-product {
        position: relative;
        z-index: 0;
        opacity: 0.5;
    }
    .sec3-new .row.box-row {
        display: block;
    }
    .sec3-new .left-image img{
width: 100%;
    }
    .sec3-new .right-text h2{
    text-align: center;
    }
    .sec3-new .right-text p{
        text-align: center;  
    }
    .how-it-works-box .row{
        display: block;

    }
}

@media(max-width: 600px) {
    .sec5-new {
        padding: 20px 0 10px
    }

    .sec5-new .feat-container {
        display: block !important;
        margin: 0 !important;
    }

    .sec5-new h3 {
        text-align: center;
    }

    .sec5-new .feats p {
        text-align: center;
    }

    .sec5-new .feats {

        padding: 0 15px;
    }

    .sec1 ul {

        position: relative;
        z-index: 999;

    }

    .sec1-mw-product {
        position: relative;
        z-index: 0;
        opacity: 0.5;
    }
    .heading-main-txt {
        color: #1664c3;
        margin: 10px 0 !important;
    }
    .heading-top-txt{
        margin-bottom: 0px !important;
    }

}

@media only screen and (max-width: 768px) {

    .sec3-new .row.box-row {
        display: block;
    }

    .sec3-new {
        padding: 0px;
    }

    .sec3-new .right-text {
        padding: 0px 15px;
    }

    .sec3-new .right-text.left {
        padding: 0px 15px;
    }

    .sec3-new .right-text p {
        margin-top: 20px;
    }
    .sec3-new .row.box-row:nth-of-type(2) {
        padding: 36px 0 !important;
        flex-direction: column;
        display: flex
    ;
    }
    .sec3-new .row.box-row:nth-of-type(4) {
        padding: 36px 0 !important;
        flex-direction: column;
        display: flex
    ;
    }
}
/* 23-04-25 */
.visible-xs{
    display: none;
}
.for-desk-row{
    display: flex;
}
.review-profile{
    float:none
}

.sec6 .review_slider button.slick-prev, .sec6 .review_slider button.slick-next {

    width: 57px;

    height: 57px;

    border-radius: 50%;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 0px;

    text-indent: 100px;

    overflow: hidden;

    background: url(../../images/polar-vortex/left-arrow.png) no-repeat;

    background-size: contain;

}

.sec6 .review_slider button.slick-next {

    left: unset;

    right: 0px;

    transform: rotateZ(55deg);

}

.cta-btn1 {
    background: linear-gradient(90deg, #84c741 0, #3aa943 100%) !important;
    border-bottom: 5px solid #3aa943;
    cursor: pointer;
}

.cta-btn1:hover {
    background: linear-gradient(90deg, #84c741 0, #3aa943 100%) !important;
}
.review-box-holder {
    min-height: 301px;
    background: rgba(255, 255, 255, .8);
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
}
.review-pic {
    float: left;
}
@media (max-width: 991px) {
    .sec6 .review_slider button.slick-prev {
        left: -15px;
    }
    .sec6 .review_slider button.slick-next {
        right: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .sec3-new .col-lg-6.col-md-6.col-12 {
        width: 100%;
    }
    .cta-btn{
        width: 100%;
    }
    .review-box-holder {
        padding: 20px;
        border: none;
    }
    .review-pic {
        float: none;
        margin: 0 auto 20px;
    }
    .review-profile {
        float: none;
        margin-right: 0;
        font-size: 14px;
        color: #5c6c82;
    }
    .review-details-box {
        max-width: none;
        font-size: 16px;
        line-height: 18px;
        padding: 0 22px;
        min-height: none;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .heading-top-txt {
        font-size: 24px !important;
        font-weight: 700;
        margin: 0 !important;
        padding: 0;
        color: #2e3a4b;
    }
    .heading-main-txt {
        font-size: 18px !important;
        font-weight: 400;
        color: #1664c3;
        margin: 10px 0 !important;
    }
    .panel-heading.active .qa-title {
        color: #1664c3;
      }
}
/* faq */


#accordion .panel {

	/* max-width: 900px; */

	/* margin: 0 auto */

}



.panel,

.panel-group .panel-heading+.panel-collapse>.panel-body {

	border: none;

	box-shadow: none

}



.panel-title {

	display: block;

	position: relative;
    margin: 0;

}



.qa-title {

	padding-left: 10px;

	font-size: 19px;

	display: block

}
h2.heading-main-txt2.sec6-heading.mt-5 {
    margin: 0 auto 20px;
}
.panel-body{
    font-size: 16px;
    line-height: 24px;
    border: none;
    box-shadow: none;
    font-weight: 300;
    padding: 15px;
    text-align: left;
}
.panel-group{
margin-top: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-default>.panel-heading {

	color: #2e3a4b;

	background-color: #fff;

	padding: 0;

	user-select: none

}



.panel-default>.panel-heading a {

	display: block;

	padding: 15px 15px;
    text-decoration: none;

}



.panel-default>.panel-heading a:after {

	content: "";

	position: relative;

	display: inline-block;

	font-family: 'Glyphicons Halflings';

	font-weight: 400;

	float: left;

	transition: transform .25s linear;

	-webkit-transition: -webkit-transform .25s linear;

	background: #2e3a4b;

	border-radius: 50%;

    padding: 5px 11px;

	color: #fff !important

}



.panel-default>.panel-heading a[aria-expanded=true]:after {

	content: "\2212";

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg);

	position: absolute !important;

    left: -17px;
    top: 10px;
}



.panel-default>.panel-heading a[aria-expanded=false]:after {

	content: "\002b";

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

	position: absolute !important;

	left: -17px;

	top: 10px

}



.guarantee-text,

.guarantee-text2 {

	color: #333;

	top: -10px;

	position: relative

}



.panel-body {

	font-weight: 300

}


.sec6-heading {
    max-width: 100%;
    margin: 0 0 20px;
    margin-top: 3rem !important;
    text-align: center;
    .heading-main-txt2 {
        font-size: 35px;
        font-weight: 700;
     }
}
.panel-collapse.collapse {
    display: none;
}
@media screen and (min-width: 768px) {

    .sec6-heading .scrollToPackages .btn, .btn-container-x .btn {
        white-space: normal;
        height: auto;
        line-height: normal;
   
    }
    .sec6-heading .btn-new span {
        font-size: 20px;
        display: block;
    }


}
.btn-container-x {
    width: 100%;
    display: inline-block;
    text-align: center;
}
div#faqs-container{
    padding-right: 15px;
    padding-left: 15px;
}
span.btn.cta-btn3.btn-new {
    padding: 20px 30px 20px 20px;
    background: #84c741;
    background: linear-gradient(90deg, #84c741 0, #3aa943 100%) !important;
    border-bottom: 5px solid #3aa943;
    box-shadow: none !important;
    border-radius: 55px;
    max-width: max-content;
    width: 100%;
    color: #fff;
font-weight: 600;
cursor: pointer;
}
@media screen and (max-width: 768px) {
    .heading-main-txt2 {
        font-size: 16px !important;
        text-align: center;
    }
}
@media only screen and (max-width: 1142px) and (min-width: 991px) {
    .layout {
        width: 500px;
    }
}