@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
	font-family: "Roboto", sans-serif !important;
    font-family: "Poppins", Sans-serif ;
}

li, p {font-size: 16px;line-height: 30px;color: #343434;}

:root {
    --green: #006500;
}


body {
    font-weight: 500;
    font-style: normal;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 28px;
}
a {text-decoration: none;}


.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.new_menu_flex {
    display: flex
;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.mobile_toggle {
    display: none;
}
.vision_ministry {
    display: flex;
    align-items: center;
    gap: 20px;
}
.vision_logo {
    width: 100px;
}
.vision_logo img{
    width: 100%;
}

.ApplY_now {
    display: flex;
    justify-content: end;
}
.ApplY_now a {
    padding: 10px 20px;
    border: 1px solid var(--green);
    background: var(--green);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    width: fit-content;
}
.ApplY_now a:hover {
    background: #006500;
    color: #fff;
    }
	
header {
    display: block;
}

header ul#menu-main-menu li a.entry_pass {background: var(--green);color: #fff;border-radius: 45px;padding: 4px 11px !important;}
header ul#menu-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 15px;
    }
.header-menu {
    padding: 0px 2%;
}
.header-top {
    display: none;
}
.logo {
    padding: 10px 0px;
}
.logo img {
    width: 75%;
}
.main-menu {
    text-align: right;
}
header ul, footer ul {
    list-style: none;
    margin: 0;
}
.main-menu ul li.menu-item-has-children {
    position: relative;
}
.main-menu ul li {
    display: inline-block;
    /* margin-left: 34px; */
    position: relative;
}
.main-menu ul li:before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0px, -50%);
    height: 18px;
    width: 1px;
    background: #dfdfdf;
}
.main-menu ul li a {
    font-size: 15px;
    color: #1A1C20;
    display: block;
    padding: 27px 0px !important;
    /* text-transform: uppercase; */
}

.main-menu ul li .sub-menu, .features:hover .features__content, .calltoaction-btn .cl-btn:hover, .footer-about-1 .social_links li a:hover, .steps-box__icon i, .features2:hover, .services-items a:hover, .business-btn, .ab-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .faq-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .widget_tag_cloud .tagcloud a:hover, .blog__deatails--tag a:hover, .clto-btn-2:hover, .social ul li a:hover {
    border-color: var(--green);
}
.main-menu ul li .sub-menu, .features:hover .features__content, .calltoaction-btn .cl-btn:hover, .footer-about-1 .social_links li a:hover, .steps-box__icon i, .features2:hover, .services-items a:hover, .business-btn, .ab-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .faq-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .widget_tag_cloud .tagcloud a:hover, .blog__deatails--tag a:hover, .clto-btn-2:hover, .social ul li a:hover {
    border-color: var(--green);
}
.main-menu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
    border-top: 4px solid var(--green);
    text-align: left;
    padding: 15px 0px;
}
.main-menu ul li .sub-menu li {
    display: block;
    margin: 0px;
}
.main-menu ul li .sub-menu li a {
    padding: 4px 30px !important;
    display: block;
    color: #1A1C20;
    position: relative;
}
.main-menu ul li .sub-menu li:before{display:none}
ul.sub-menu li a {
    font-size: 13px !important;
}
.main-menu ul li:hover a {
    color: var(--green);
}
.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu-wrapper__search {
    margin-right: 40px;
}
.nav-search {
    position: relative;
    display: inline-block;
    color: inherit;
}
.main-menu-wrapper__call-number {
    position: relative;
}
.main-menu-wrapper__call-number:before {
    position: absolute;
    content: "";
    height: 82px;
    width: 1px;
    background: #E7EAEF;
    left: -21px;
}
.mr-10 {
    margin-right: 10px;
}
.main-menu-wrapper__call-icon a i {
    font-size: 30px;
    color: var(--green);
}
.main-menu-wrapper__call-number span {
    display: block;
    margin-bottom: -5px;
    font-weight: 400;
    font-size: 14px;
}
.main-menu-wrapper__call-number h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
}
.main-menu-wrapper__call-text a {
    color: #11375a !important;
}

.offcanvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.fix {
    overflow: hidden;
}
.side-info {
    background: #152136;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    right: -100%;
    top: 0;
    padding: 30px;
    transition: .6s;
    overflow-y: scroll;
    z-index: 99999;
}
.d-lg-none {
    display: none !important;
}

