@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: 400;
    font-style: normal;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 28px;
}
a {text-decoration: none !important;}

@font-face {
	font-family: "Poppins", Sans-serif;
	src: url('../fonts/Poppins-Regular.ttf');
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-35 {
    padding-top: 35px;
}

header {
    display: block;
}

.row.fd_dele {display:flex;align-items: center;}

header ul#menu-main-menu li a.entry_pass {}
header ul#menu-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 15px;
    }

.header-top {
    display: none;
}
.logo {
    padding: 5px 0px;
}
.logo img {
    width: 100%;
}
.new_menu_flex {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.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: capitalize;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
}
.main-menu ul li a.active {color: var(--green);font-weight: 600;}

.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: #e86020;
}
.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: #E48216;
}
.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: max-content;
    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;
    font-size: 15px;
}
.main-menu ul li .sub-menu li:before{display:none}
.main-menu ul li .sub-menu li a {
    padding: 4px 14px !important;
    display: block;
    color: #696687;
    position: relative;
    font-size: 15px !important;
}
.main-menu ul li .sub-menu li a:hover {color: var(--green);}
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: #E48216;
}
.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: #E48216;
}
.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: 100%;
    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; *//* height: calc(100vh - 84px); */position: relative;overflow: hidden;}
.main_banner:before{content:'';width: 100%;height: 100%;position: absolute;background: #00000042;}
.main_banner img {width:100%;height: 100%;object-fit: cover;}
.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 h1 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    margin: 0 0 15px;
}
.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:hover {color:#fff}
.banner_o a svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

/*------------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 45px;
    position: relative;
    background-color: #FFFFFF;
    }
.steps .points .d-flex {
    justify-content: space-between;
    display: flex;
}
.steps .points .d-flex .width_60 {
    width: 80%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}
.steps .points .d-flex .width_40 {
    width: 20%;
}
.steps .width_25 {
    /* width: 33%; */
}
.steps .points .d-flex .width_40 .width_25 {
    width: 100%;
}
.steps .width_25 .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
.steps .width_25 .elementor-image-box-wrapper figure{
    padding: 5px;
    margin: 0;
    margin-right: 15px;
    background: var(--green);
}
.steps .width_25 .elementor-image-box-wrapper figure img {
    width: 32px;
    height: auto;
}
.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: 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;
    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: var(--green);
}
/*------------steps-------------*/

.entry_list {
    /* margin-top: 40px; */
    /* background: #f2f2f2; */
    padding: 30px 0;
}
.entry_list .hed_title {
    text-align: center;
}
.entry_list .hed_title h3 {
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0px;
    color: #000;
    margin: 0;
    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;
    border-radius: 25px 25px 25px 25px;
}
.element_box .elementor-col-33 .elementor-title {
    text-align: center;
    background: #11375a;
    font-family: "Roboto", sans-serif !important;!i;!;
    font-weight: 400;
    border-radius: 4px;
}
.element_box .elementor-col-33 .elementor-title h3{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 12px 8px;
    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;
    border: 1px solid #dddddd;
}
.element_box .elementor-col-33 .elementor-widget-container p {
    text-align: left;
    color: #000000;
    font-size: 17px;
    margin: 0 0px 25px;
    line-height: 25px;
}

.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: #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: var(--green);
    border-color: transparent !important;
    align-items: center;
    justify-content: space-between;
    }
 .elementor-button-wrapper a:hover {
    color: white !important;
    background-position: right center;
    transition: 0.5s !important;
}

.element_box .elementor-col-33 .elementor-widget-container .elementor-button-wrapper {
    display: flex;
    margin: 15px auto 0;
    justify-content: center;
    gap: 12px;
    }

.element_box .elementor-col-33 .elementor-widget-container .elementor-button-wrapper a {
    padding: 6px 20px;
}
.elementor-button-wrapper a svg {width: 20px;height: 20px;}




/*----------------footer-----------------*/
.footer-bg2 {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: #11385b;
    margin-top: 60px;
    padding-bottom: 30px;
}
.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: 40px;
    padding-bottom: 0;
}

