:root{
  --primary: #274094;
  --secondary: #FFCC06;
  --white: #fff;
  --shades01:#F8FBFE;
  --shades02:#000000;
  --shades03:#252525;
  --shades04:#828282;
  --shades05:#9BA1B7;
  --shades06: #E7F0F9;
  --shaeds07:#e3e3e3;
  --primary-rgb: 39, 64, 148;
  --secondary-rgb: 255, 204, 6;
  --white-rgb: 255, 255, 255;
  --shades01-rgb:255, 255, 255;
  --shades02-rgb:0, 0, 0;
  --shades03-rgb:37, 37, 37;
  --shades04-rgb:130, 130, 130;
  --shades05-rgb:155, 161, 183;
  --shades06-rgb: 231, 240, 249;
  --shaeds07-rgb:227, 227, 227;
  --veiwWidth: calc(100vw - 16px);
}
/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */

@media (min-width: 768px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 630px) / 2);
  }
	
}
@media (min-width: 990px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 788px) / 2);
  }
	.container{padding-left: 16px; padding-right: 16px;}
}
@media (min-width: 1200px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 954px) / 2);
  }
	.container{max-width: 1170px;}
}
@media (min-width: 1440px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1144px) / 2);
  }

}
@media (min-width: 1540px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1224px) / 2);
  }

}
@media (min-width: 1900px){
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1526px) / 2);
  }

}

