.container {
	width: 1220px !important;
}
.hero_section {
/*	    background-image: url("https://cdn.policyx.com/images/health-insurance-renewal-landing-page-back-img.webp");*/
    padding: 30px 20px;
/*	    background-image: url("https://img.freepik.com/free-vector/blue-curve-patterned-background-vector_53876-170351.jpg?t=st=1725275036~exp=1725278636~hmac=ef7260a36fa38c860e3959b302fd5785a781123d311a944c1c4713d64bac3521&w=740");*/
/*    background-image: url("https://img.freepik.com/free-photo/blue-curve-abstract-background-with-design-space_53876-104767.jpg?t=st=1725275213~exp=1725278813~hmac=f303466cd7c2b3a74192e62f70dadcf267322c4a7314c53abcfe1fd5031bdfd5&w=740");*/
    background-image: url("https://img.freepik.com/free-vector/blue-border-abstract-gradient-background_53876-115744.jpg?t=st=1725344493~exp=1725348093~hmac=6b5b6f7534602bfb08425b0167b2f944e2e5ccc7ad38d94efbe7f0a58eb74596&w=740");
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content_left button {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 10px auto;
    border: none;
    background: linear-gradient(to right, #c7dcf138, #5195f73d);
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: .2px;
    color: #4a4b52;
}
.slider_main {
    width: 98%;
    margin: auto;
}
.content_left button:hover {
	background: linear-gradient(to right, #5195f73d, #c7dcf138);
}
.content_left button:focus {
	outline: none;
	box-shadow: none;
}
.slider_main img {
	border-radius: 10px;/*
	border: 1px solid #e7e4e4;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
}
.slider_main .slick-dots li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.slider_main .slick-slider.slick-initialized.slick-dotted {
    position: relative;
}
.slider_main button.slick-prev.custom-prev.slick-arrow {
    width: 40px;
    height: 40px;
    background: #4d93f67a;
    border: none;
    border-radius: 20px;
    color: #0d0200;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14%;
    z-index: 99;
    right: 9%;
}
.slider_main button.slick-next.custom-next.slick-arrow {
	width: 40px;
    height: 40px;
    background: #4d93f67a;
    border: none;
    border-radius: 20px;
    color: #0d0200;
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14%;
    z-index: 99;
    right: 1%;
}
.slider_main button.slick-next.custom-next.slick-arrow:focus {
	outline: none;
}
.panel {
    padding: 0 18px;
    background-color: #dfdddd;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}
.content_left {
    padding: 10px 17px 12px;
    border-radius: 14px;
    height: 468px;
}
.hero_section .card {
    border-radius: 7px;
    border: none;
    box-shadow: 1px 2px 10px #4c92f7b3;
}
.card_right_s {
	background: #fff;
	padding: 20px;
}
.header {
	width: 100%;
    height: 75px;
}
.header h2 {
    font-size: 32px;
    color: #24305c;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.header img {
    width: 64px;
    animation: tada 2s linear infinite;
}
ul.slick-dots {
    text-align: center;
    margin: 5px 0px 0px 0px;
}
.slick-dots button {
    border: none;
    background: none;
    font-size: 12px;
    color: #d5d5d5;
}
.slick-dots button:focus {
	outline: none;
}
li.slick-active button {
	color: #2677F9;
}
.container-fluid.faq_section {
    padding: 30px 0px;
    background: #fff;
}
.content_left img {
	width: 20px;
}
h2.faq_heading {
    width: 100%;
    text-align: center;
    color: #0e054c;
    margin: 20px 0px 40px 0px;
}
.question {
  	font-size: 17px;
    font-weight: 500;
    padding: 10px 80px 10px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    margin: 10px 0px;
}
.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  font-size: 25px;
}
.question.active::after {
  transform: rotate(45deg);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
.question.active {
	color: #000;
    background: transparent;
}
.question_box.w-100 {
    margin: 15px 0px;
    border-radius: 10px;
    border-bottom: 1px solid #4894f585;
    border-right: 1px solid #4894f585;
    background: #e6f0fb;
}
button.slick-prev.custom-prev.slick-arrow:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid.tabs_design {
    width: 100%;
    height: auto;
    padding: 40px 0px 20px 0px;
    background: #fff;
}



/*tabs design*/

.irfan_tab-container {
    position: relative;
    display: flex;
    gap: 21px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.irfan_tab-button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: 1px solid #2670f64a;
    border-radius: 10px;
    background: #2670f621;
}

.irfan_tab-button.irfan_active {
    background-color:transparent;
    color: #fff;
    border: none;
}

.irfan_tab-container.irfan_second .irfan_tab-background {
    background-color: cyan;        
}

.irfan_tab-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #2670f6;
    transition: width 0.3s, left 0.3s;
    border-radius: 20px;
}

.irfan_tab-content {
    margin-top: 30px;
    width: 100%;
}

.irfan_ta-tab-item {
    display: none;
    padding: 5px 30px 20px;
    background-color: #fff;
    box-shadow: rgb(92 71 255 / 44%) 0px 2px 8px 0px;
    border-radius: 10px;
    line-height: 29px;
    letter-spacing: .2px;
    height: 420px;
    overflow: auto;
}

.irfan_ta-tab-item.irfan_active {
    display: block;
}
.irfan_tab-button:focus {
    outline: none;
}
.fa-star, .fa-star-o {
    color: #FF5722;
}
.video_slider ul.slick-dots {
    text-align: center;
    margin: 5px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.slider_main_2 img {
    width: 97%;
    margin: auto;
    border-radius: 10px;
}
.slider_main_2 .col-lg-12 .card {
    background: transparent;
    border: none;
}
.key_ul_list li {
    padding-left: 25px !important;
    font-size: 17px;
    line-height: 31px;
    color: #253858;
    margin: 5px 0 15px 13px;
    position: relative;
    list-style: none;
}
.key_ul_list li::before {
    content: " ";
    background: url(https://cdn.policyx.com/images/verifytickmark2.png) !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    margin-left: -34px;
    position: absolute;
    top: 6px;
    line-height: 2;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.h3_heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .6px;
    color: #12367e;
}
.num_list {
    position: relative;
    list-style: none;
    counter-reset: my-sec-counter;
    margin: 0;
    padding-left: 15px;
}
.num_list::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #2670f6;
    margin-left: 3px;
}
.num_list li.new_num {
    position: relative;
    padding-left: 35px;
    text-align: left !important;
    margin-bottom: 15px;
}
.num_list li.new_num::before {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    content: "" counter(my-sec-counter) !important;
    counter-increment: my-sec-counter !important;
    position: absolute;
    left: -12px;
    top: 0px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    border: 3px solid #FF005D;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1019607843);
    justify-content: center;
    align-items: center;
}
.video_slider .item .card {
    margin: 0px 8px;
}
.video_slider .item .card video {
    border-radius: 10px;
}





@media screen and (max-width: 768px) {
    .container {
        width: 100% !important;
    }
    /*.order_2 {
        order: 2;
    }
    .order_1 {
        order: 1;
    }*/
    .order_1 {
        margin: 14px 0px 0px 0px;
    }
    .card_right_s {
        padding: 10px;
    }
    .header h2 {
        font-size: 22px;
    }
    .header {
        height: 53px;
    }
    .header img {
        width: 49px;
    }
    .slider_main button.slick-prev.custom-prev.slick-arrow, .slider_main button.slick-next.custom-next.slick-arrow {
        display: none !important;
    }
    .irfan_tab-button {
        padding: 5px 5px;
        font-size: 13px;
        line-height: 18px;
    }
    .h3_heading {
        font-size: 17px;
        line-height: 24px;
    }
    h2.faq_heading {
        font-size: 18px;
        margin: 0px 0px 12px 0px;
    }
    .question {
        font-size: 16px;
    }
    .testi h2 {
        font-size: 20px;
    }
}