.mean-container .mean-nav li {
    position: relative;
    width: 100%;
    list-style: none;
}
.mean-container .mean-nav li a {
    width: 100%;
    padding: 8px 0;
    color: #fff;
    border-top: 1px solid #2a3a57;
    font-size: 15px;
}
.mean-container .mean-nav li a {
    display: block;
    float: none;
    width: 100%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav li:first-child a{    border-top: 0px solid rgba(255,255,255,0.5);}

.mean-container .mean-nav ul.sub-menu li a {
    width: 100%;
    padding: 8px 10%;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
	
}
.mean-container .mean-nav ul.sub-menu {overflow:hidden;padding: 0;     display: none;}
.mean-container .mean-nav ul.sub-menu {overflow:hidden;padding: 0;     display: none;}
.mean-container .mean-nav li:hover ul.sub-menu {display: block;}

.main_banner {background:#11375A;/* height: 350px; *//* min-height: 350px; */position: relative;overflow: hidden;}
.main_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_banner:before{content:'';width: 100%;height: 100%;position: absolute;background: #00000042;}
.banner_o {position:absolute;top:50%;transform: translate(0px, -50%);width: 100%;text-align: center;}
.banner_o .cetn_sd {
    background: #00000061;
    width: fit-content;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
}
.banner_o h3 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
}
.banner_o a:hover {color:#fff}
.banner_o a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--green);
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    gap: 5px;
}
.banner_o a svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
.banner_o p {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 400;
}
/*------------steps-------------*/
.steps {}
.steps .points {
    margin-top: -60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 15px;
    position: relative;
    background-color: #FFFFFF;
    }
.steps .points .d-flex {
    justify-content: space-between;
}
.steps .width_25 {
    width: 25%;
}
.steps .width_25 .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.steps .width_25 .elementor-image-box-wrapper figure{
    width: 30%;
    margin: 0;
    margin-right: 15px;
}
.steps .width_25 .elementor-image-box-wrapper figure img {
    width: 50px;
    height: 50px;
}
.steps .width_25 .elementor-image-box-content {
    width: 100%;
}
.steps .width_25 .elementor-image-box-content h3{
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.steps .width_25 .elementor-button-wrapper {}
.steps .width_25 .elementor-button-wrapper a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #E86020;
    border-radius: 30px 30px 30px 30px;
    padding: 11px 30px;
    text-decoration: none;
    display: flex;
    background-size: 200% auto !important;
    color: white !important;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%) !important;
    transition: 0.5s !important;
    background-image: linear-gradient(to right, #E86020 0%, #E86020 50%, #E86020 100%) !important;
    border-color: transparent !important;
    align-items: center;
    justify-content: space-between;
    }
.steps .width_25 .elementor-button-wrapper a:hover {
    color: white !important;
    background-position: right center;
    transition: 0.5s !important;
    background-image: linear-gradient(to right, #E86020 0%, #11375a 50%, #E86020 100%) !important;
}
/*------------steps-------------*/

.entry_list {
    margin-top: 40px;
    background: #f2f2f2;
    padding: 40px 0;
}
.entry_list .hed_title {
    text-align: center;
}
.entry_list .hed_title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 10px;
}
.entry_list .hed_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.element_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}
.element_box .elementor-col-33 {
    width: 33.33%;
}
.element_box .elementor-col-33 .elementor-border {
    background: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 20px 20px 20px 20px;
    border-radius: 25px 25px 25px 25px;
}
.element_box .elementor-col-33 .elementor-title {
    text-align: center;
    background: #11375a;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    border-radius: 10px 10px 10px 10px;
}
.element_box .elementor-col-33 .elementor-title h3{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
}
.element_box .elementor-col-33 .elementor-widget-container {
    margin: 5% 0% 0% 0%;
    border-radius: 0px 0px 10px 10px;
}
.element_box .elementor-col-33 .elementor-widget-container table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-family: poppins;
    color: #000000;
    font-size: 14px;
}

.element_box .elementor-col-33 .elementor-widget-container table td,
.element_box .elementor-col-33 .elementor-widget-container table  th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.element_box .elementor-col-33 .elementor-widget-container table td.left-border {
    border-top: 0;
    border-left: 0;
}
.element_box .elementor-col-33 .elementor-widget-container table td.right-border {
    border-top: 0;
    border-right: 0;
}
.element_box .elementor-col-33 .elementor-widget-container table td.left-border-wt {
    border-left: 0;
}
.element_box .elementor-col-33 .elementor-widget-container table td.right-border-wt {
    border-right: 0;
}
.element_box .elementor-col-33 .elementor-widget-container table td.left-border-wt-last {
    border-left: 0;
    border-bottom: 0;
}

.element_box .elementor-col-33 .elementor-widget-container table td.right-border-wt-last {
    border-right: 0;
    border-bottom: 0;
}