.footer__logo-area p {
    margin-bottom: 30px;
    color: #ffffff;
}
.footer__widget ul li {
    color: #A6ABB2;
    line-height: normal;
}
.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;
}
.social ul li a svg {
    width: 22px;
    height: 22px;
}
.footer__widget ul li a {
    color: #ffffff !important;
}
.footer__widget ul li a {
    color: #A6ABB2;
    font-size: 14px;
    font-weight: 500;
    -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;
    font-family: "Poppins", sans-serif;
}
.social ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.social ul {padding:0;display: flex;gap: 10px;}
.social ul li a:hover {
    border-color: #e86020;
}
.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 svg {
}
.social ul li a:hover i {color:#fff}
.social ul li a {
    background-color: white;
}
.footer-col-2 .footer__widget {
    padding-left: 0px;
}
.footer-col-2 .footer__widget .quran_book {
    width: 95px;
    border-radius: 5px;
    overflow: hidden;
}
.footer-col-2 .footer__widget .quran_book img {
    width: 100%;
}
.footer__widget-title {
    color: #ffffff;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    height: 32px;
    margin-bottom: 30px;
}

.top_ftr {
    padding-top: 0;
}
.top_ftrs {
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.top_ftr .email_d {
    /* width: 30.33%; */
    display: flex;
    align-items: flex-end;
}
.top_ftr .email_ds {}
.top_ftr .email_ds p{
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}
.top_ftr .email_ds p a{
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}
.top_ftr .ftr_logos{
    /* width: 40%; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -40px;
    gap: 130px;
}
.top_ftr .ftr_logos .lo{}
.top_ftr .ftr_logos .lo_big{}
.top_ftr .ftr_logos .lo_big img{}
.top_ftr .ftr_logos .lo img{
    width: 100%;
}
.top_ftr .ftr_ap{
    /* width: 30.33%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_ftr .ftr_app{}
.top_ftr .ftr_app a{
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 30px 30px 30px 30px;
    padding: 11px 40px;
    text-decoration: none;
    display: flex;
    border-color: transparent;
    color: var(--green);
}
.top_ftr .ftr_app a:hover {
    color: var(--green);
    background-position: right center;
    transition: 0.5s;
    background: #fff;
    }



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: #e86020;
}
.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: 0;
}

.footer-coptright.theme-bg {
}
.footer__text p {
    color: #ffffff;
    margin-bottom: 0px;
}

.footer__text p a {color:#fff;}


.footer-copyright__wrapper__icon i {
    font-size: 50px;
    color: #ffffff;
    margin-right: 20px;
}

/*----------------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;
    }
	
.banner_heads {
    padding: 30px 0;
}
.banner_heads h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #1A1C20;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 30px;
    line-height: 43px;
    }
	.banner_heads p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
	
	

/*--------------step_format----------------*/
.step_format{
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.step_format .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid  #eee;
    border-radius: 6px;
    box-shadow: 0px 10px 10px #d9d9d9;
    align-items: center;
    padding: 15px;
    position: relative;
    gap: 40px;
}
.step_format .cir_steps {
    display: flex;
    justify-content: center;
    position: absolute;
    left: -30px;
    top: -30px;
}
.step_format .cir_step {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50em;
    border: 2px solid #006500;
}
.step_format .cir_steps span {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}




.step_format:nth-child(even) .content {}
.step_format:nth-child(even) .content .cir_steps {
    right: -30px;
    left: auto;
}
.step_format:nth-child(even) .content .step_cont{    order: 3;}
.step_format:nth-child(even) .content .Step_img{    order: 1;}
.step_format:nth-child(even) .content .cir_steps{/* order: 2; */}

.step_format .step_cont {
    width: 50%;
    /* padding: 20px 15px 20px 30px; */
    /* background: #30994559; */
    /* border: 1px dotted #383838; */
    /* height: 370px; */
    /* border-radius: 10px; */
}
.step_format .step_cont h3{
    color: #000000;
    font-weight: 400;
    /* font-family: "Nunito", Sans-serif; */
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 40px;
    position: relative;
}
.step_format .step_cont h3:after {content:'';position: absolute;width: 199px;height: 2px;/* background: #014d29; */bottom: 0;left: 0;}
.step_format .step_cont p {font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;}
.step_format .Step_img {width: 50%;}

.step_format .Step_img img {width:100%;height: 100%;object-fit: contain;}
/*--------------step_format----------------*/




/*--------------policy_head---------------*/
.policy_head {padding: 30px 0;}
.policy_head h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-family: Nunito;
    font-weight: 800;
    color: #3ba803;
}
.policy_head span.line_long {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #3ba803;
}
.policy_content {
    padding: 10px 0 40px;
}
.policy_content .web_content {}
.policy_content .web_content ol li,
.policy_content .web_content ul li{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
    }
.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 {}
.comon_icon img {width:100%}	
.phone_ion {bottom: 2px;}
.whatsapp {}

/*--------------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.how_ban:before {
    background: #0000;
}
.innear_banner {
    background: url('../img/banner/14_days.jpg');
    height: 200px;
    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 h1{
    margin: 0;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
}

.service_pg_content {
    padding: 25px 0 0;
}
.service_pg_content .df_cfg .desc_c {
    flex: 1;
}
.service_pg_content p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    /* font-family: "Poppins", sans-serif; */
}
.service_pg_content p i {font-weight: 600;}
.service_pg_content p a {
    color: var(--green);
    font-weight: 600;
    text-decoration: underline !important;
}
.service_pg_content 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;
}
.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 ul li img {width: 20px;}
.service_pg_content table {
    width: 100%;
    margin-bottom: 25px;
}
.service_pg_content td, .service_pg_content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 13px;
}
.service_pg_content th { color: #000;}
.service_pg_content td { font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;}
.service_pg_content td .table_apply {
    background: var(--green);
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 7px 15px;
    width: max-content;
}
.service_pg_content .width_45 { width: 20%;    margin: 0 auto;}

/*--------------Service page----------------*/



header ul#menu-main-menu li a.entry_track {
    background: #00732f;
    color: #fff;
    border-radius: 45px;
    padding: 4px 15px !important;
}
.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-menu {padding: 0px 2%;}