/* ********|| INITIALIZATION STARTS ||******** */
*{ outline: none !important; margin: 0;padding: 0;}
body, html {position: relative;  width: 100%; height: 100%; font-size: 16px; line-height:1.25; margin:0 auto !important;padding:0 !important;font-family: "Poppins", sans-serif; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 16px; line-height: 1.5; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}
.container{max-width: 1700px;padding: 0 16px;margin: 0 auto;}
p{margin-bottom: 0;}
/* ********|| PSEUDO ELEMENTS STARTS ||******** */
*{transition: all 0s ease;}
*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
*,::after,::before{box-sizing: border-box;}
a {color:var(--green01); text-decoration: none;transition: all 0.3s ease;}
a:hover{text-decoration: none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;transition: all 0.3s ease;}
a:focus{ outline: none;text-decoration: none;}
button{transition: all 0.3s ease;}
p { margin-bottom: 0 }
section{position:relative;}
input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}
::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; transition:all 0.3s ease; }
::-webkit-scrollbar-track { border-radius: 0; background-color: var(--highlight02); transition:all 0.3s ease; }
::-webkit-scrollbar-thumb { background-color: var(--primary); transition:all 0.3s ease; }
.relative{position: relative;}
.section-newsletter{width: 100%;min-height: 100vh;position: relative;padding: 20px;display: flex;}
.form-section{width: 45%;}
.form-section{display: flex;flex-direction: column;align-items: center;justify-content: center;flex-shrink: 0;}
.form-wrapper{max-width: 545px;margin: 0 auto;width: 100%;}
.brand{max-width: 125px;height: 80px;margin: 0 auto;margin-bottom: 30px;}
.brand .logo { width: 100%; height: 100%; display: block; }
.brand .logo img{ width: 100%; height: 100%; object-fit: contain;}
.form-title{font-size: 42px; line-height: 1.2; font-weight: 600; color: var(--shades02); margin: 25px 0; text-align: center;}
.form-description { text-align: center; color: var(--shades05); font-size: 21px; line-height: 1.5;}
.form-tags{display: flex;align-items: center;justify-content: center;gap: 10px;margin-bottom: 35px;}
.form-tags .tag-items{height: 40px;display: flex;align-items: center;justify-content: center;font-size: 14px;font-weight: 500; background: var(--secondary);border-radius: 20px;padding: 0 16px;}
.form-wrapper .form-group, .form-wrapper .form-options {margin-bottom: 20px;position: relative;}
.form-wrapper .form-actions{margin-bottom: 0;position: relative;}
.form-section .form-group label{font-size: 16px;font-weight: 600;line-height: 1.5;padding: 0 14px;}
.form-wrapper .form-group label{font-size: 14px;font-weight: 600;line-height: 1.5;color: var(--shades04);width: 100%;display: block;text-transform: uppercase;margin-bottom: 5px;}
.form-wrapper .form-group .form-control{padding: 0 15px; font-size: 16px;line-height: 1.5; height: 35px;border-radius: 8px;overflow: hidden;width: 100%;background: var(--white);border: 1px solid transparent;outline: none;box-shadow: none;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);}
.form-wrapper .form-group .form-control:focus{border: 1px solid var(--secondary);}
.form-wrapper .form-group select{padding: 0 15px; font-size: 16px; line-height: 1.5; height: 60px; border-radius: 8px; overflow: hidden; width: 100%; background: var(--white); border: 1px solid transparent; outline: none; box-shadow: none; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);}
.form-wrapper .form-group .textarea-control{padding: 0 15px; font-size: 16px; line-height: 1.5; height: 80px;resize: none; border-radius: 8px; width: 100%; background: var(--white); border: 1px solid transparent; outline: none; box-shadow: none; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);    font-family: "Poppins", sans-serif;padding: 15px;}
.form-wrapper .form-group .textarea-control:focus{border: 1px solid var(--secondary);}
.form-options input { padding: 0; margin-bottom: 0; display: none; cursor: pointer; }
.form-options label { display: inline-flex; align-items: center; cursor: pointer; color: var(--shades05); line-height: 1.5;position: relative;}
.form-options label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 2px solid var(--shades05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; border-radius: 4px; overflow: hidden; top: -20px; }
.form-options input:checked + label:after { content: ''; display: block; position: absolute; top: 7px; left: 9px; width: 6px; height: 14px; border: solid var(--shades05); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.form-actions{text-align: center;}
.form-actions .btn_continue{width: 100%;background: var(--primary);height: 56px;border-radius: 18px;overflow: hidden;border: transparent;outline: none;font-size: 16px;line-height: 1.5;font-weight: 600;color: var(--white);text-transform: capitalize;font-family: "Poppins", sans-serif;cursor: pointer;}
.form-actions .btn_continue:hover{box-shadow: 0 4 32px 0 rgba(178, 188, 199, 1);}
.form-actions .btn_continue-free-account{width: 100%;background: var(--primary);height: 56px;border-radius: 16px;overflow: hidden;border: transparent;outline: none;font-size: 16px;line-height: 1.5;font-weight: 600;color: var(--white);text-transform: capitalize;font-family: "Poppins", sans-serif;margin-bottom: 15px;cursor: pointer;}
.form-actions .btn_action{font-size: 16px; line-height: 1.5; color: var(--primary); background: transparent; border: transparent; cursor: pointer;margin-top: 15px;font-family: "Poppins", sans-serif;}
.testimonial-section{position: relative; background: var(--shades06);width: 55%;border-radius: 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 2%;height: calc(100vh - 40px);}

.testimonial-section .swiper-slide{display: flex; align-items: center;}
.testimonial-section .testimonial-item{width: 100%; background: var(--white); border-radius: 16px; padding: 100px 100px 75px;}
.testimonial-section .testimonial-item .testimonial-description{color: var(--primary);font-size: 24px; line-height: 1.5;padding-bottom: 50px;}
.testimonial-section .testimonial-item .testimonial-content{position: relative; margin: 0 auto;padding: 0 20px;}
.testimonial-section .testimonial-item .testimonial-content .quotation-top{position: absolute; left: 15px; top: -40px; width: 30px; aspect-ratio: 1 / 1; overflow: hidden;}
.testimonial-section .testimonial-item .testimonial-content .quotation-bottom{position: absolute; right: 20px; bottom: 60px; width: 30px; aspect-ratio: 1 / 1; overflow: hidden;}
.testimonial-section .testimonial-item .testimonial-content .quotation-top img{width: 100%;height: 100%;object-fit: contain;}
.testimonial-section .testimonial-item .testimonial-content .quotation-bottom img{width: 100%;height: 100%;object-fit: contain;}
.testimonial-section .testimonial-item .testimonial-content .testimonial-author{display: flex;align-items: center;gap: 15px;}
.testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-logo{height: 48px;}
.testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-logo img{width: 100%;height: 100%;object-fit: contain;}
.testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .name{font-size: 14px;font-weight: 600;color: var(--shades02);}
.testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .subname{font-size: 10px;font-weight: 600;color: var(--shades02);}
.testimonial-section .swiper{width: 100%; height: auto;}
.testimonial-section .swiper .swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.testimonial-section .swiper-pagination{position: relative;text-align: left;margin-top: 30px;padding: 0 10px;}
.testimonial-section .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 50%;overflow: hidden;background: rgba(var(--primary-rgb), 0.4);}
.testimonial-section .swiper-pagination-bullet-active{width: 48px; height: 12px; border-radius: 16px;background: var(--primary);}
.bg-wrapper{position: sticky;top: 20px; background: var(--shades06); width: 100%; border-radius: 20px; flex-shrink: 1; display: flex;height: calc(100vh - 40px);}
.hero-banner{height: 100%;  margin: 0 auto;aspect-ratio: 8 / 9!important; padding:  4% 0 0;}
.hero-banner img{width: 100%;height: 100%;object-fit: contain;}
.image-class{height: 100%;margin: 0 auto; aspect-ratio: 65 / 89!important;padding:  4% 0 0;}
.image-class img{width: 100%;height: 100%;object-fit: contain;}
.stepper-container{margin-top: 35px;}
.stepper {display: flex; justify-content: space-between; max-width: 85%; width: 100%; margin: 0 auto 30px;} 
.step { width: 30px; height: 30px; border-radius: 50%;border:1px solid var(--secondary); background-color: transparent; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; font-weight: bold; cursor: pointer; margin: 0 auto 10px;}
.step.completed {background-color: var(--secondary);}
.line { max-width: 160px;width: 100%; height: 3px; margin-top: 15px;}
.stepper-text{color: var(--shades05); font-size: 14px; text-align: center; white-space: nowrap;position: absolute;left: -24px;}
.stepper-text1{color: var(--shades05); font-size: 14px; text-align: center; white-space: nowrap;position: absolute;left: -40px;}
.stepper-text2{color: var(--shades05); font-size: 14px; text-align: center; white-space: nowrap;position: absolute;left: -30px;}
.select-btn, li{ display: flex; align-items: center;cursor: pointer;}
.select-btn{ padding: 0 15px; font-size: 16px; line-height: 1.5; height: 35px; border-radius: 8px; overflow: hidden; width: 100%; background: var(--white); border: 1px solid transparent; outline: none; box-shadow: none; box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);}
.select-btn img{margin-left: auto;width: 15px;}
.content{display: none;padding: 20px; margin-top: 5px;background: #fff; border-radius: 7px;box-shadow: 0 10px 25px rgba(0,0,0,0.1);position: absolute;left: 0;right: 0;z-index:2;}
.wrapper.active .content{display: block;}
.content .search{position: relative;}
.search input{ height: 35px;width: 100%;outline: none;font-size: 16px;border-radius: 5px;padding: 0 20px;border: 1px solid var(--shades05);}
.search input:focus{border: 2px solid var(--primary);}
.search input::placeholder{color: #bfbfbf;}
.content .options{margin-top: 10px; max-height: 250px;overflow-y: auto; padding-right: 7px;}
.options::-webkit-scrollbar{width: 7px;}
.options::-webkit-scrollbar-track{ background: var(--shades01); border-radius: 25px;}
.options::-webkit-scrollbar-thumb{ background: var(--shades01);border-radius: 25px;}
.options::-webkit-scrollbar-thumb:hover{background: var(--shades05);}
.options li{height: 30px;padding: 0 13px;font-size: 16px;}
.options li:hover, li.selected{ border-radius: 5px;background: #f2f2f2;}
.select-menu {position: relative;width: 100%;}
.select-menu .select-btn {padding: 0 15px; font-size: 16px;line-height: 1.5;height: 35px;border-radius: 8px;overflow: hidden;width: 100%;background: var(--white);border: 1px solid transparent;outline: none;box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);cursor: pointer; display: flex;align-items: center;justify-content: space-between;}
.select-menu .select-btn:focus{border:1px solid var(--secondary);}
.select-menu .options { display: none; width: 100%; position: absolute; z-index: 1; margin-top: 5px; background: #fff; border-radius: 7px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); padding: 10px 20px; max-height: 200px; overflow-y: auto; }
.select-menu.active .options { display: block; opacity: 1; z-index: 10; }
.select-menu .options .option { height: 30px; padding: 0 13px; font-size: 16px; cursor: pointer; display: flex; align-items: center; }
.select-menu .options .option:hover { background: #f2f2f2; } 
[data-form-step]{ display:none; }
.country-content{position: absolute!important;z-index: 2;}
.country-options{position: relative!important;transform: translate(0, 0) !important;max-height: 200px!important;}

@media screen and (max-width: 1600px){
 .brand{max-width: 100px;height: 64px; margin-bottom: 25px;}
 .form-title{font-size: 32px;}
 .form-wrapper .form-group .form-control{height: 48px;}
 .form-actions .btn_continue{height: 60px;}
 .testimonial-section .testimonial-item .testimonial-description {font-size: 19px;}
 .testimonial-section .testimonial-item .testimonial-content .quotation-top {left: 15px;}
 .form-options label, .form-wrapper .form-group label{font-size: 16px;}
 .form-options label:before{top: -32px;}
 .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{bottom: 70px;right: 0;}
 .form-description{font-size: 17px;}
}

@media screen and (max-width: 1440px){
  .brand{max-width: 94px;height: 60px;}
  .form-wrapper { max-width: 480px; }
  .form-tags .tag-items{padding: 0 12px;}
  .form-wrapper .form-group .form-control { height: 35px; }
  .line { max-width: 140px;}
  .form-options label:before{padding: 8px;top: -23px;}
  .form-options input:checked + label:after{top: 4px; left: 7px; width: 6px; }
  .testimonial-section .testimonial-item {    padding: 80px 100px 45px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-top, .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{width: 34px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{right: -50px;bottom: 60px;}
  .testimonial-section .testimonial-item .testimonial-description { font-size: 18px; padding-bottom: 40px;}
  .form-actions .btn_continue { height: 56px; }
  .form-tags{margin-bottom: 30px;}
  .form-wrapper .form-group, .form-wrapper .form-options{margin-bottom: 10px;}

  .testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-logo {width: 44px;}
  .testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .name{font-size: 12px;}
  .testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .subname{font-size: 8px;}
  .form-description {font-size: 16px;}
}

@media screen and (max-width: 1366px){
  .testimonial-section .testimonial-item{padding: 70px 60px 30px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{right: 0;}
}

@media screen and (max-width: 1280px){
  .form-title {font-size: 28px;}
  .form-actions .btn_continue {height: 50px;}
}


@media screen and (max-width: 1024px) {
  .testimonial-section{height: auto;}
  .section-newsletter{height: auto;flex-direction: column;}
  .form-section, .testimonial-section{width: 100%;}
  .form-wrapper {max-width: 550px;margin-bottom: 30px;}
  
}
@media screen and (max-width: 990px) {
  
}

@media screen and (max-width: 990px) and (orientation: landscape){

}
 
@media screen and (max-width: 768px){
  .testimonial-section, .bg-wrapper{height: auto;}
  .form-options label:before{padding: 8px;top: -23px;}
  .form-options input:checked + label:after{top: 4px; left: 7px; width: 6px;}
}

@media screen and (max-width: 640px) {
  
}

@media screen and (max-width: 480px) {
  .form-tags .tag-items{width: 100%;}
  .form-tags{flex-direction: column;}
  .form-tags .tag-items {height: 40px;font-size: 16px;}
  .form-options label, .form-wrapper .form-group label{font-size: 16px;}
  .form-wrapper .form-group .form-control{height: 60px;}
  .form-options label:before{padding: 10px;}
  .form-options label:before{top: -32px;}
  .form-actions .btn_continue{font-size: 16px;height: 56px;}
  .form-options input:checked + label:after { top: 7px; left: 9px; width: 7px; }
  .form-actions .btn_action{font-size: 14px;}
  .testimonial-section .testimonial-item {padding: 50px 0;}
  .testimonial-section .testimonial-item .testimonial-description {font-size: 16px;}
  .testimonial-section .testimonial-item .testimonial-content{max-width: 300px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-top {top: -40px; left: 0;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-top, .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{width: 30px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-bottom { right: 0; bottom: 65px; }
  .testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .name{font-size: 14px;}
  .testimonial-section .testimonial-item .testimonial-content .testimonial-author .testimonial-designation .subname{font-size: 10px;}
  .testimonial-section .testimonial-item .testimonial-content{padding: 0 0;}
}
@media screen and (max-width: 393px) {
  .form-options label:before {top: -44px;}
}
@media screen and (max-width: 375px) {
  .form-options label:before { top: -44px; }
  .testimonial-section .testimonial-item .testimonial-content{max-width: 260px;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-top {left: 0;}
  .testimonial-section .testimonial-item .testimonial-content .quotation-bottom{right: 0;}

}


