/* TypoGraphy */
/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
/* font-family: "Inter", sans-serif; */
/* font-family: "Mulish", sans-serif; */
@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy SemiBold';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*==================Default css start=================*/
* { box-sizing: border-box; }
:focus { outline: none !important; box-shadow: none !important; border-color: inherit; }
textarea.form-control { resize: none; overflow: hidden; }
figure { margin-bottom: 0; }
html, body { width: 100%; }
body { padding: 0; margin: 0; background: #fff; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; color: #111111; font-weight: normal; font-family: "Mulish", sans-serif; font-size: 15px; }
.table { color: #111111; }
/* body::-webkit-scrollbar { display: none; }
*/
img { max-width: 100%; height: auto; }
a, a:hover { text-decoration: none; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: normal; }
h1, h2, h3, h4, h5, h6 { color: #000000; font-family: "Inter", sans-serif; font-weight: 600; margin-bottom: 10px; padding-left: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #d5771f; }
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 20px; }
p { font-family: "Inter", sans-serif; font-style: normal; font-weight: 400; font-size: 15px; line-height: 24px; color: #111111; margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; position: relative; }
ol { padding: 0px 0 20px 20px; margin: 0px; counter-reset: listitem; }
ul ol { padding-left: 0px; padding-bottom: 0; padding-top: 6px; }
/* ol li::before { counter-increment: listitem; content: counters(listitem, '.')'.'; color: #272b38; display: inline-block; left: 0; }
*/
li {margin: 0 0 15px;padding: 0px;position: relative;font-size: 16px;line-height: 24px;color: #111111;font-family: "Inter", sans-serif;font-weight: 400;}
/* ul li:before { content: ""; position: absolute; top: 5px; left: 0; background: url(../images/list-style-icon.png); background-position: top left; background-repeat: no-repeat; width: 21px; height: 21px; }
*/
li a { color: #ff7873; }
li a:hover { color: #111111; }
ul li ol { margin-left: 16px; margin-top: 16px; }
ul li ul { margin-left: 16px; margin-top: 16px; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #ff7873; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #111111; }
button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn { min-width: 220px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; transition: 1s; -webkit-transition: 1s; cursor: pointer; overflow: hidden; position: relative; padding: 10px 34px; transition: 1s; border-radius: 50px; background: #8eca3c; font-family: "Mulish", sans-serif; font-style: normal; font-weight: 700; font-size: 16px; letter-spacing: 1px; text-align: center; color: #ffffff; text-transform: uppercase;}
.btn:hover { transition: 1s; background: #ff7873; color: #fff;}
.btn-check:focus+.btn-success, .btn-success:focus { color: #fff; background-color: #ff7873; border-color: #fff; box-shadow: none; }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #fff; background-color: #ff7873; border-color: #fff; box-shadow: none; }
.btn img { margin-left: 16px; transition: 1s; }
p:empty { display: none; }
.btn-border{min-width: 220px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; transition: 1s; -webkit-transition: 1s; cursor: pointer; overflow: hidden; position: relative; padding: 10px 50px; transition: 1s; border-radius: 50px; border: 1px solid #fff; background: none; font-family: "Mulish", sans-serif; font-style: normal; font-weight: 700; font-size: 20px; text-align: center; color: #ffffff;     }
.btn-border:hover{color: #fff;background: rgba(255, 255, 255, 0.3);     }

/*==================Default css start=================*/
/*=======Form error message css start =========*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output { display: none; }
.wpcf7-not-valid-tip { color: #dc3232; font-size: 14px !important; font-weight: normal; display: block; padding-top: 3px !important; font-family: "Mulish", sans-serif; font-weight: 500; }
.wpcf7-spinner { visibility: hidden; display: inline-block; background-color: #23282d; opacity: 0.75; width: 24px !important; height: 24px; border: none; border-radius: 100%; padding: 0; margin: 0 24px; position: relative; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; }
/*=======Form error message css end =========*/
/*=======image align center css start =========*/
img.aligncenter { margin-bottom: 20px; }
img.alignnone { margin-bottom: 20px; }
img.alignleft { margin-bottom: 20px; max-width: 50%; float: left; margin-right: 20px; }
img.alignright { margin-bottom: 20px; max-width: 50%; float: right; margin-left: 20px; }
/*=======image align center css end =========*/
/*=======back to top css start =========*/
.back-to-top { cursor: pointer; position: fixed; bottom: 30px; right: 15px; display: none; width: 30px; height: 30px; color: #000; z-index: 1111; background-color: #00984b; border-radius: 30px; min-width: inherit; padding: 0px; border: 1px solid #fff; }
.back-to-top span { width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; display: block; transform: rotate(-45deg); margin: 11px auto 0; }
.back-to-top.focus, .back-to-top:focus, .back-to-top:hover { color: #fff; text-decoration: none; }
/*=======back to top css end =========*/
/*=======Header section css start=========*/
.container { padding-left: 0px; padding-right: 0px; max-width: 1305px; }
/*================*/
.banner-commonheading-section {padding: 35px 0px 20px 0px;background: #f1f8ff;background-image: -moz-linear-gradient( 270deg, #f1f8ff 0%, rgb(255,255,255) 100%);background-image: -webkit-linear-gradient(270deg, #f1f8ff 0%, rgb(255, 255, 255) 100%);background-image: -ms-linear-gradient( 270deg, #f1f8ff 0%, rgb(255,255,255) 100%);}
.banner-commonheading { text-align: center; }
.banner-commonheading h1, .banner-commonheading h2, .banner-commonheading h3 { margin-bottom: 0px; padding-top: 0px; font-size: 34px; }
/*===========Commonly Asked Questions section css start==========*/
.commonly-asked-questions-section { padding: 48px 0px 65px; }
.asked-questions-heading h2 {margin-bottom: 15px;color: #000000;font-size: 30px;font-weight: 600;position: relative;}
.faq-accordion .accordion { display: flex; flex-wrap: wrap; justify-content: space-between; }
.faq-accordion .accordion-item {margin-bottom: 10px;box-shadow: none;border: none;padding: 0px;border-radius: 11px;width: 100%;border-radius: 11px;background-color: rgb(255, 255, 255);box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.21);}
.faq-accordion .accordion-item:last-child { border-bottom: 1px solid #d5d5d5; }
.faq-accordion { margin-top: 38px; }
.faq-accordion .accordion-item:first-of-type { border-top-left-radius: 11px; border-top-right-radius: 11px; }
.faq-accordion .accordion-button {position: relative;display: block;text-align: left;width: 100%;padding: 17px 60px 17px 26px;color: #111111;font-size: 17px;line-height: 24px;font-weight: bold;border: none;background: none;outline: none;font-family: "Mulish", sans-serif;}
.faq-accordion .accordion-body {padding: 0px 26px 24px;}
.faq-accordion .accordion-body p { font-size: 16px; font-family: "Mulish", sans-serif; color: rgb(17, 17, 17); line-height: 24px; }
.faq-accordion .accordion-item:first-of-type .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0; }
.faq-accordion .accordion-button:not(.collapsed) { box-shadow: none; }
.faq-accordion .accordion-item .accordion-header { padding-top: 0; }
.faq-col-left { width: 48%; }
.accordion-button:not(.collapsed)::after {background-color: #8eca3c;background-image: url(../images/accordion-arrow-white.png);transform: rotate(-135deg);}
.accordion-button::after {width: 33px;height: 33px;background-position: center center;border-radius: 50%;background-image: url(../images/accordion-arrow-1.png);background-size: auto;position: absolute;right: 15px;top: 13px;transition: transform .6s ease-in-out;box-shadow: none;}
.banner-commonheading h1 {margin-bottom: 15px;}
/*===========Commonly Asked Questions section css end==========*/
.wp-block-table {overflow-x: auto;}
table { margin: 20px 0; width: 100%; background: #fff; }
table td { padding: 13px 20px; border: 1px solid #cecece; vertical-align: text-top; }
table tr:first-child td { vertical-align: text-top; }
.highlight-info {background: radial-gradient(circle, #fbede6 1%, rgb(167 128 128 / 0%) 90%);padding: 10px 10px;margin: 18px 0 24px;border-left: 5px solid rgb(255 153 102);display: inline-block;}
.bookappointment-left .highlight-info p { margin-bottom: 0; }
.faqs-schema-section { padding: 65px 0px 65px; }
.faqs-schema-section h2 { font-size: 36px; font-family: "Mulish", sans-serif; color: rgb(27, 27, 27); font-weight: bold; margin-bottom: 30px; text-align: center; }
.active-applynow a { background: linear-gradient(to right, #00984b 10%, #f2b328 50%, #ff7873 100%); background-size: auto auto; background-clip: border-box; background-size: 200% auto; background-clip: text; text-fill-color:transparent; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: textclip 5.5s linear infinite; display: inline-block; }
@keyframes textclip {
 to { background-position: 200% center; }
 }
/*==========common-content-section end=========*/
.thank-you { text-align: center; }
.thank-you .common-content-info { max-width: 810px; margin: 0 auto; }
.common-sharebtn { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 20px; }
.common-sharebtn p { margin: 0px 8px; color: #000; }
.common-sharebtn p a { color: #000; }
.common-sharebtn p a:hover { color: #697565; }
.common-sharebtn .share img { max-height: 18px; }
.thank-you .common-content-info h1 em { font-style: normal; color: #ff9966; }
.thank-you .common-content-info h1 {font-size: 38px;line-height: 50px;}
/*=======default-section css end========*/
.whats-app-chat { position: fixed; bottom: 23px; right: 8px; z-index: 9; width: 45px; height: 45px; display: flex !important; justify-content: center; align-items: center; border-radius: 50px; background-color: #0dc900; background-image: url(../images/whatsapp-icon.svg); background-position: 50% 50%; background-size: 25px; background-repeat: no-repeat; box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, .2); }
.whats-app-chat:hover { opacity: 0.5; }
.header.sticky ~ .whats-app-chat { bottom: 76px; }

/*============Ready Cyprus Journey section start===========*/
.ready-cyprus-journey-section {padding: 50px 0 50px;background: #f2f7fc;}
.ready-cyprus-journey-info {max-width: 922px;margin: 0 auto;text-align: center;}
.ready-cyprus-journey-info h3 {margin-bottom: 15px;color: #434a54;font-size: 36px;font-family: 'Sanomat Web Regular';font-weight: normal;position: relative;}
.ready-cyprus-journey-info p {margin-bottom: 15px;color: #111111;font-size: 18px;line-height: 24px;font-family: "Mulish", sans-serif;font-weight: 500;}
/*============Ready Cyprus Journey section end===========*/

/*===========People Saying About section css start==========*/
.people-saying-about-section { padding: 60px 0px; }
.people-saying-about-row { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 50px auto 0px; max-width: 1150px; }
.people-saying-about {width: 360px;padding: 20px 20px 45px;margin: 0 auto;height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;border-style: solid;border-width: 3px;border-color: rgb(255, 255, 255);border-radius: 30px;background: #f5f5f5;box-shadow: 0px 13px 3px 0px rgba(64, 109, 160, 0.18);position: relative;border-left: 0;border-right: 0;border-top: 0;}
.review-info {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;width: 100%;padding-bottom: 4px;}
.people-about-name {padding-bottom: 0px; width: calc(100% - 68px); padding-left: 20px; }
.people-about-name p {font-size: 16px;font-weight: 500;line-height: 1.2;color: #000000;}
.people-about-info p {font-size: 15px;line-height: 1.615;color: #000000;}
.peopleclient-img { width: 68px; height: 68px; border-radius: 50px; overflow: hidden; }
.peopleclient-img img { width: 100%; height: 100%; object-fit: cover; }
.people-saying-about-row.owl-carousel .owl-stage-outer { padding: 35px 0px; }
.people-saying-about-row.owl-carousel .owl-stage-outer .owl-stage { display: flex; flex-wrap: wrap; }
.owl-dots { text-align: center; padding-top: 15px; }
.owl-dots button.owl-dot {width: 122px;height: 2px;border-radius: 0;display: inline-block;background: #ccc;margin: 0;}
.owl-dots button.owl-dot.active { background-color: #ff9966;width: 122px; }
.owl-dots button.owl-dot:focus { outline: none; }
.owl-nav button { position: absolute; top: 50%; background-color: #000; color: #fff; margin: 0; transition: all 0.3s ease-in-out; transform: translate(0px, -50%); }
.owl-nav button.owl-prev { left: 0; }
.owl-nav button.owl-next { right: 0; }
.star-icon{display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 8px;}
.star-icon img{width: auto !important;}
.double-code {position: absolute;right: 26px;top: -30px;width: 79px;height: 58px;}
.review-col{width: 100%;padding: 20px 20px 45px;margin: 0 auto;height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;border-style: solid;border-width: 3px;border-color: rgb(255, 255, 255);border-radius: 30px;background: #f5f5f5;box-shadow: 0px 13px 3px 0px rgba(64, 109, 160, 0.18);position: relative;border-left: 0;border-right: 0;border-top: 0;  margin-bottom: 60px;}
/*===========People Saying About section css start==========*/

/*============Documents Required section start=============*/
.documents-required-section {padding: 22px 0 76px;}
.documents-required-row {display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1133px;margin: 0 auto;}
.documents-required-col-left {width: 700px;padding-top: 55px;}
.documents-required-col-left h2 {margin-bottom: 15px;color: #2d2d2e;font-size: 36px;font-family: 'Sanomat Web Regular';font-weight: normal;position: relative;}
.documents-required-col-left p {margin-bottom: 26px;}
.documents-checklist {margin-bottom: 26px;}
.documents-checklist .btn {min-width: 313px;font-size: 16px;}
.documents-required-col-right {width: 380px;}
.mask-img {width: 100%;height: 100%;object-fit: cover;background: url(../images/black-overlay.png) no-repeat;-webkit-mask-image: url(../images/black-overlay.png);mask-image: url(../images/black-overlay.png);-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: 100% 100%;mask-size: 100% 100%;}
.documents-required-col-right figure img {width: 100%;height: 100%;object-fit: cover;}
.reviewedspecialists-row {display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1133px;margin: 0 auto;align-items: center;}
/*============Documents Required section end=============*/

/*=============cyprus visa categories section start=========*/
.cyprus-visa-categories-section {padding: 50px 0px 35px;background: #f2f7fc;}
.cyprus-visa-categories-info {width: 878px;margin: 0 auto;border-radius: 22px 22px 0 0;overflow: hidden;background: #003262;padding: 46px 22px 22px;}
.categories-heading {text-align: center;max-width: 570px;margin: 0 auto;}
.categories-heading h1,
.categories-heading h2,
.categories-heading h3 {margin-bottom: 18px;color: #fff;font-size: 36px;line-height: 46px;font-family: 'Sanomat Web Regular';font-weight: normal;position: relative;padding: 0 90px;}
.categories-heading p {color: #fff;font-size: 16px;}
.categories-row {display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 55px;}
.categories-col {width: 190px;text-align: center;}
.categories-col figure {width: 148px;height: 148px;border: 5px solid #ff9966;box-shadow: 0px 13px 3px 0px rgba(64, 109, 160, 0.18);border-radius: 50%;margin: 0 auto 25px;overflow: hidden;}
.categories-col figure img {width: 100%;height: 100%;object-fit: cover;}
.categories-col h3 {color: #ffffff;font-size: 16px;font-family: "Mulish", sans-serif;font-weight: 700;margin-bottom: 0px;}
.categories-col p {color: #ffffff;font-size: 16px;line-height: 20px;font-family: "Mulish", sans-serif;font-weight: 500;}
.categories-note {padding: 34px 25px 20px;text-align: center;}
.categories-note p {color: #cccccc;font-size: 14px;line-height: 24px;margin-bottom: 0px;}
.category-require {border-style: solid;border-width: 3px;border-color: rgb(255, 255, 255);border-radius: 12px;background: #ff9966;box-shadow: 0px 13px 3px 0px rgba(64, 109, 160, 0.18);padding: 10px 40px;width: 878px;margin: -15px auto 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.category-require-col-left {width: calc(100% - 78px);padding-right: 40px;}
.category-require-col-left p {color: #fff;font-size: 21px;font-family: 'Sanomat Web Regular';font-weight: normal;}
.category-require-col-right {width: 78px;}
.special-arrangements-section{padding: 65px 0px;}
.special-arrangements-info{max-width: 878px;margin: 0 auto;border-radius: 22px;overflow: hidden;background: #003262;padding: 46px; }
.special-arrangements-info h2 {color: #fff;font-size: 30px;margin-bottom: 16px;}
.special-arrangements-info p{color: #fff;}
.special-arrangements-info ul {padding-left: 32px;margin-left: 0px;margin-bottom: 35px;}
.special-arrangements-info ul li {margin-bottom: 20px;position: relative;list-style: none;color: #fff;}
.special-arrangements-info ul li::before{  content: "";position: absolute;top: 1px;left: -32px;background: url(../images/list_icon2.png);background-repeat: no-repeat;width: 23px;height: 20px;}
/*=============cyprus visa categories section end=========*/

/*=========.common-content-section start==========*/
.common-content-section{ padding: 65px 0px 65px;}
.common-content-info h1, .common-content-info h2, .common-content-info h3, .common-content-info h4, .common-content-info h5{ padding-top: 10px; }
/*=========.common-content-section end==========*/

/*============How to Apply section start============*/
.howtoapply-section{padding: 65px 0px 40px;}
.howtoapply-row{display: flex;flex-wrap: wrap;justify-content: space-between;}
.howtoapply-content{width: 724px;padding-top: 15px;}
.howtoapply-content h2{font-size: 30px;font-family: "Inter", sans-serif;color: rgb(0, 0, 0);font-weight: bold;line-height: 1.2;margin-bottom: 28px;}
.applynow-btnrow{padding-top: 15px;}
.howtoapply-content-img{width: 528px;padding-bottom: 46px;}
/*============How to Apply section end============*/

/*============gallery wrapper============*/
.gallery-wrapper{display:grid;grid-template-columns:162px 162px 162px;grid-template-rows:246px 155px;gap:22px;align-items:center;}
/* Common */
.gallery-item{overflow:hidden;border-radius:40px;}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s;}
.gallery-item:hover img{transform:scale(1.08);}
/* Left Image */
.tall{grid-row:1 / span 2;height:286px;align-self:center;}
/* Center Top */
.large{height:250px;}
/* Center Bottom */
.small{height:172px;align-self:flex-start;}
/* Right Images */
.square{height:166px;}
.big{height:247px;  }
/*============gallery wrapper============*/

/*=========Inner-Banner-Start==========*/
.inner-banner {background: #f5736e;padding: 25px 0px;}
.inner-banner h2 {margin-bottom: 0;color: #fff;text-align: center;font-size: 48px;}
.default-template{ padding: 40px 0px;}
 
.box-shadow { padding: 30px 30px; border-radius: 20px; box-shadow: 0px 0px 20px #cccccc73;} 
.form-group {margin-bottom:20px;} 
.form-group label {font-size: 16px;color: #212529;font-weight: 500;margin-bottom: 10px;font-family: "Inter", sans-serif;}
.form-group .form-control {padding: 15px 15px;width: 100%;color: #00000066;font-size: 14px;font-weight: 400;border-radius: 8px;border: 1.5px solid #D6D9DD;font-family: "Inter", sans-serif;}
.form-group ::placeholder{ color: #00000066;} 
.submit_btn .default_btn {border: none;} 
.form-group textarea { height: 100px;} 
.pday {background: #efefeb; border: 1px solid #e3e3e3;border-radius: 8px;padding: 15px 15px;}
.pday p a { color: #003262; font-weight: 600;} 
.pday p a:hover{ color: #000;} 
.check_group{ margin-bottom: 15px;} 
.check_group .form-check {margin-bottom: 0;} 
.check_group .form-check label { font-size: 14px;} 
.small_width form {max-width: 800px;margin: auto;} 
.form-check a{ color: #003262; font-weight: 600;} 
.form-check a:hover{ color: #000;} 
.small-width form {max-width: 800px;margin: auto;}

.table tr:first-child{background: #f4736e;} 
.table tr td {vertical-align: middle;border: 1px solid #ccc;padding: 10px 15px;text-align: center;} 
.table tr td p {font-size: 14px; margin-bottom: 0;} 
.table tr:first-child td  {font-weight: 500;border: 1px solid #ccc;color: #fff;} 
.table tr:first-child td p {color: #fff;}  

.addition_documents { background: #fff; margin-top: 25px; padding: 16px 16px;margin-bottom: 30px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius: 10px;border-left: 2px dotted #ff7873;}
.addition_documents p:last-child {margin-bottom: 0;}
.addition_documents:last-child {margin-bottom: 0;}
.addition_documents h2 {  margin-bottom: 20px;}
.core_values{ background: #efefeb;}
.core_values .addition_documents{ margin-top: 0;}  
 
/* ======serving-start====== */
.serving-box {position: relative;background: #f5736e;border-radius: 20px;padding: 40px 45px;text-align: center;}
.serving-box::after{content: "";background-image: url(../images/serving.png);position: absolute;height: 286px;width: 316px;bottom: -7px;right: 25px;}
.serving-box h2 {color: #ffffff;font-size: 40px;line-height: 48px;padding: 0 200px;}
.serving-box p {color: #fff;font-size: 22px;line-height: 36px;margin-bottom: 25px;}
.serving-box ul {margin: 0;display: inline-flex;align-items: center;justify-content: center;background: #8eca3c;border-radius: 8px;padding: 14px 15px;}
.serving-box ul li {list-style: none;margin-bottom: 0;position: relative;padding: 0 30px;}
.serving-box ul li a {color: #fff;font-size: 18px;}
.serving-box ul li:before {content: "";background: #fff;height: 15px;width: 2px;position: absolute;left: 0;top: 6px;}
.serving-box ul li:first-child:before {display: none;}
.serving-box ul li a:hover {color: #000000;}

.privacy-terms h2:first-child {margin-top: 0px;}
.privacy-terms h2 {margin-top: 25px;}

.page404 { text-align: center;} 
.page404 figure img {width: 450px;margin: auto;}
.page404 h6 {font-size: 48px;margin-bottom: 20px;font-weight: 600; color: #f5736e; }
.page404 p {font-size: 20px;margin-bottom: 20px;}

.thank-you{ max-width:600px; margin: auto; border: 1px solid #ededed; padding:20px 20px; border-radius: 20px; background: #ffffff;}
/*=========Inner-Banner-End==========*/
 
 .page-template-template-apply-now form .row .col-md-6 {
    width: 100%;
}
.page-template-template-apply-now form .row, .page-template-template-apply-now form .textend{
    max-width: 880px;
    margin: auto;
}
.page-template-template-apply-now .form-group {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}
.page-template-template-apply-now .form-group label {
    min-width: 320px;
    width: 320px;
    text-align: right;
    padding-right: 20px;
}
.page-template-template-apply-now .form-group span.wpcf7-form-control-wrap {
    width: 100%;
}

.page-template-template-apply-now form h5:before {
    content: "";
    top: 50%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 37%, rgb(0 152 75) 100%);
    z-index: 2;
}

.page-template-template-apply-now form h5 {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}
.page-template-template-apply-now form .row .text-end span.wpcf7-spinner {
    position: absolute;
    top: 10px;
    margin: 0px;
    right: 22px;
}

.page-template-template-apply-now form .row .text-end {
    position: relative;
}


 
 