.Featured {}
.Featured .heading{
    text-align: center;
    margin-bottom: 30px;
}
.Featured .heading h3{    color: #0A2A43;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.22em;}
.Featured .heading h3 span{color: var(--green);}
.feature_logo {
    display: flex;
    gap: 10px;
}
.feature_logo .out{
    width: 20%;
}
.feature_logo .out .thumb_nail{
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px #00000021;
    display: flex;
    align-items: center;
    /* padding: 25px 30px; */
}
.feature_logo .out .thumb_nail img{
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 10px;
}

.desc_home {
    padding: 40px 0;
}
.desc_home .desc{}
.desc_home .desc h3{margin-top: 0;text-transform: capitalize;font-weight: 500;font-size: 30px;line-height: 1.2;color: #000;margin-bottom: 10px;text-align: center;}
.desc_home .desc h3 span {color: var(--green);}
.desc_home .desc p b{color:#000}
.desc_home .desc .hh_list {
    padding: 0;
    list-style: none;
}
.desc_home .desc .hh_list li{
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}
.desc_home .desc .hh_list li img{
    width: 16px;
}
.desc_home .desc .bos {
    /* margin: 25px 0px 0px 4px; */
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D4D4D4;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: left;
    }
.desc_home .desc .bos h3{
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
}
.desc_home .desc .bos ol{}
.desc_home .desc .bos ol li{
    padding: 0 0 8px;
    margin: 0;
    font-size: 16px;
    color: #222222;
}

.any_desti {padding:30px 0}
.any_desti h3{
    color: #0A2A43;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22em;
    text-align: center;
    margin-bottom: 20px;
}
.any_desti h3 span {color: #E86020;}
.any_desti ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.any_desti ul li{
    width: 25%;
    padding: 10px;
    }
.any_desti ul li a:hover{    background-color: #E86020;
    box-shadow: 0px 0px 10px 0px #E86020;}
.any_desti ul li a{color:#000000;font-size:18px;font-weight:500;background-color: #E8E8E8;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);line-height: 40px;display: block;text-align: center;}

.heading_all {}
.heading_all h3{
    color: #0A2A43;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22em;
    text-align: center;
    margin-bottom: 20px;
}
.heading_all h3 span {color: var(--green);}



/*---------------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;
}

/*---------------faq------------------*/

.work_logo {}
.work_logo ul{
    padding: 0;
    list-style: none;
    display: flex;
}
.work_logo ul li{
    width: 100%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}
.work_logo ul li img{
    width: 100%;
}
.ftr_pay {
    display: flex;
    align-items: center;
    justify-content: end;
}
.ftr_pay .footer__widget-title {
    text-transform: capitalize;
    margin-bottom: 0;
    height: fit-content;
    margin-right: 10px;
    font-size: 16px;
    display: none;
}
.footer-logo img {height:32px}

.comon_icon {
    position: fixed;
    width: 54px;
    z-index: 1;
    left: 35px;
    }
.comon_icon svg {width: 54px;height: 54px;}	
	

.whatsapp {
    bottom: 20px;
}

/*---------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-----------*/

.big_size_img {float: right;width: 400px;background: #fff;padding: 10px;box-shadow: 0px 0px 7px #7e7e7e;order: 1;}
.big_size_img img{width:100%;}

.in_er_ap {
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); */
    padding: 10px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebeaea;
    border-radius: 6px;
    width: 100%;
}
.in_er_ap .step_al{
    width: 80%;
    display: flex;
    gap: 65px;
}
.in_er_ap .steps{
    padding-left: 30px;
    position: relative;
}
.in_er_ap .steps .icon{
    position: absolute;
    left: 0px;
    top: 3px;
}
.in_er_ap .steps .icon i{
    color: #5c5c5c;
    font-size: 20px;
}
.in_er_ap .steps .content{}
.in_er_ap .steps .content p{
    font-size: 19px;
    margin: 0;
    line-height: unset;
    color: #383838;
}
.in_er_ap .ap_s {
}
.in_er_ap .ap_s a {
    font-size: 16px;
    font-weight: 500;
    background-color: #006500;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    color: #ffffff;
    width: 180px;
    justify-content: center;
    }
	.in_er_ap .ap_s a:hover {
    }

.side_panel {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}	
.side_panel .side_panels{
    padding: 16px 10px 10px 10px;
}	
.side_panel .side_panels h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 0;
}	
.side_panel .side_panels ul{}	
.side_panel .side_panels ul li{
    margin-bottom: 13px;
}	
.side_panel .side_panels ul li img{}	
.side_panel .side_panels ul li p{
    font-size: 19px;
    margin: 0;
}	
.side_panel .side_panels ul li a {
    color: #6254e7;
}	
.side_panel .sp_line {
    display: block;
    width: 116px;
    background: #000;
    height: 1px;
    margin: 25px 0;
}
.faqs.pz_zero {padding:0}

.service_pg_content ul.d_none_f li{display: block;}	

/*--------------sef----------------------*/
.sef {
    padding: 30px 0;
}
.sef .content{
    text-align: center;
}
.sef .content h3{
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin: 0 0px 15px;
    font-weight: 600;
    font-style: italic;
    font-weight: 900;
}
.sef .content p{
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 0px 25px;
    line-height: 30px;
}
/*--------------sef----------------------*/

.how_ban {
    /* background:url('../img/banner/pic_paralax_2.jpg'); */
    /* background:url("https://evisadubai.ae/wp-content/uploads/2022/09/New-Project-85.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center center;
    padding-top: 0px;
    background: var(--green);
    }	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.white-panel {
  position: absolute;
}
#pinBoot .white-panel .col-md-12 {padding:5px}

/*--------------home_blogs inne------------------*/
.home_blogs.inne {padding:30px 0}
.home_blogs.inne .blog_content {padding: 15px 15px 0px 15px;}
.home_blogs.inne .blogpost_title  {    font-size: 20px;
    line-height: 26px;}
.home_blogs.inne .gt3_module_button_list a {color:#6254e7}
.home_blogs.inne .gt3_module_button_list a:hover {color:#e86020}
/*--------------home_blogs inne------------------*/

/*--------------contact_us------------------*/
.contact_us {
    padding: 30px 0;
}
.contact_us .content{
    text-align: center;
    width: 67%;
    margin: 0 auto;
}
.contact_us .content h3{
    color: #0A2A43;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.22em;
    margin: 0 0 15px 0;
}
.contact_us .content p{
    text-align: center;
    color: #242323;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.con_big {margin-top:30px;margin-bottom: 30px;}
.con_big img{height:400px;width:100%;object-fit: cover;}
.contact_forms {
    padding: 43px 50px 35px 50px;
    background-image: url('../img/contacts_img_02.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.contact_forms h3{
    color: #0A2A43;
    font-family: "Poppins", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.22em;
    margin-top: 0;
}
.contact_forms p{
    line-height: 1.5;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
}
.contact_forms .contact_form_2 {
    margin-top: 30px;
}
.contact_forms .form-group {}
.contact_forms .form-group input,
.contact_forms .form-group textarea{
    width: 100%;
    padding: 13px 0;
    border: none;
    border-bottom: 1px solid rgb(49 154 70);
    color: #696687;
    background: #0000;
    outline: none;
}
.contact_forms .form-group textarea{
    height: 111px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 32px;
}
.contact_forms .form-group .btn_blue {
    background: var(--green);
    display: inline-block;
    transition: all .3s;
    outline: none;
    width: auto;
    height: 50px;
    cursor: pointer;
    padding: 10px 30px;
    line-height: 23px;
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2px;
    border: none;
    color: #fff;
    border-radius: 5px;
    outline: none;
}
.contact_forms .form-group .btn_blue:hover {    background-position: 100% 150%;
    transition: all .4s ease-in-out;}
	
.con_det {
    background: #f9f8ff;
    padding: 40px;
    border-radius: 10px;
}	
.con_det h3{
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
}	
.con_det h4{
    font-size: 30px;
    line-height: 40px;
    font-family: Nunito;
    font-weight: 800;
    color: #3b3663;
    margin: 0 0px 20px;
}	
.con_det h5{
    color: #0A2A43;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}	
.con_det h6{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.6em;
    color: #3b3663;
    margin: 0 0 0;
}	
.con_det h6 span{display: block;color: #2f9645;}	
.con_det p{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #000000;
}	
.con_det .mr_c {
    margin-bottom: 20px;
}
.con_d_etail {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.con_d_etail .info {
    width: 100%;
    padding: 40px 40px;
    background: #30994559;
    border: 1px dotted #383838;
    border-radius: 10px;
}
.con_d_etail .info h3{
    color: #014d29;
    font-weight: 700;
    font-family: "Nunito", Sans-serif;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 38px;
    position: relative;
}
.con_d_etail .info h3:after{content:'';position: absolute;width: 80%;height: 2px;background: #014d29;bottom: 0;left: 0;}
.con_d_etail .info ul {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.con_d_etail .info ul li {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    /* font-weight: 600; */
    color: #000000;
    margin-bottom: 9px;
}
.con_d_etail .info ul li i {
    font-size: 20px;
    margin-right: 15px;
}
.map_loc {}
.map_loc .map_location {}
.map_loc .map_location iframe{width:100%; height:400px}
/*--------------contact_us------------------*/

.service_pg_content h3.ti_tile {color: #0A2A43;
    font-size: 36px;
    line-height: 1.22em;}
	
.service_pg_content .Pr_img {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
}	
.service_pg_content .Pr_img .box{
    width: 100%;
    background-color: #F1F1F1;
    border: 2px solid #2a8f41;
}	
.service_pg_content .Pr_img .box .box_s{padding: 10px;}	
.service_pg_content .Pr_img .box .box_s p{
    line-height: 25px;
    text-align: justify;
}	
.service_pg_content .Pr_img .box .box_s p a{}	
.service_pg_content .Pr_img .thumB_nail{
    width: 20%;
    float: right;
    margin: 0 0 30px 30px;
}	
.service_pg_content .Pr_img .thumB_nail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}	

.gt3_animated_headlines {
    text-align: center;
}
.gt3_animated_headlines .gt3_headline {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.22em;
}
.gt3_animated_headlines .gt3_headline span{
    color: var(--green) !important;!i;!;
}

.customer_review {
    padding: 60px 0;
}
.customer_review .heading{
text-align: center;
    margin-bottom: 40px;
}
.customer_review .heading h3{
    margin: 0;
    color: #000000;
    font-size: 65px;
    font-weight: 600;
    font-family: Nunito;
}

.customer_review .rev {
    display: flex;
}
.customer_review .rev .review_box{
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    padding: 35px;
    height: 100%;
}
.customer_review .rev .content{}
.customer_review .rev .content p{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
    font-family: 'Nunito';
}
.elementor_testimonial {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.testimonial_image {
    width: 55px;
    height: 55px;
    overflow: hidden;
}
.testimonial_image img {
    width: 100%;
}
.testimonial_details {}
.testimonial_name {
    color: #000000;
    font-size: 20px;
}
.testimonial_job {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
}
.one_s_lide {/* background:#ebebeb; */padding: 0 0 25px 0;margin-bottom: 16px;}
.one_one_slider {}
.one_one_slider h3{
    text-align: left;
    color: #222222;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
}
.one_one_slider h3 span {
    color: #e86020;
}
.one_s_lide .owl-item,
.one_s_lide .item {
    height: 100%;
}

.one_s_lide .testimonial_item_wrapper {/* background: #eee; *//* height: 295px; *//* border-radius: 6px; *//* border: 1px solid #dbdbdb; */}
.one_s_lide .testimonials_content {
    /* padding: 20px; */
    }
.one_s_lide .testimonials_photo {margin-bottom: 10px;display: flex;justify-content: space-between;align-items: flex-start;}
.one_s_lide .testimonials_photo img{
    width: 93px !important;
    /* height: 64px; */
    /* border-radius: 90px; */
    }
.one_s_lide .testimonials-text{
    font-size: 16px;
    line-height: 1.67;
    font-weight: 400;
    margin-bottom: 10px;
    color: #8995a2;
}
.one_s_lide .testimonials-text p{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
}
.one_s_lide .testimonials_title{
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
button.owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
    background: #fff!important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

button.owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 40px;
    width: 40px;
    background: #fff!important;
    border-radius: 50%;
}

button.owl-next span, button.owl-prev span {
    font-size: 25px;
}
p.mobile_show { display:none}
.mobile_toggle {display:none}


.fix.mbo_menus.active .side-info {    display: block;
    right: 0;}

#print_show_menu {padding:0px}



.common-header.is-sticky {
 position: fixed;
 box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
 padding: 0px 0;
 background: #fff;
 animation: slideDown 0.35s ease-out;
 width: 100%;
 z-index: 9;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



.more_desti {
    padding: 50px 0;
}
.spe-title {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.spe-title h2 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    font-size: 28px;
    color: #253d52;
    /* text-shadow: 0px 1px 0px rgb(0 0 0 / 59%); */
}
.more_desti h2 {
    margin-bottom: 10px;
    font-family: inherit;
    color: #0A2A43;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22em;
    text-align: center;
}
.spe-title h2 span {
    color: var(--green);
}
.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;
}


.desc_home .bd-services3__item {
}

.desc_home .bd-services3__item:hover .bd-services3__icon {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #000;
}

.desc_home .bd-services3__item:hover .bd-services3__icon i {
    color: var(--clr-common-white)
}

.desc_home .bd-services3__item:hover .bd-services3__title {
    color: #000;
}

.desc_home .bd-services3__item:hover .bd-services3__price {
    color: var(--clr-common-white)
}

.desc_home .bd-services3__item:hover .bd-services3__price span {
    color: var(--clr-common-white)
}

.desc_home .bd-services3__icon {
}

.desc_home .bd-services3__icon img {
}

.desc_home .bd-services3__icon i {
    font-size: 58px;
    color: var(--clr-theme-1)
}

.desc_home .bd-services3__price {
    color: var(--clr-common-color16)
}

.desc_home .bd-services3__price span {
    color: var(--clr-common-text)
}

.desc_home .bd-services3__icon {
}

.desc_home .bd-services3__title {
}

.desc_home .bd-services3__title a {
}

.all_size_chnage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.all_size_chnage .fdsg{}

.why_chose_us {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 25px;
}
.why_chose_us .d-flex{
    width: 33%;
    background: #ebebeb;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.why_chose_us .d-flex .icon{
    width: 100px;
    background: #d1d1d1;
    border-radius: 69px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_chose_us .d-flex .icon img{
    width: 100%;
}
.why_chose_us .d-flex .content{
    width: 100%;
}
.why_chose_us .d-flex .content p{
    font-size: 14px;
    margin: 0;
}
.why_chose_us .d-flex .content p b{}

.think_you {
    padding: 40px 0;
    overflow: hidden;
    background: #005c7d;
}
.think_you .heading {}
.think_you .heading h3 {}
.think_you .heading h3 span {}
.think_you .d-flex{
    background: #005c7d;
    gap: 20px;
    overflow: hidden;
    display: flex;
}
.think_you .big_s{
    width: 40%;
    /* height: 100%; */
}
.think_you .big_s img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.think_you .content{
    width: 100%;
}
.think_you .content h3 {
    color: #fff;
    margin: 0 0 40px;
    font-family: inherit;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.22em;
    text-align: center;
}
.think_you .content ul{
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    list-style: none;
    gap: 30px 15px;
}
.think_you .content ul li{
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
}
.think_you .content ul li b {
    display: block;
    font-weight: 500;
    border: 1px solid;
    padding: 2px 14px;
    width: fit-content;
    border-radius: 34px;
    margin-bottom: 11px;
    margin-top: -33px;
    margin-left: 0;
    background: #fff;
    color: #005c7d;
    font-weight: 600;
    font-size: 13px;
}
.process_div .bg_gray {border-style: dotted;border-width: 1px;padding: 15px;background-color: #f7f7f7;}
.pro_img img {width:100%}


.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;
}

.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;
}
.All_Page_list_2 {
    padding: 30px 0;
}
.top_country_list .bg_dark {
    /* background: #f1f1f1; */
    /* padding: 15px 5px; */
    border-radius: 10px;
    /* margin-bottom: -60px; */
    position: relative;
    z-index: 2;
}
.All_Page_list_2 .top_country_list ul li {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px -2px #ccc;
    font-size: 14px!important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 5px 5px;
    display: block;
}
.All_Page_list_2 .top_country_list ul li a {
    display: flex;
    gap: 5px;
    padding: 0;
    font-size: 14px;
    background: #fff;
    color: #333333;
}
.top_country_list ul li img {
    width: 30px;
    margin-right: 5px;
}


.one_s_lide button.owl-prev {left: -20px;background: #e86020 !important;color: #fff !important;}
.one_s_lide button.owl-next {right: -20px;background: #e86020 !important;color: #fff !important;}


.service_pg_content .bd-services3__item {
    /* padding-top: 49px; */
    /* padding-bottom: 30px; */
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service_pg_content .bd-hover-top:hover::before {
    height: 100%;
}

.service_pg_content .bd-services3__item:hover .bd-services3__icon {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #000;
}
.service_pg_content .bd-services3__icon {
    background: var(--green);
    padding: 4px !important;
}
.service_pg_content .bd-services3__icon {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    margin: 0;
    padding: 0;
}
.service_pg_content .bd-services3__icon img {
    width: 40px;
    filter: invert(1);
}
.service_pg_content .bd-services3__item:hover .bd-services3__title {
    color: var(--clr-common-white);
}
.service_pg_content .bd-services3__title {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.service_pg_content .bd-services3__title a {
    color: #000;
}
.service_pg_content .grey-bg-3 {
    background: #f1f1f1;
    padding: 13px 9px;
}

.testimonial_new .gt3_animated_headlines {text-align:center }
.testimonial_new .gt3_animated_headlines .gt3_headline { text-align: center;}

.testimonial_new .date {
    overflow: hidden;
}
.testimonial_new .date p {
    margin: 0;
    font-size: 12px;
    color: #b9b9b9;
}
.he_ad {
    margin-bottom: 30px;
    position: relative;
}
.he_ad h3:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #e86020;
    left: 0;
    bottom: -10px;
}

.bd-blog__item {
    overflow: hidden;
    box-shadow: 0px 5px 10px #d9d9d9;
    height: 100%;
    margin-bottom: 0;
}
.bd-blog__thum {
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /* height: 100%; */
}
.blog_de_t_th .bd-blog__thum img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.bd-blog__content {
    padding: 14px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.bd-blog__title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.32;
    font-weight: 500;
    margin-top: 0;
}
.bd-blog__title a {
    color: #333333;
}
.bd-blog__meta {
    line-height: 1;
    border-top: 1px solid #eee;
    padding: 8px 0;
}
.bd-blog__wrapper2 .row {
    display: flex;
    flex-wrap: wrap;
}
.bd-blog__wrapper2 article {height:100%;padding-bottom: 20px;}
.bd-blog__meta span {
    font-size: 15px;
}
.bd-blog__date {
    color: #000;
    display: inline-block;
    padding-right: 28px;
    position: relative;
}
.bd-blog__date a {color: #e86020;}

.thinks_do {
    background: #000;
    padding: 16px;
    margin: 31px 0;
}
.thinks_do .row {display:flex}
.thinks_do .smaL_img{
    box-shadow: 0px 0px 10px #000;
    margin-top: -35px;
    height: 100%;
}
.thinks_do .smaL_img img{width:100%;object-fit: cover;height: 100%;}
.thinks_do .content{}
.thinks_do .content h3{
    color: #fff;
}
.thinks_do .content p{
    color: #fff;
}
.thinks_do .content p a {
    color: #e86020;
}



.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
}

.col-item {
    border: 1px solid #ddd;
    height: 100%;
}

.col-item .photo {
}

.col-item .photo img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.info_ar {
    overflow: hidden;
    height: auto;
    text-align: center;
    padding: 15px 0px;
}

.info_ar a {color:#333}
.info_ar h3 {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.info_ar p {
}

.top_destination .owl-nav {
}

.top_destination .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    background: #000 !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
}

.top_destination .owl-nav button i {
}

.top_destination .owl-nav button.owl-prev {
    left: -10px;
}

.top_destination .owl-nav button.owl-next {
    right: -10px;
}
.visa_sa_m .content h3,
.visa_sa_m .samPle_visa h3 {
    border-bottom: 0;
    text-align: center;
}
.visa_sa_m .content h3:before {display:none}
.visa_sa_m {padding:15px;background: #e8e8e8;margin: 20px 0;}
.samPle_visa {}
.samPle_visa img{width:100%}


.pd_bt_zero {padding-bottom:0}

.desc_home .desc ul {
    list-style: none;
    padding: 0;
}
.desc_home .desc ul li{
    /* font-size: 15px; */
    /* line-height: 26px; */
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    gap: 15px;
}
.desc_home .desc ul li span {
    width: calc(100% - 45px);
}
.desc_home .desc ul li span.fs {
    width: 45px;
    background: #eee;
    border-radius: 4px;
    padding: 5px;
}
.desc_home .desc ul li span.fs img {
    width: 100%;
}

	
	
	/*----------------testimonial-----------------*/
.testimonial {padding:40px 0;background: #90d4ff26;}
.testimonial .hed_title {
    text-align: center;
}
.testimonial_slide  {}
.testimonial_slide .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    gap: 12px;
}
.testimonial_slide button {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: var(--green) !important;!i;!;
    color: #fff !important;!i;!;
    border-radius: 4px;
}
.testimonial_slide button.owl-prev {}
.testimonial .hed_title h3 {
    color: #0A2A43;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22em;
    text-align: center;
    margin-top: 0;
}
.testimonial .hed_title h3 span {
    color: var(--green);
    font-weight: 600;
}

.testimonail__wrapper {
    min-height: 300px;
}
.testimonail__wrapper {
    background: #ffffff;
    padding: 30px 30px;
    border: 1px solid #E7EAEF;
}
.testimonail__wrapper__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
}
.testimonail__wrapper__info__img {
    width: 70px;
    /* margin: 0 auto; */
}
.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: #e86020;
}
.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: #E48216;
}
.testimonial_slide  {padding-top: 20px;}
.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: #e86020 !important;
}
/*----------------testimonial-----------------*/

.country_pg .more_desti {background:#fff}
.tabele_c {
    background: #319a4659;
}
.tabele_c h4{
    background: #014d29;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}
.tabele_c .tabele_pd{padding:15px }
.tabele_c table{background: #fff;margin-bottom: 0;}
.tabele_c table tr {}
.tabele_c table td:nth-child(1) {
    width: 30px;
}
.tabele_c table td {
    padding: 8px 10px;
}
.tabele_c table td p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.bd-services3.pt-50 {margin: 30px 0;}

.h4_css {}
.h4_css h4{    background: #298c4026;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;}
	
	
.content_dc p {
    font-size: 16px;
    line-height: 26px;
}	
.contact.nav-link {
}
.destop.app_togl {display:none}
.process_step {
    padding: 30px 0 0;
}
.setUP_pra {padding: 20px;background: #fbfafa;height: 100%;}
.setUP_pra p {
    /* font-size: 15px; */
    /* line-height: 26px; */
    /* margin-bottom: 20px; */
    }
.setUP_pra .spe-title {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.setUP_pra .spe-title h3 {
    padding-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}
.setUP_pra .spe-title h3 span {
    color: var(--green);
    font-weight: 500;
}
.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;
    box-shadow: 0 0 10px #cbcbcb
}

.bd-services3__item:hover .bd-services3__icon {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #000
}

.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: 100%;
    filter: invert(1);
    object-fit: contain;
}

.bd-services3__icon i {
    font-size: 58px
}

.bd-design__guideline ul li,.bd-footer__widget2 .bd-footer__contact ul li a,.bd-footer__widget2 .bd-footer__link ul li a,.bd-footer__widget2 p,.bd-services3__price span {
    color: var(--clr-common-text)
}

.bd-services3__price {
    color: var(--clr-common-color16)
}

.bd-services3__title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    width: calc(100% - 50px)
}
.side_bar_Contury {
    width: 100%;
    height: fit-content;
    border: 1px solid #dedfe3;
    position: relative;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}
.side_bar_Contury .side_head {
    transform: perspective(200px) rotateX(3deg);
    border-radius: 10px;
    height: 40px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    background-color: rgb(17 55 90);
    position: relative;
    margin: 6px -.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;
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
}
.side_bar_Contury .side_prices {
    padding: 0 15px 15px;
    position: relative;
}
.side_bar_Contury .side_price {
    border-radius: .75rem;
    background-color: rgb(80 87 234);
}
.side_bar_Contury .side_price_br {
    background-color: #fff;
}
.side_bar_Contury .py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem;
    display: flex;
}
.side_bar_Contury .outline-none {
    outline: transparent solid 2px;
    outline-offset: 2px;
    background: #0000;
    border: none;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #000;
}
.side_bar_Contury .font-semibold {
    font-size: 14px;
    font-weight: 600;
}
.side_bar_Contury .btn_yellow {
    background: var(--green);
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 6px 0;
    outline: none;
}
.side_bar_Contury .flex-1 {
    flex: 1 1 0%;
}
.vision_ministry {
    display: flex;
    align-items: center;
    gap: 20px;
}
.vision_logo {
    width: 73px;
}
.vision_logo img{
    width: 100%;
}
.ministry_logo {
    width: 135px;
}
.ministry_logo img {
    width: 100%;
}

.service_pg_content .col-md-10{    width: 100%;}
.service_pg_content .col-md-2{display:none}
.track_app {}
.track_app .content_a{
    background: #005c7d;);
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 10px;
    justify-content: center;
    gap: 25px;
}
.track_app .content_a p{
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 0;
}
.track_app .content_a a{
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 4px;
    color: #005c7d;
    display: block;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
}

.df_cfg {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.doc_ref {
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
}
.doc_ref h3 {
    background: #ebeaea;
    color: #383838;
    border-bottom: 1px solid #ebeaea;
    margin: 0;
    FONT-WEIGHT: 600;
    FONT-SIZE: 18PX;
}
.doc_ref ul.ul_df_li {
    display: flex;
    gap: 15px;
    margin: 0;
    /* padding-top: 30px; */
}

.doc_ref ul.ul_df_li li {
    display: flex;
    text-align: center;
    border: 1px solid #ebeaea;
    flex: 1;
    border-radius: 5px;
    align-items: center;
    gap: 14px;
}
.doc_ref ul.ul_df_li li img {
    width: 60px;
    background: #ebeaea;
    display: flex;
    /* margin: -29px auto 0; */
    padding: 9px;
    border-radius: 4px;
}
.doc_ref ul.ul_df_li li span {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.doc_ref_bd {
    padding: 15px;
}
.main_heading {}
.main_heading h3{
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 14px;
}

.how_ban_hd {    background: url(../img/banner/all_banner.jpg);    background-position: center;background-repeat: no-repeat;background-size: cover;}


.notice_period {
    margin-top: 10px;
}
.notice_period .desc{
    display: flex;
    align-items: center;
    /* gap: 15px; */
    border-radius: 4px;
    overflow: hidden;
    background: #e4f5e8;
    border: 1px solid #88cf9a;
}
.notice_period .desc .notice{
    /* background: red; */
    width: inherit;
    display: flex;
    align-items: center;
    color: #006500;
    font-size: 17px;
    font-weight: 600;
    padding: 11px;
}
.notice_period .desc .notice sup{}
.notice_period .desc p{
    margin: 0;
    color: #000000;
}


.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-top: 15px;}
.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){
.notice_period .desc {display: block; padding: 10px;}	
.notice_period .desc .notice{padding:0}	
.disc_ps_pdf .disc_ps {padding: 0 6px;}

	
}