.elementor-button-wrapper a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--green);
    border-radius: 30px 30px 30px 30px;
    padding: 11px 30px;
    text-decoration: none;
    display: flex;
    background-size: 200% auto !important;
    color: white !important;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%) !important;
    transition: 0.5s !important;
    align-items: center;
    justify-content: space-between;
    }
 .elementor-button-wrapper a:hover {
    color: white !important;
}

.element_box .elementor-col-33 .elementor-widget-container .elementor-button-wrapper {
    width: 45%;
    margin: 15px auto 0;
    }

.element_box .elementor-col-33 .elementor-widget-container .elementor-button-wrapper a {
    padding: 6px 20px;
}


/*----------------testimonial-----------------*/
.testimonial {padding:40px 0}
.testimonial .hed_title {
    text-align: center;
}
.testimonial .hed_title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 10px;
}

.testimonail__wrapper {
    min-height: 300px;
}
.testimonail__wrapper {
    background: #ffffff;
    padding: 30px 30px;
    border: 1px solid #E7EAEF;
}
.testimonail__wrapper__info {
    position: relative;
}
.testimonail__wrapper__info__img {
    margin-right: 20px;
}
.testimonail__wrapper__info__author h4 {
    margin-bottom: 4px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1A1C20;
}
.testimonail__wrapper__info__quotes {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(180deg);
}

.testimonail__wrapper__info__quotes i {
    font-size: 40px;
    color: var(--green);
}
.testimonail__wrapper__content p {
font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
	    line-height: 28px;
    color: #6f6f6f;
}
.testimonail__wrapper__content__reviews ul {padding:0}
.testimonail__wrapper__content__reviews ul li {
    display: inline-block;
    font-weight: 400;
}
.testimonail__wrapper__content__reviews ul li i {
    color: var(--green);
}
.testimonial_slide  {padding-top:50px}
.testimonial_slide  .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.testimonial_slide  .owl-dots button {
    width: 25px;
    height: 5px;
    background: #dfdfdf !important;
    border-radius: 23px;
}
.testimonial_slide  .owl-dots button.active {
    background: var(--green) !important;
}
/*----------------testimonial-----------------*/


/*----------------footer-----------------*/
.footer-bg2 {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #1A1C20;
}
.footer-bg2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    transform: scale(1);
    z-index: -1;
}
.footer-top.pt-95.pb-70 {
    background-color: #11385b;
}
.footer-top.pt-95.pb-70 {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

.footer__logo-area p {
    margin-bottom: 30px;
    color: #ffffff;
}
.footer__widget ul li {
    color: #A6ABB2;
}
.footer__widget ul li {
    margin-bottom: 7px;
}
.social ul li {
    margin-right: 0px;
}
.social ul li {
    display: inline-block;
}
.social ul li a {
    background-color: white;
}
.footer__widget ul li a {
    color: #ffffff !important;
}
.footer__widget ul li a {
    color: #A6ABB2;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #636770;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.social ul {padding:0}
.social ul li a:hover {
    border-color: var(--green);
}
.footer__widget ul li a:hover {
    color: #ffffff;
}
.social ul li a:hover {
    background-color: var(--green);
    border: 1px solid var(--green);
}
.social ul li a:hover i {color:#fff}
.social ul li a {
    background-color: white;
}

.footer__widget-title {
    color: #ffffff;
    font-size: 22px;
}
ul#menu-quick-links,
ul#menu-visa-information {padding-left:0}
.gform_wrapper.gravity-theme * {
    box-sizing: border-box;
}

.newS_lettr {
    display: block;
    overflow: hidden;
}
.newS_lettr form {
    display: flex;
    justify-content: space-between;
}
.newS_lettr label {}
.newS_lettr input {
    height: 50px !important;
    border-radius: 1px !important;
    border: none;
    padding: 8px;
    width: 100%;
}
.newS_lettr button {
    height: 50px !important;
    border-radius: 1px !important;
    border: none;
    padding: 8px;
    background: var(--green);
}
.newS_lettr button img {
    width: 40px;
    object-fit: contain;
}
div#custom_html-2 h3.footer__widget-title {
    display: none;
}
.certification-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.certification-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer__widget .textwidget p {
    color: #fff;
}
.footer-col-3 .footer__widget {
    padding-left: 30px;
}

.footer-coptright.theme-bg {
    background-color: #333333 !important;
}
.footer__text p {
    color: #ffffff;
    margin-bottom: 0px;
}

.footer__text p a {color:#fff;}

.footer-call {
    margin-left: 0;
    padding: 20px 30px 16px 30px;
    background: #D16C07;
    justify-content: end;
}
.footer-call {
    background: #333333;
}
.footer-copyright__wrapper__icon i {
    font-size: 50px;
    color: #ffffff;
    margin-right: 20px;
}
.footer-copyright__wrapper__call-number span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer-copyright__wrapper__call-number h5 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
.footer-copyright__wrapper__call-number h5 {
    font-size: 20px;
}
.footer-copyright__wrapper__call-number h5 a {color:#fff}

/*----------------footer-----------------*/
.side-toggle {
    background: none;
    border: 0;
    padding: 0;
    /* margin-top: 16px; */
}
.side-menu-icon i {
    color: #151735;
    font-size: 32px;
    cursor: pointer;
}

.offcanvas-overlay.overlay-open {
    opacity: .5;
    visibility: visible;
}
.side-info.info-open {
    right: 0;
}
.side-info-close {
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin-bottom: 20px;
}
.contact-list h4 {
    color: #fff;
}
.contact-list.mobile_contact a {
    color: #fff;
    clear: both;
    overflow: hidden;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.contact-list.mobile_contact a i {
    width: 25px;
}
.top_social.offset_social a {
    color: #fff;
    margin-right: 12px;
    font-size: 15px;
}


.banner_head {
    padding: 30px 0;
}
.banner_head h3 {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #1A1C20;
    margin-bottom: 0;
    text-align: center;
    }

/*--------------step_format----------------*/
.step_format{
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.step_format:nth-child(odd) .row {}
.step_format:nth-child(odd) .row .col-md-6:first-child{    order: 2;}

.step_format .step_cont {}
.step_format .step_cont h3{
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    margin-bottom: 25px;
}
.step_format .step_cont h3 span {
    color: var(--green);
}
.step_format .step_cont ul {
    padding: 0;
    list-style: none;
}
.step_format .step_cont ul li{
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.step_format .step_cont ul li:before{content:''}
.step_format .step_cont ul li i {position: absolute;left: 4px;font-size: 30px;color: #e8605e;}
.step_format .Step_img {border-style: solid;border-width: 1px 1px 1px 1px;}
.step_format .Step_img img {width:100%;height: 290px;object-fit: contain;}
/*--------------step_format----------------*/

/*--------------Contact Page---------------*/
.contact_info {
    margin: 30px 0;
    overflow: hidden;
}
.contact_info .box_gray {
    height: 100%;
}
.contact_info .box_gray .elementor-widget-container {
    padding: 5% 5% 5% 5%;
    border-radius: 10px 10px 10px 10px;
    background-color: #F5F8FB;
    height: 100%;
}
.contact_info .box_gray .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
}
.contact_info .box_gray .elementor-icon {
    margin-bottom: var(--icon-box-icon-margin,15px);
}
.contact_info .box_gray .elementor-icon a {
    background-color: #11385B;
    font-size: 30px;
    border-radius: 50%;
    padding: 0.5em;
    color: #fff;
    fill: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 1;
}
.contact_info .box_gray .elementor-icon a i {}
.contact_info .box_gray .elementor-content {}
.contact_info .box_gray .elementor-content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}
.contact_info .box_gray .elementor-content h3 a {
    color: #000;
}
.contact_info .box_gray .elementor-content p {
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}


.contact_form {
    position: relative;
    overflow: hidden;
    padding: 20px 0 50px;
}
.contact_form .div_flex {
    display: flex;
}
.contact_form .div_flex .contact_bg_imgs {
    width: 50%;
}
.contact_form .div_flex .contact_bg_img {
    position: relative;
    height: 100%;
}
.contact_form .div_flex .contact_bg_img .contact_bg {
    background: url('../img/contact-us.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -170px 0px;
}
.contact_form .div_flex .contact_bg_img img {
    width: 100%;
    display: none;
}
.contact_form .div_flex .form_conts  {
    width: 50%;
    box-shadow: 5px -2px 10px 0px rgb(0 0 0 / 26%);
    /* padding: 20px; */
}
.contact_form .div_flex .form_conts .padd_10 {
    padding: 30px;
}
.contact_form .div_flex .form_conts .padd_10 h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin-bottom: 25px;
}
.contact_form .div_flex .form_conts .form-group  {
    margin-bottom: 20px;
}
.contact_form .div_flex .form_conts .form-group label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #444;
}
.contact_form .div_flex .form_conts .form-group label sup {
    color: #c02b0a;
    display: inline-block;
    font-size: 18px;
    padding-left: 0;
    top: 0;
}
.contact_form .div_flex .form_conts .form-group input,
.contact_form .div_flex .form_conts .form-group textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #d2d2d2;
    height: 40px;
    color: #6f6f6f;
    font-weight: 400;
    font-family: 'poppins';
    border-radius: 10px;
}
.contact_form .div_flex .form_conts .form-group textarea {height:auto}
.contact_form .elementor-button-wrapper  {    width: fit-content;    margin: 0 auto; }
.contact_form .div_flex .form_conts .form-group.md_z {margin-bottom:0}
.contact_form .elementor-button-wrapper button {
    background: var(--green);
    color: #fff;
    border-radius: 45px;
    padding: 10px 35px;
    outline: none;
    border: none;
}
.contact_form .div_flex .form_conts .form-group input::placeholder {     font-size: 14px; }
.contact_form .div_flex .form_conts .form-group .iti--allow-dropdown {    display: block;}

/*--------------Contact Page---------------*/


/*--------------policy_head---------------*/
.policy_head {padding: 30px 0;}
.policy_head h3 {
    font-size: 45px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.policy_content {
    padding: 10px 0 40px;
}
.policy_content .web_content {}

.policy_content .web_content a {
    color: var(--green);
}

.policy_content .web_content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.policy_content .web_content ul {
    padding-left: 40px;
    padding-top: 10px;
    color: #333333;
}
.policy_content .web_content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
	margin-bottom: 15px;
}

.policy_content .web_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}
.policy_content .web_content p strong {    color: var(--green);}

/*--------------policy_head---------------*/

.comon_icon {position: fixed;width: 35px;z-index: 1;left: 6px;}
.comon_icon img {width:100%}	
.phone_ion {bottom: 2px;}
.whatsapp {bottom: 45px;}

/*--------------Faq----------------*/
.faq_section {}
.faq_section .uk-accordion {}
.faq_section .uk-accordion li {
    margin-top: 0;
}
.faq_section .uk-accordion li a {}
.faq_section .uk-accordion li a {
    border-radius: 0;
    font-size: 18px;
    background: #F8FAFB;
    border: 1px solid #E7EAEF;
    padding: 15px;
    color: #000;
    font-weight: 500;
}

.faq_section .uk-accordion .uk-accordion-content {
    padding: 15px;
    margin: 0;
    border: 1px solid #E7EAEF;
}
.faq_section .uk-accordion .uk-accordion-content p {}

.faq_section .uk-open>.uk-accordion-title::before {
    background-image: url('../img/minus.svg');
}
.faq_section  .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url('../img/plus.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*--------------Faq----------------*/

/*--------------Service page----------------*/
.innear_banner {
    background: url('../img/banner/14_days.jpg');
    height: 299px;
    position: relative;
    background-position: 0px 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
.innear_banner:before {content:'';position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.6;}
.innear_banner .padd_50{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0px, -50%);
}
.innear_banner .padd_50:before{content:''}
.innear_banner .padd_50 h3{
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 500;
}

.service_pg_content {
    text-align: center;
    padding: 50px 0;
}
.service_pg_content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.service_pg_content h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1A1C20;
    padding: 20px 0;
    margin: 0;
}
.service_pg_content ul {
       text-align: left;
    list-style: none;
    padding: 0;
}
.service_pg_content ul li {font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;}

.service_pg_content table {
    width: 100%;
    /* margin-bottom: 25px; */
    box-shadow: 0px 6px 10px #9d9d9d;
}
.service_pg_content td, .service_pg_content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 7px 15px;
}
.service_pg_content th {color: #fff;background: var(--green);}
.service_pg_content td { font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;}

.service_pg_content .width_45 { width: 20%;    margin: 0 auto;}

/*--------------Service page----------------*/

.feature_logo {
    padding: 30px 0;
}
.feature_logo .d-flex{
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.feature_logo h3{
    color: #000;
    font-weight: 600;
}
.feature_logo ul{
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0px;
    gap: 13px;
    margin: 0;
    width: 90%;
}
.feature_logo ul li{
    width: 45%;
    display: flex;
    align-items: center;
    box-shadow: 0px 0 10px #a1a1a1;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
}
.feature_logo ul li img{width:100%;height: 85px;object-fit: contain;}
.feature_logo .heads {width: 15%;display: flex;}
.footer-logo img {width:200px}



.policy_page {padding:30px 0}
.policy_page .f_link{}
.policy_page .f_link h2{ font-size: 30px; font-weight: 100;}
.policy_page .f_link h2 strong{font-size: 30px;}
.policy_page .f_link p {font-size: 17px;line-height: 26px;}
.policy_page .f_link p strong{color:#000}
.policy_page .f_link ul li {font-size: 17px;line-height: 26px;margin: 0 0 15px;
    color: #727272; font-weight: 400;}
.pri_c {}	
.pri_c ul{ display: flex; gap: 16px;padding:0px; list-style:none}	
.pri_c ul li {}	
.pri_c ul li a{
    font-size: 15px;
    color: #fff;
}



.setUP_pra {
    padding: 20px;
    height: 100%;
    background: #f9f9f9;
}
.spe-title {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.spe-title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 15px;
}
.spe-title h2 span {
    color: var(--green);
}
.setUP_pra p {text-align: justify;}
.bd-services3__item {
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: .5s ease-out;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    /* overflow: hidden; */
    box-shadow: 0px 0px 10px #cbcbcb;
    margin-bottom: 12px;
}
.bd-services3__icon {
    transition: .5s ease-out;
    margin: 0;
    background: #171819;
    padding: 4px;
    border-radius: 6px 0 0 6px;
    width: 50px;
}
.bd-services3__icon img {
    width: 40px;
    filter: invert(1);
}
.bd-services3__item .bd-services3__title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    width: calc(100% - 50px);
}
.bd-services3__title a {color:#000}

.side_bar_Contury {
    width: 100%;
    height: fit-content;
    border: 1px solid #dedfe3;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}
.side_bar_Contury .side_head {
    margin-top: 20px;
    transform: perspective(200px) rotateX(3deg);
    border-radius: 10px;
    /* z-index: 1; */
    height: 40px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    background-color: var(--green);
    position: relative;
    /* width: 100%; */
    margin: 6px -0.5rem;
}
.side_bar_Contury .side_head .visa_gr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    z-index: 4;
    position: relative;
}
.side_bar_Contury .side_head .visa_gr svg {
    width: 25px;
    height: 25px;
}
.side_bar_Contury .side_head .visa_gr p {
    margin-bottom: 0;
}
.side_bar_Contury .side_prices {
    padding: 0 15px 15px;
    position: relative;
}
.side_bar_Contury .side_price {
    border-radius: 0.75rem;
    background-color: rgb(80 87 234);
}
.side_bar_Contury .side_price_br {
    background-color: #fff;
}
.side_bar_Contury .py-1\.5 {
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    display: flex;
}
.side_bar_Contury .outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: #0000;
    border: none;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #000;
}

.side_bar_Contury .outline-none .underline {
    text-decoration-line: underline;
}

.side_bar_Contury .flex-1 {
    flex: 1 1 0%;
}

.side_bar_Contury .font-semibold {
    font-size: 14px;
    font-weight: 600;
}

.side_bar_Contury .btn_yellow {
    background: rgb(46 45 45);
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: navajowhite;
    border-radius: 6px;
    padding: 6px 0;
}
.ff {padding:45px 0}

.doc_req {padding:40px 0}
.spe-title h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 20px;
}
.box_content {
    border-style: dotted;
    border-width: 1px 1px 1px 1px;
    padding: 15px;
    background-color: #f7f7f7;
}
ul.line_sty {
    padding-left: 0;
    }
ul.line_sty span {
    width: calc(100% - 45px);
}
ul.line_sty span.fs {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 45px;
    background: #eeeeee;
    border-radius: 4px;
    padding: 5px;
    margin-right: 15px;
}
ul.line_sty .fs img{width:100%}
ul.line_sty li{
    /* padding-left: 60px; */
    position: relative;
    /* height: 50px; */
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    color: #000;
    font-size: 14px;
}
.box_content.heI_fix img {
    width: 100%;
}


.innear_banner.one_year {    background: url(../img/banner/1year.jpg);    background-position: 0px 75%;
    background-repeat: no-repeat;
    background-size: cover;}
.innear_banner.thirty_days {    background: url(../img/banner/30-days.jpg);    background-position: 0px 75%;
    background-repeat: no-repeat;
    background-size: cover;}
.innear_banner.ninty_days {    background: url(../img/banner/90-days.jpg);    background-position: 0px 75%;
    background-repeat: no-repeat;
    background-size: cover;}
	
	
/*--------------accordion---------------*/	
.faq_sec {
    background: #f7f7f7;
    padding: 60px  0;
}
.faq_sec .hed_title {
    text-align: center;
}
.faq_sec .hed_title span {}
.faq_sec .hed_title h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 30px;
}
.faq_sec .accordion-container{
    position: relative;
    max-width: 100%;
    width: 100%;
  }
.faq_sec .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
 .faq_sec .faq_secset{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1f5f7;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
 .faq_sec .faq_secset > a{
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    font-family: var(--font-family);
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
	text-align: left;
  }
.faq_sec  .faq_secset > a i{
    float: right;
    margin-top: 2px;
  }
 .faq_sec .faq_secset > a.active{
    background: #f5f5f5;
    /* color: #fff; */
  }
 .faq_sec .faq_secset .content{
    background-color: #fff;
    display:none;
  }
 .faq_sec .faq_secset .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
	font-weight:400;
  }
/*--------------accordion---------------*/	

.bdj_d {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.bdj_d h3{
    background: #c5c5c5;
    font-size: 22px;
    font-weight: 600;
}
.bdj_pd {padding:16px}

img.sad_u {
    width: 441px;
    height: 336px;
    float: right;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #0000004f;
    padding: 5px;
    margin: 0px 0 30px 50px;
}
.wrc ul {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.wrc ul li {
    list-style: none;
    margin-bottom: 24px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.wrc ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wrc ul li h3 {
    font-weight: 400;
    background: #3e3d3d;
    font-size: 15px;
    color: #fff;
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px;
}
.wrc .df {
    padding: 10px;
}
.wrc .df p {
    line-height: 24px;
    font-size: 15px;
}
.wrc {
    margin-top: 47px;
}
.wrc ul li:nth-child(2),
.wrc ul li:nth-child(4) {
  background-color: #efefef; /* Apply your styles here */
  /* flex-direction: row-reverse; */
  border-radius: 7px;
  box-shadow: none;
}


.more_desti .padding-sm-lftrgt {
    padding: 0 5px;
}
.more_desti .col-sm-2 {
    width: 20%!important;
    min-height: 1px;
    float: left;
}
.more_desti .padding-sm-lftrgt a {
    box-shadow: 0 0 10px -2px #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}
.more_desti .padding-sm-lftrgt a {
    box-shadow: 0 0 10px -2px #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    height: 31px;
}
.more_desti .padding-sm-lftrgt a img {
    width: 35px;
    margin-right: 10px;
    box-shadow: 0px 0 4px #1a1a1a;
}
.more_desti .padding-sm-lftrgt a span.ebadge {
    background-color: #da2c46;
    color: #fff;
    padding: 0px 2px;
    font-size: 9px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
}
.more_desti .padding-sm-lftrgt a span.ebadge:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 7px 0;
    border-color: transparent #da2c46 transparent transparent;
    top: 0;
    content: "";
    left: -5px;
    position: absolute;
}

/*---------new addon css-------------*/
.how_ban {
     background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center center;
    padding-top: 0px;
    background: rgb(17, 55, 90);
	height:200px
    }
.innear_banner.how_ban:before {
    background: #0000;
}
.innear_banner .padd_50 h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
}
.both_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.both_side .left_side{width: 85%;}
.both_side .right_side{}
.both_side .right_side .apply_now_btn {}
.both_side .right_side .apply_now_btn a{
    background: #fff;
    padding: 15px 30px;
    color: var(--green);
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border-bottom: 3px solid #015101;
    display: block;
}	
/*---------breadcrumbs-----------*/
.breadcrumbs {
    /* justify-content: center; */
    display: flex;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
.breadcrumbs a {
    color: #fff;
    padding-right: 35px;
    position: relative;
}
.breadcrumbs a:before {
    content: "\f105";
    font-family: FontAwesome;
    /* content:''; */
    position: absolute;
    width: 7px;
    height: 7px;
    /* background: #e86020; */
    border-radius: 24px;
    right: 12px;
    top: 0;
}
.breadcrumbs span.current {}
/*---------breadcrumbs-----------*/
.service_pg_content.h4_css {
    padding: 25px 0 0;
}
.service_pg_content.h4_css p {text-align:left}
.para-head {
    border: 1px solid #d9cbcb;
    padding: 15px;
    border-radius: 20px;
    /* box-shadow: 1px 5px 10px #dddddd; */
    text-align: left;
    font-size: 15px;
}


.service_pg_content .para-head h3 {
    font-family: "Poppins", Sans-serif;
    color: #383838;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /* border-bottom: 1px solid #ebeaea; */
    margin-bottom: 10px;
}
.con_flag {
    width: 160px;
    float: left;
    margin: 2px 19px 6px 3px;
    box-shadow: 0 0 10px #606060;
    padding: 5px;
    border-radius: 5px;
}
.para-head p {
    font-family: 'circular';
    margin-bottom: 0;
    font-weight: 500;
    color: black;
    text-align: left;
}
.service_pg_content p a {
    color: var(--green);
    font-weight: 600;
    text-decoration: underline !important;
}
.midL_links {
    margin-bottom: 10px;
    text-align: center;
}
.midL_links a {
    background: var(--green);
    padding: 7px 20px;
    display: block;
    color: #fff !important;
    border-radius: 6px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.bd-services3.pt-50 {
    margin: 30px 0;
}
.service_pg_content .grey-bg-3 {
    background: #f1f1f1;
    padding: 13px 9px;
}
.service_pg_content .gt3_animated_headlines {
    text-align: center;
}
.service_pg_content .gt3_animated_headlines .gt3_headline {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #1A1C20;
    margin-bottom: 15px;
}
.service_pg_content .gt3_animated_headlines .gt3_headline span{
    color: var(--green) !important;!i;!;
}
.visa-types {
    background-color: white;
    padding: 20px;
    margin: 20px 0;
    color: rgb(0, 0, 0);
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    /* box-shadow: 6px 6px 20px #dfdfdf; */
}
.visa-types h3 {
    font-family: "Poppins", Sans-serif;
    color: #383838;
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /* border-bottom: 1px solid #ebeaea; */
    margin-bottom: 10px;
}
.h4_css h4 {
    background: #298c4026;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}
.pri_ce table {
    width: 100%;
    margin-bottom: 25px;
    box-shadow: none;
}
.pri_ce td, .pri_ce th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.pri_ce th {color: #000;background: #0000;}
.pri_ce td { font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;}
.pri_ce td .table_apply {
    background: var(--green);
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 7px 15px;
    width: max-content;
}
.pri_ce .width_45 { width: 20%;    margin: 0 auto;}
.service_pg_content ul li img {
    width: 20px;
}
/*---------------faq------------------*/
.faqs {padding:30px 0}
.faqs .panel-default {
    border-radius: 5px;
    background-color: hsl(0deg 0% 100%);
    /* box-shadow: 0 0 59px 0 rgba(28,137,212,.1); */
    margin-bottom: 10px !important;
    /* border: 1px solid #e86020; */
    }
.faqs .panel-default .panel-heading{
    padding: 8px 23px 9px 13px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    outline: none;
    /* border: 1px solid #e86020; */
    /* border-bottom: none; */
    color: #fff;
}
.faqs .panel-default .panel-title{
    background: #298c4000;
    text-align: left;
    padding: 0px 0;
    font-weight: 600;
    font-size: 16px;
}
.faqs .panel-default .panel-title a{
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #484848;
}
.faqs .panel-default .panel-collapse{}
.faqs .panel-default .panel-body{
    font-size: 14px;
    padding: 15px;
    border-top: 0 !important;
}
.faqs .panel-default .panel-body p{
    padding: 0;
    margin-bottom: 18px;
    line-height: 1.5;

    font-size: 16px;
    }

.faqs .panel-default .panel-body ul {list-style: disc;padding-left: 20px;}
.faqs .panel-default .panel-body ul li{
    margin: 0;
    font-size: 16px;
    }
	
	
	
.faqs .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    background: #ebebeb;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 100;
    border-radius: 50px;
    color: #000;
}
.faqs .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faqs .panel-title > a:hover, 
.faqs .panel-title > a:active, 
.faqs .panel-title > a:focus  {
    text-decoration:none;
}
.faqs.pz_zero .text-left {text-align: center;}
/*---------------faq------------------*/
/*---------new addon css-------------*/


.destop.app_togl {
    display: none;
}


.notice_period {
    margin-top: 10px;
}
.notice_period .desc{
    display: flex;
    align-items: center;
    /* gap: 15px; */
    border-radius: 4px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #777777;
}
.notice_period .desc .notice{
    /* background: red; */
    width: inherit;
    display: flex;
    align-items: center;
    color: red;
    font-size: 17px;
    font-weight: 600;
    padding: 11px;
}
.notice_period .desc .notice sup{}
.notice_period .desc p{
    margin: 0;
}
.disc_ps_pdf {margin-bottom: 20px;}
.disc_ps_pdf .disc_ps{
    background: #eeeeee24;
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto;
    padding: 0 29px;
}
.disc_ps_pdf .disc_ps p{
    color: #ffffffc2;
    text-align: center;
    margin: 0;
}
.ftr_t_op {    margin-bottom: 20px;}
.ftr_t_op p{    color: #ffffffc2;
    text-align: center;
    background: #eeeeee24;
    border-radius: 2px;
    width: fit-content;
    margin: 0 auto;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;}

@media (max-width:992px){

.disc_ps_pdf .disc_ps {padding: 0 6px;}

	
}