@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Afacad", sans-serif;
    --body-font-Size: 20px;
    --body-color: #33313a;
    --primary-color: #2a1d51;
    --secondary-color: #00ade2;
	--color-1: #6a5c96;
	--color-2: #9b8dc6;
	--color-3: #f5f8fc;
	--green-color:#39b869;
    --black: #000;
    --white: #fff;
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--secondary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color: var(--white);z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image: url(../images/rag-visa-new-logo.svg);background-repeat:no-repeat;background-position:center;margin:0;background-size: 250px;}


/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1320px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: var(--body-color);padding-left: 25px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute; content: "\f00c"; left: 0px; top: 1px; font-family: 'Font Awesome 6 Free'; --fa: "\e61b"; font-weight: 900;color: var(--secondary-color);font-size: 16px;}
.list-02 li, .list-03 li{ font-size: 20px; font-weight: 400; color: var(--body-color);}
.list-02 li:after{ content: "\f058"; color: #22a74a; top:0px}
.list-03 li:after{ content: "\f3c5"; top:0px; color: #ff4141;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100, .gap-30{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.gap-30{ height: 30px;}
.buttons-wrap{display: flex;flex-wrap: wrap;gap: 10px;margin-bottom: 20px;}
.button-style a, .button-style-span, .button-style-02 a, .button-style .sidebar-bnt2 {position: relative;background-color: var(--color-3);color: var(--primary-color);font-weight: 600;font-size: 18px;padding: 12px 49px 13px 20px;border-radius: 50px;display: inline-block;border: 1px solid var(--primary-color);}
.button-style a:after, .button-style-span:after, .button-style-02 a:after, .button-style .sidebar-bnt2:after { color: var(--secondary-color);content: "\f178"; font-family: 'Font Awesome 6 Free'; font-weight: 900; right: 15px;
position: absolute;top: 11px; line-height: 28px; border-radius: 50px; text-align: center;transition: .3s ease-in-out;transform: rotate(1deg); font-size: 17px; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
.book-btn:hover, .button-style a:hover, .button-style-span:hover, .button-style-02 a:hover, .button-style .sidebar-bnt2:hover {background-color: var(--primary-color);color: var(--white);}
.book-btn:hover:after, .button-style a:hover:after, .button-style-span:hover:after, .button-style-02 a:hover:after, .button-style .sidebar-bnt2:hover:after {transform: rotate(328deg);}
.button-style-span{position: relative;background-color: transparent;color: var(--white);padding: 0px 49px 0px 0; border: none;}
.button-style-span:hover{ color: var(--secondary-color); background-color: transparent;}
.button-style-span:after{top: 1px;}
.white-color{ color: var(--white) !important;}

/*************** HOME PAGE CSS ***************/
header{
    background-color: var(--white);
    border-bottom: 1px solid #e7e9eb;
    top:-100px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.top-header{
    background-color: var(--primary-color);
    padding: 10px 0px;
}
.top-header-wrap{
    display: flex;
    justify-content: space-between;
    color: var(--white);
    align-items: center;
}
.top-header-wrap p{
    font-size: 18px;
    margin-bottom: 0px;
}
.top-header-wrap p a{
    color: var(--white);
    margin-left: 15px;
}
.top-header-wrap p a i{ margin-right: 5px;}
.top-header-wrap p a:first-child{ margin-left: 0px;}
.top-header-wrap p span{ font-weight: 600;}
.top-locations a {
    position: relative;
    color: var(--white);
    font-weight: 600;
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding-left: 10px;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 4px;
}
.location-social-top {
    display: flex;
    gap: 10px;
    align-items:center;
}
.top-locations a:hover {
    /* color: var(--secondary-color); */
    cursor: pointer;
}
.top-locations a:last-child {
    border-right: none;
}
.social{
    display: flex;
    gap: 6px;
}
.social .textwidget.custom-html-widget {
    display: flex;
    gap: 6px;
}
.social a{
    flex: 0 0 23px;
    height: 23px;
    background-color: var(--white);
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.social a:hover{
    background-color: var(--secondary-color);
    color: var(--white);
}
.header-btm-wrap{
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    align-items: center;
        position: relative;
    z-index: 3;
}
.logo{
    line-height: 0;
}
.logo img{ 
    width: 180px !important;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out; 
}
.header-right{
    display: flex;
    gap: 50px;
    align-items: center;
}
.call{
    display: flex;
    align-items: center;
    gap: 10px;
}
.call i{
    flex: 0 0 50px;
    height: 50px;
    background-color: var(--secondary-color);
    text-align: center;
    line-height: 50px;
    color: var(--white);
    border-radius: 50px;
}
.call span.call-text{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}
.call span.call-text span{
    font-size: 16px;
    display: block;
    font-weight: 400;
}
.home-banner{
    background-color: var(--color-3);
    background-image: url(../images/bg1.png);
    height: 771px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.home-banner-wrap{
    display: flex;
    gap: 3%;
    align-items: center;
}
.home-banner-left{
    flex: 0 0 43%;
}
.head-cap{position: relative;font-size: 16px;font-weight: 600;text-transform: uppercase;padding-left: 40px;}
.head-cap:before{position: absolute;content: '';width: 26px;height: 3px;background-color: var(--secondary-color);top: 9px;left: 0px;}
.heading{
    font-size: 56px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 60px;
}
.home-banner-left h4{
    font-size: 23px;
    color: #504c5d;
    margin-bottom: 30px;
}
.google-review-logo{
    margin-bottom: 10px;
    margin-top: 35px;
    padding-left: 8%;
}
.home-banner-left h5{
    font-size: 20px;
    margin-bottom: 0px;
}
.home-banner-left h5 span{
    font-weight: 600;
}
.home-banner-right{
    flex: 0 0 54%;
    text-align: center;
    position: relative;
    padding: 90px 0;
	overflow: hidden;
}
.home-banner-right:after{position: absolute;content: '';background-image: url(../images/round-flag.png);width: 100%;height: 100%;left: 0px;top: 0px;background-repeat: no-repeat;background-position: center;
-moz-animation: spinoffPulse 20s infinite linear; -webkit-animation: spinoffPulse 20s infinite linear;}
.scroll-right-left {-webkit-animation: scroll 16s linear infinite;-moz-animation: scroll 16s linear infinite;
animation: scroll 16s linear infinite;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;}
.scroll-right-left h2 {color: var(--white);font-size: 34px;margin-bottom: 0;display: flex;align-items: center;font-weight: 700;}
.scroll-animation {display: flex;flex-wrap: nowrap;white-space: nowrap;align-items: center;}
.scroll-right-left h2 span{display: inline-block;width: 7px;height: 7px;margin: 0 25px;background-color: var(--secondary-color);border-radius: 50px;}
.text-sliding{overflow: hidden;background-color: var(--primary-color);padding: 20px 0px;}
.visa-category{
    padding: 100px 0px;
}
.heading-wrap{
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
	gap:8%

}
.heading-left{
    flex: 0 0 55%;
}
.heading-wrap p{
    flex: 0 0 37%;
}
.visa-catg-wrap{
    display: flex;
    flex-wrap: wrap;
    gap:20px 2%;
	margin-bottom: 30px;
}
.visa-catg-box{
    flex: 0 0 23.5%;
    background-color: var(--primary-color);
    padding: 40px 25px;
    border-radius: 15px;
    color: var(--white);
}
.visa-catg-box h6 span{
    width: 84px;
    height: 84px;
    background-color: var(--secondary-color);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.visa-catg-box h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	color: var(--white);
}
.visa-catg-box p{
    border-bottom: 1px solid #554a74;
    padding-bottom: 20px;
    margin-bottom: 20px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	color: var(--white);
}
.visa-catg-box:hover p, .visa-catg-box:hover h3{ color: var(--white);}
.visa-catg-box:hover{ background-color: var(--secondary-color);}
.visa-catg-box h6 span { background-color: var(--primary-color);}
.visa-catg-box .button-style-span:hover{ color: var(--primary-color);}
.visa-catg-box:hover .button-style-span:after{ color: var(--primary-color);}
.visa-catg-box:hover p{     border-bottom: 1px solid #178eb3;}
.text-with-link a{ font-weight: 700; border-bottom: 1px solid var(--primary-color);}
.visa-srvc-ctry{ padding-bottom: 100px;}
.visa-cntry-flg-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1.3%;
    margin-bottom: 35px;
}
.visa-srvc-ctry-box img {
    width: 100%;
    vertical-align: middle;
    display: block;
}
.visa-srvc-ctry-box {
    flex: 0 0 24%;
    position: relative;
    border-radius: 15px;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: none; /* Hide items by default */
}
.loadMore {
    display: block;
    font-weight: 700;
    color: var(--primary-color);
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    cursor: pointer;
    background: transparent;
    margin: 0 auto;
    padding: 0;
}
.visa-srvc-ctry-box:hover {
    color: var(--primary-color);
}
.ctry-flag{
    line-height: 0px;
    overflow: hidden;
}
.ctry-flag-cnt h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ctry-flag-cnt h3::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 0;
    content: '';
    background-color: var(--secondary-color);
    transition: width 1s ease-in-out;
}
.visa-srvc-ctry-box:hover .ctry-flag-cnt h3::after {
    width: 100%;
}
.ctry-flag-cnt {
    padding: 10px;
    text-align: center;
}
.ctry-apply-btn{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--secondary-color);
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    color: var(--white);
    opacity: 0;
    display: none;
    margin-top: 5px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.visa-srvc-ctry-box a {
    display: flex;
    position: absolute;
    width: 33px;
    height: 33px;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    right: 12px;
    bottom: 13px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.visa-srvc-ctry-box a .link-title {
    color: var(--white);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}
.visa-srvc-ctry-box:hover a .link-title  {
  transform: scale(1);
  transition-delay: 0.25s;
}
.visa-srvc-ctry-box a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  opacity: 0;
  transition: 0.5s;
}
.visa-srvc-ctry-box a::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: linear-gradient(45deg, var(--i), var(--j));
  transition: 0.5s;
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
}
.visa-srvc-ctry-box:hover a {
    width: 130px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    background-color: var(--secondary-color);
}
.visa-srvc-ctry-box:hover a::before {
  opacity: 1;
}
.visa-srvc-ctry-box:hover a::after {
  opacity: 0.5;
}
.visa-srvc-ctry-box a i {
  font-size: 16px;
  transition: 0.5s;
  transition-delay: 0.25s;
}
.visa-srvc-ctry-box:hover a i {
  transform: scale(0);
  color: #fff;
  transition-delay: 0s;
}
.visa-srvc-ctry-box a span {
  position: absolute;
}

.duration .icn {
    width: 35px;
    height: 35px;
}
.duration {
    display: flex;
    align-items: center;
    gap: 10px;
}
.duration .icn img {
    max-width: 100%;
    display: block;
}
.duration h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding-top: 4px;
    text-align: left;
}
.duration h4 span {
    display: block;
    font-weight: 200;
    line-height: 13px;
    text-align: left;
    font-size: 13px;
}
/* .visa-srvc-ctry-box:hover{background-color: var(--primary-color);box-shadow: 0px 4px 15px #8074a7;}
.visa-srvc-ctry-box:hover .ctry-apply-btn{display: inline-block;background-color: var(--secondary-color);opacity: 1;}
.visa-srvc-ctry-box:hover h3{ color: var(--white);}
.visa-srvc-ctry-box:hover i{ background-color: var(--secondary-color); color: var(--white);}
.visa-srvc-ctry-box:hover .ctry-apply-btn:hover, .visa-srvc-ctry-box i:hover{ background-color: #9a84d9;} */
.why-choose{
        padding: 100px 0;
    background-color: var(--color-3);
}
.why-choose-wrap{
    display: flex;
}
.why-choose-left{
    flex: 0 0 50%;
}
.why-choose-right{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.round-text-logo-anim{position: absolute;width: 140px;height: 140px;background-color: var(--secondary-color);border-radius: 100%;display: flex;align-items: center;justify-content: center;}
.round-text-logo-anim:after{position: absolute;content: '';width: 113px;height: 113px;background-image: url(../images/round-text.png);left: auto;top: auto;-moz-animation: spinoffPulse 20s infinite linear;-webkit-animation: spinoffPulse 20s infinite linear;background-repeat: no-repeat;background-position: center;}
.data-progress {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px 3%;
	flex-wrap: wrap;
}
.data-progress li {
	list-style: none;
	flex: 0 0 48.5%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 20px 30px 30px;
	background-color: var(--primary-color);
	border-radius: 15px;
}
.data-progress li:first-child {background-color: var(--secondary-color);}
.data-progress li h2 {
	font-weight: 700;
	color: var(--white);
	font-size: 56px;
	margin-bottom: 0;
	line-height: 60px;
}
.data-progress li:last-child{
    background-color: var(--secondary-color);
}
.data-progress li:after{position: absolute;content: '';background-image: url(../images/icons/ribbon.svg);width: 18px;height: 20px;right: 25px;top: 0px;background-size: cover;}
.data-progress p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--white);
}
.testimonials{
    padding: 100px 0px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: right top 38px;
}
.testimonial-wrap{
    display: flex;
    gap: 4%;
    justify-content: space-between;
    margin-bottom: 100px;
}
.testi-left{
    flex: 0 0 39%;
}
.testi-right{position: relative;flex: 0 0 50%;}
.testi-right::before{position: absolute;content: '';background-image: url(../images/texture1.png);width: 100px;height: 100px;bottom: -32px;left: -42px;}
.video-pp-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testi-right .hover-effect i{
    top: 50%;
    font-size: 110px;
    width: auto;
    height: auto;
    background-color: transparent;
    margin-top: -25px;
}
.testi-right .hover-effect i:hover { background-color: transparent;}
.gle-review-box{
    background-color: var(--color-3);
    border-radius: 15px;
    padding: 40px;
}
.gle-rev-prof-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.gle-rev-prof-dtl{
    display: flex;
    gap: 10px;
}
.gle-rev-img{
    line-height: 0;
}
.gle-rev-img img{
    height: 60px;
    border-radius: 50px;
}

.gle-rev-prof-nam h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0px;
    line-height: 18px;
}
.gle-rev-prof-nam h5{
    font-size: 14px;
    color: var(--primary-color);
    margin-bottom: 0px;
}
.gle-rev-prof-nam h6{
    font-size: 14px;
    color: #858585;
    line-height: 18px;
    margin-bottom: 0px;
}

.gogle-icon img{
    width: 29px;
}
.rle-star{
    color: #fbbc04;
    font-size: 12px;
    display: flex;
    gap: 3px;
}
.gle-review-box p{
    font-size: 18px;
    margin-bottom: 0px;
}
.eligibility-form{
    padding: 100px 0px;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.eligi-form-wrap{
    display: flex;
    gap: 3%;
}
.eligi-form-left{
    flex: 0 0 61%;
}
.eligi-form-left .list{
    margin-bottom: 50px;
}
.eligi-form-left .list li {
    color: var(--white);
}
.eligi-form-left h3{
    font-size: 32px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.eligi-form-left h4{
    color: var(--white);
    font-size: 20px;
    margin-bottom: 28px;
}
.whats-btn a{
   display: inline-block;
    background-color: var(--green-color);
    
    font-size: 22px;
    color: var(--white);
    font-size: 22px;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
}
.whats-btn a i{ margin-right: 4px;}
.whats-btn a:hover{ background-color: var(--secondary-color);}
.eligi-form-right{
    flex: 0 0 36%;
    background-color: var(--color-1);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 25px;
}
.eligi-form-right h2{
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    border-bottom: 1px solid #897cb1;
    padding-bottom: 8px;
}
.eligi-form-right .progress-bar {
    background: #fff;
}
.font-24{ font-size: 24px;}
.how-it-work{
    padding: 100px 0px;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: right top 170px;
}
.how-it-work-wrap{
    display: flex;
    gap: 17%;
    border-top: 1px dashed #a5a5a5;
    margin-top: 90px;
}
.how-it-work-box{position: relative;flex: 0 0 22%;text-align: center;display: flex;flex-direction: column;align-items: center;margin-top: -35px;}
.how-it-work-box:after{position: absolute;content: '';width: 109px;height: 37px;background-image: url(../images/arrow-round1.png);background-repeat: no-repeat;background-position: center;right: -57%;top: 115px;}
.how-it-work-box h6 span{
    width: 68px;
    height: 68px;
    display: flex;
    background-color: var(--secondary-color);
    border-radius: 50px;
    font-size: 34px;
    font-weight: 700;
    color: var(--white);
    align-items: center;
    justify-content: center;
}
.how-it-work-box h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
}
.how-it-work-box:nth-child(2):after{background-image: url(../images/arrow-round2.png);}
.how-it-work-box:last-child:after{ display: none; }
.why-choose-rag-visa{
    background-color: var(--color-3);
    padding: 100px 0px;
}
.why-choose-rag-visa-wrap{
    display: flex;
    gap: 4%;
}
.why-choose-rag-visa-left{
    flex: 0 0 50%;
}
.why-choose-rag-visa-right{
    flex: 0 0 46%;
}
.why-choose-rag-visa-right h4{
    font-size: 24px;
    color: var(--secondary-color);
    font-weight: 700;
}
.why-choose-rag-visa-right h4 a{
    color: var(--secondary-color);
}
.list-wrap{
    display: flex;
}
.visa-faq{
    padding: 100px 0px;
    background-image: url(../images/bg4.jpg);

   background-position: top center;
    background-repeat: no-repeat;
}
.visa-faq-wrap{
    display: flex;
    gap: 4%;
}
.visa-faq-left{
    flex: 0 0 39%;
}
.visa-faq-right{
    flex: 0 0 57%;
}
.visa-aproved{
    padding-top: 270px;
}
.visa-aproved-wrap{position: relative;background-color: var(--primary-color);border-radius: 15px;padding: 70px 100px;text-align: center;display: flex;flex-direction: column;align-items: center;}
.visa-aproved-wrap:after{position: absolute;content: '';background-image: url(../images/texture2.png);background-repeat: no-repeat;background-position: center;width: 100%;height: 197px;top: -197px;left: 0px;}
.whats-btn-icon-right a{
    border-radius: 50px;
}
.whats-btn-icon-right a i{
    margin-right: 0px;
    margin-left: 4px;
}
.button-style-call a:after{ content: "\f2a0"; }
.sticky{position: sticky; top: 100px;}
.visa-aproved-wrap .button-style a:hover{ background-color: var(--color-2);}
.news-blog{ padding-bottom: 100px;}
.news-cnt{
    padding: 25px 0px;
}
.news-cnt h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.news-btn-date{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0px 0;
    align-items: center;
}
.news-btn-date h6{
    font-size: 14px;
    font-weight: 600;
    color: #595959;
    margin-bottom: 0;
}
.news-btn-date .button-style-span{
    color: var(--primary-color);
}
.news-btn-date .button-style-span:hover{ color: var(--secondary-color);}
footer{
    background-color: var(--primary-color);
    padding: 100px 0 0;
    background-image: url(../images/bg5.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-wrap{
    display: flex;
    gap: 2%;
}
.ftr-col{
    flex: 0 0 15%;
}
.ftr-col-05{
    flex: 0 0 12%;
}
.ftr-col-06{
    flex: 0 0 18%;
}
.ftr-heading{
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
}
.ftr-list li{
    margin-bottom: 3px;
}
.ftr-list li a{
    font-size: 17px;
    color: var(--white);
}
.ftr-list li a:hover{
    color: var(--secondary-color);
}
.ftr-col p{
    font-size: 17px;
    color: var(--white);
    margin-bottom: 15px;
}
.ftr-col p a{
    color: var(--white);
}
.copyright{
    border-top: 1px solid #554a74;
    margin-top: 35px;
}
.copyright-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
}
.copyright-wrap p{
    margin-bottom: 0px;
    color: var(--white);
    font-size: 17px;
}
.copyright-wrap p a{
    color: var(--white);
}
.copyright-wrap p a:hover{
    color: var(--secondary-color);
}
.mobile-footer-accordian{ display: none;}
.pad{ padding: 100px 0px;}
.heading-medium{ font-size: 50px; font-weight: 700; color: var(--primary-color); line-height: 60px;}
.subheading{ color: #4f3f7d; font-size: 38px; font-weight: 700; margin-bottom: 15px;}
.whats-btn-02 a{ font-size: 18px; border-radius: 50px;}
.whats-btn-02 a i{ font-size: 22px;}
.visa-services-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.visa-services-left{
    flex: 0 0 65%;
}
.visa-services-right{
    flex: 0 0 32%;
   
}
.visa-services-inn{  background-color: var(--primary-color);
    padding: 20px;
    border-radius: 15px; margin-bottom: 20px;}
.visa-services-right h2{
    font-weight: 700;
    color: var(--white);
    font-size: 28px;
    border-bottom: 1px solid #4a3c72;
    padding-bottom: 10px;
}
.visa-services-inn-chat{ text-align: center;}
.visa-services-inn-chat h3{
    font-weight: 700;
    font-size: 30px;
    color: var(--white);
    margin-bottom: 5px;
    line-height: 33px;
}
.visa-services-inn-chat h4{
       color: var(--white);
    font-size: 18px;
    margin-bottom: 10px;
}
 .contactstyle {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: 0 0 12px;
      padding: 30px 20px;
      background-color: var(--primary-color);
      border-radius: 15px;
  }
  
  


  .coic, .contactstyle a:hover, .label-style {
      color: var(--secondary-color)
  }
  .coic {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      background-color: var(--secondary-color);
      font-size: 16px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .coic, .out-inn-links a {
      line-height: 41px;
      height: 40px;
      color: var(--white);
  }
  .contactstyle h4 {
      font-size: 24px;
      margin-bottom: 6px;
      font-weight: 700;
      color: var(--white);
  }
  .contactstyle p {
      margin-bottom: 0;
      font-size: 18px;
      color: var(--white);
  }
  .contactstyle p a{color:var(--white)}
  .contact-left {
      flex: 0 0 30%
  }
  .cont-inn-box{position: relative;padding: 0 0 12px 60px;margin-bottom: 12px;border-bottom: 1px solid #56497e;}
  .cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
  .contactstyle h3{
      font-weight: 700;
      font-size: 28px;
      border-bottom: 1px solid #56497e;
      padding-bottom: 10px;
      margin-bottom: 15px;
      color: var(--white);
  }
.contact-right{flex:0 0 66%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {
    position: absolute;
    top: -11px;
    left: 16px;
    font-size: 16px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
    z-index: 1;
}.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.eligi-checkr-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.eligi-checkr-left {
    flex: 0 0 57%;
}
.eligi-checkr-right {
    flex: 0 0 41%;
}
.visa-services-inn h2{
    color: var(--white);
    font-weight: 700;
    font-size: 26px;
        margin-bottom: 10px;
}
.eligi-checkr-left h3{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.eligi-checkr-left h4{
    font-size: 20px;
    margin-bottom: 28px;
}
.subtitle{ color: #4f3f7d;font-size: 28px;font-weight: 700;margin-bottom: 10px;}
.news-blog-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
}
.news-blog-wrap .news-blog-box{
    flex: 0 0 31.33333333333%;
}
.news-blog-detail-wrap{
    display: flex;
    gap: 2%;
}
.news-blog-detail-left{
    flex: 0 0 68%;
}
.ns-dtl-date{
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 8px;
    line-height: 18px;
}
.news-blog-detail-left .ns-dtl-date {
    display: inline-block;
    background: #def7ff;
    padding: 10px;
    border-radius: 12px;
}

.news-blog-detail-right{
    flex: 0 0 30%;
    border-left: 1px solid #e2e2e2;
    padding-left: 30px;
}
.news-blog-detail-list{
    /* border-left: 1px solid #e2e2e2; */
    /* padding-left: 30px; */
}
.news-blog-detail-list a{
    display: flex;
    gap: 4%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.news-blog-detail-list a .news-list-img{
    flex: 0 0 90px;
    line-height: 0;
}
.news-blog-detail-list a span img{
    border-radius: 6px;
}
.news-blog-detail-list a h4{
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
}
.news-blog-detail-list a .ns-list-date{
    text-transform: uppercase;
    color: var(--body-color);
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.sidebar-heading{
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.button-style-full a{ width: 100%;}
.career-form-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    border: 2px solid #ddd7ef;
    padding: 50px;
    border-radius: 15px;
}
.career-form-wrap .form-group{
    flex: 0 0 32%;
}
.career-form-wrap .form-group-full{
    flex: 0 0 100%;
}
.upload-resume-btn{
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 10px;
    color: var(--white);
    align-items: center;
    position: relative;
}
.upload-resume-btn i{
    color: var(--secondary-color);
    position: absolute;
    right: 20px;
    top: 19px;
}
.upload-resume-btn input{
    font-size: 18px;
    cursor: pointer;
        width: 100%;
}
.inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.urgent-schengen-visa-section {
    padding: 100px 0;
}
.lft, .rght  {
    flex: 0 0 50%;
}
.pl-50 {
    padding-left: 50px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-0 {
    margin-bottom: 0;
}
.visa-apply-section {
    padding: 100px 0;
    background-color: var(--color-3);
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: right top 170px;
}
.visa-apply-section::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 155px;
    height: 200px;
    left: 15%;
    bottom: 11%;
    background-image: url(../images/dotted-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
}
.align-center {
    align-items: center;
}
.apply-steps {
    padding: 30px 100px;
    position:relative;
    z-index: 1;
}
.apply-steps .new-accourdian ul li {
    border-radius: 0px;
    border: 0;
    margin-bottom: 10px;
    padding: 0;
}
span.steps {
    display: inline-block;
    padding: 10px;
    width: 50px;
    background-color: var(--color-1);
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-right: 25px;
}
.apply-steps .accordion-trigger.collapsed:after {
    font-family: "FontAwesome";
    content: "\2b";
    color: #959da9;
    font-weight: 300;
    font-size: 15px;
}
.apply-steps .acc-pad {
    padding: 30px;
    border-top: 1px solid #e3e3e3;
}
.visa-document-section {
    padding: 100px 0;
}
.apply-steps .list-apply li {
    padding-left: 25px !important;
}
.list-apply li::after  {
    content: "\f105" !important;
    font-size: 13px;
}

.apply-steps.inr-schengan-visa {
    padding: 30px 0;
}
.apply-steps.inr-schengan-visa .new-accourdian ul li {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.apply-steps.inr-schengan-visa .new-accourdian ul li ul.list.list-apply li {
    box-shadow: none;

}


.cntry-dropdown {
  display: inline-block;
  position: relative;
  z-index: 4;
}
/* .cntry-dropdown:hover .cntry-dd-menu {
    display: block;
} */

.cntry-dd-button {
  display: inline-flex;
  padding: 5px 26px 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  background-color: #3e2e6f;
  border-radius: 5px;
  border: 1px solid #513f89;
  align-items: center;
}
.cntry-dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

.cntry-dd-input {
  display: none;
}

.cntry-dd-menu {
  position: absolute;
  top: 100%;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  min-width: 125px;
  display: none;
}

.cntry-dd-input:checked + .cntry-dd-menu {
  display: block;
} 






.cntry-dd-menu li {
  padding: 4px 10px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid #edecec;
}
.cntry-dd-menu li img, .cntry-dd-button img{
    width: 18px;
    margin-right: 6px;
}
.cntry-dd-menu li:hover {
  background-color: #f6f6f6;
}

.cntry-dd-menu li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-right: 65px;
}
.cntry-dd-menu li a span{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.cntry-dd-menu li .active span{
    font-size: 10px;
    border: 1px solid #e2e2e2;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white);
}


.aply-popup-form-wrap{
    display: flex;
    gap: 30px 3%;
    padding: 0px;
    background-color: var(--primary-color);
}
.aply-popup-form-img{
    background-image: url(../images/popup-img4.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 40%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.aply-popup-form-cnt{
    flex:0 0 57%;
    padding: 20px 22px 20px 0;
}
.aply-popup-form-cnt form{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}
.aply-popup-form-cnt form .form-group{
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.form-group-half {
    flex: 0 0 48.66% !important;
}
.aply-popup-form-cnt form .form-group .fieldset {height: 46px;font-size: 16px;margin: 0 0 6px 0;background-color: var(--primary-color);color: #c1b3eb;border: 1px solid #665a8d;}
.aply-popup-form-cnt form .form-group .label-style{
    background-color: var(--primary-color);
    color: var(--white);
}
.aply-popup-form-cnt form .form-group-phn{
    display: flex;
    gap: 10px 1%;
    width: 100%;
}
.aply-popup-form-cnt form .form-group-phn .form-group{
    flex: 0 0 39%;
}
.aply-popup-form-cnt form .form-group-phn .form-group:last-child{
    flex: 0 0 60%;
}
.aply-popup-form-cnt form .intl-tel-input.separate-dial-code .selected-dial-code {
    color: #c1b3eb;
    font-size: 14px;
}
.aply-popup-form-cnt form .form-group textarea.fieldset{ height: 90px;}
.iti--separate-dial-code .iti__selected-dial-code {
  
    color: #fff;
    font-size: 16px;
}
.iti__arrow { border-top: 4px solid #c3c3c3 !important;}

.iti--allow-dropdown.iti--separate-dial-code{ height: 46px;
    font-size: 16px;
    margin: 0 0 6px 0;
    background-color: var(--primary-color);
    color: #c1b3eb;
    border: 1px solid #665a8d; border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;}
.eligi-form-right .form-wizard .iti--allow-dropdown.iti--separate-dial-code{border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -webkit-border-radius: 11px;}

.sidebar-elig-form .iti--allow-dropdown.iti--separate-dial-code{ 
    background-color: transparent;
}
.sidebar-elig-form .form-wizard1 .form-control1 select.form-control {
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: #000;
}
.form-group-half span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {
    width: 100% !important;
    display: block;
    height: auto !important;
    position: absolute;
    scale: 0.8;
    left: 0;
    top: -5px;
}
.form-group-half .sendbutton {
    font-size: 17px;
    padding: 12px 20px 10px 16px;
    margin: 0;
}
.form-group-half .wpcf7-spinner {
    position: absolute;
    left: 0;
}
.send-btn-main {
    display: flex;
    justify-content: flex-end;
}
.send-btn-main .sendbutton:hover {
    background: var(--color-1);
}


/**********Thanku page style**************/
.thanku-section {
    padding: 100px 0;
}
.thanku-box {
    width: 40%;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}
.thanku-box  .heading {
    margin-bottom: 10px;
}
.thanku-box i {
    width: 37px;
    height: 37px;
    background-color: #33d951;
    border-radius: 50px;
    text-align: center;
    line-height: 38px;
    color: var(--white);
    font-size: 24px;
    margin-bottom: 20px;
}
.thanku-box p {
    margin-bottom: 0;
}

.hidden {
  display: none;
}




.whatsapp-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 78px;
    margin-left: 0;
    text-align: center
}

.whtsapp-link h5 {
    right: 66px;
    opacity: 1;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
    z-index: 0;
    color: #282828;
    padding: 10px;
    position: absolute;
    font-weight: 500
}

.whtsapp-link {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 9
}
.whtsapp-link h5:after{position:absolute;content:'';right: -10px;top: 50%;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #e2e2e2;margin-top: -10px;}
.whtsapp-link h5 {
    width: 147px;
    top: 0;
    background-color: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, .4);
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2db742;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    z-index: 1;
    position: relative;
    color: #fff;
}

.whatsapp-icon i {
    font-size: 30px; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}


.whtsapp-link:hover .whatsapp-icon i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}





/**********header smaller**************/
header.smaller {    background-color: var(--white);
    z-index: 9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, .13);
}
header.smaller .top-header{ display: none;}
header.smaller .logo img{ width: 145px !important;} 

/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height: 263px;
	overflow:hidden;
	display: flex;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.png);
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: var(--color-3);
	border-bottom: 4px solid #c0bad2;
}

.banner h2 {
	color: var(--primary-color);
	font-weight: 800;
	font-size: 50px;
	margin: 0 0 8px;
	padding:0;
	position:relative;
	z-index:2;
    text-align: left;
}
.breadcrumb {
    display: flex;
    color:var(--grey-dark);
    margin:0;
    position:relative;
    z-index:2;
    justify-content: center;
}
 
.breadcrumb ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 0px;
}
.breadcrumb li {
    margin: 0;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 12px;
    color: var(--secondary-color);
}
 .breadcrumb a{
   color: var(--body-color);
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}
.banner.schengan-visa-banner  {
    overflow: inherit;
}
.banner.schengan-visa-banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.banner.schengan-visa-banner .breadcrumb {
    justify-content: flex-start;
}
.apply-now {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 15px;
    color: #fff;
    background: #628f32;
    text-transform: uppercase;
    font-weight: 500;
}
.process-duration {
    padding: 11px 15px;
    border-radius: 15px;
    background: #628f32;
    position: absolute;
    bottom: -120px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.process-duration .icn {
    width: 55px;
    height: 35px;
}
.process-duration .icn img {
    max-width: 100%;
    display: block;
}
.process-duration h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding-top: 4px;
    text-align: left;
    color: #fff;
}
.process-duration h4 span {
    display: block;
    font-weight: 200;
    line-height: 13px;
    text-align: left;
    font-size: 13px;
}

.acc-pad .textwidget.custom-html-widget p {
    margin-bottom: 25px;
    color: #fff !important;
}

.acc-pad .textwidget.custom-html-widget p a {
    border-bottom: 0 !important;
}

section.missio-vision-section {
    padding: 80px 0;
    background-color: var(--color-3);
}
.mission-vision-box {
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.mission-vision-box .heading,
.mission-vision-box p,
.mission-vision-box ul.list li {
    color: #fff;
}
.mission-vision-box ul.list li  {
    font-weight: 200;
}
.mission-vision-box .heading {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--color-1);
}
.box-style {
    padding: 30px;
    text-align: center;
    background-color: var(--color-3);
    outline: 1px solid #daeaff;
    outline-offset: -10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.box-style .heading {
    font-size: 36px;
    line-height: 50px;
}
.box-style .heading span {
    display: block;
}
.rounded-20 {
    border-radius: 20px;
}
.feature-blog-img {
    margin-bottom: 25px;
}

.entry-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-bottom: 30px;
}
.entry-box {
    position: relative;
    overflow: hidden;
    flex: 0 0 48%;
    padding: 25px 25px 40px 25px;
    background: #362764;
    background: linear-gradient(131deg, rgba(54, 39, 100, 1) 13%, rgba(78, 62, 128, 1) 60%);
    border-radius: 20px;
    box-shadow:rgba(60, 64, 67, 0.3) 3px 3px 2px 0px, rgba(60, 64, 67, 0.15) 7px 3px 8px 0px
}
.entry-box h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
}

span.days {
    display: inline-block;
    margin-bottom: 15px;
    background: #25bb25;
    color: #fff;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.entry-box .list li {
    color: var(--white);
}
.entry-box .button-style a {
    padding: 10px 49px 11px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0;
}
.sidebar-elig-form .iti--allow-dropdown.iti--separate-dial-code {
    height: 52px;
}
.form-wizard .iti--allow-dropdown.iti--separate-dial-code {
     height: 52px;
     background-color: transparent;
}
.visa-aproved-wrap .button-style .sidebar-bnt2:hover {
    background-color: var(--color-2);
    cursor:pointer;
}

.fs-25 { font-size: 25px;}
.bold { font-weight: bold;}

/**********animation**************/
@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg);  }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
100% { -webkit-transform:rotate(-360deg); }
}

/*** animatins ***/
@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-moz-keyframes scroll {
	0% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-webkit-keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-moz-keyframes scrollLeft {
	0% {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;margin:0 0 10px 0;color: #262626;font-size: 18px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 22px;cursor:pointer;vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;border-radius: 50px;font-weight: 700;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}
.aply-popup-form-cnt form .form-group ::-webkit-input-placeholder {color: #c1b3eb !important;}
.aply-popup-form-cnt form .form-group :-moz-placeholder {color: #c1b3eb !important;}
.aply-popup-form-cnt form .form-group ::-moz-placeholder { color: #c1b3eb !important;}
.aply-popup-form-cnt form .form-group :-ms-input-placeholder { color: #c1b3eb !important;}

.aply-popup-form-cnt select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.fieldset.wpcf7-not-valid,
.aply-popup-form-cnt input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.fieldset.wpcf7-not-valid,
.aply-popup-form-cnt textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.fieldset.wpcf7-not-valid,
.aply-popup-form-cnt input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.fieldset.wpcf7-not-valid  {
    border: 1px solid #ff1010;
}
.aply-popup-form-cnt .wpcf7-not-valid-tip {display: none !important;}
.iti-mobile .iti--container { z-index: 999999;}
.aply-popup-form-cnt .wpcf7 form .wpcf7-response-output {color: var(--white);font-size: 14px;margin: 1em 0.5em 0 0.5em;}
/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;border-radius: 15px;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 0;left:50%;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;animation: bounce 1s infinite;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: var(--secondary-color);left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
/* .progress-wrap svg.progress-circle path {stroke: var(--secondary-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;} */
@keyframes bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1400px) {
.container{ width:95%;}
.visa-apply-section::before {left: 3%;}
.call span.call-text {font-size: 18px;}
}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
header.smaller .top-header {
    display: block;
}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.heading { font-size: 48px;line-height: 52px;}
.duration{justify-content: center;}
.visa-srvc-ctry-box a {display:block;position: relative;left: auto; bottom: auto;right: auto;text-align: center;width: 100%;border-radius: 0;
border: 0;border-top: 1px solid #e7e7e7;background: var(--primary-color);line-height: 0;padding-block: 15px;height: auto;}
.visa-srvc-ctry-box a .link-title {transform: scale(1);position: relative;}
.visa-srvc-ctry-box a::before, .visa-srvc-ctry-box a::after{display: none;}
.visa-srvc-ctry-box a:hover{width: auto;}
.visa-srvc-ctry-box a i{color: var(--white);font-size: 12px;margin-left: 5px;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.home-banner-wrap{ flex-wrap: wrap;}
.home-banner-left, .home-banner-right{ flex: 0 0 100%;}
.home-banner{ height: auto; padding: 40px 0px;}
.home-banner-left{ margin-bottom: 50px;}
.visa-catg-box { flex: 0 0 49%;}
.contact-form{ flex-direction: column;}
.contact-left {flex: 0 0 40%;}
.contact-right {flex: 0 0 56%;}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.why-choose-wrap, .eligi-form-wrap, .heading-wrap, .visa-faq-wrap, .copyright-wrap{ flex-direction: column;}
.why-choose-left, .eligi-form-left{ margin-bottom: 50px;}
.how-it-work{ background-image: none;}
/* .logo img {  width: 85px;} */
.header-btm-wrap { padding: 8px 0px;}
header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
.header-right { gap: 30px;}
.gle-review-box{ padding: 25px;}
.gle-rev-prof-dtl, .visa-services-wrap, .eligi-checkr-wrap{ flex-direction: column;}
.why-choose-rag-visa-wrap { flex-direction: column-reverse;}
.why-choose-rag-visa-left{ text-align: center; margin-top: 50px;}
.footer-wrap{ flex-wrap: wrap;}
.ftr-col{ flex: 0 0 20%;}
.ftr-col { flex: 0 0 32%; }
.copyright-wrap{ text-align: center;}
.copyright-wrap p{ margin-bottom: 20px;}
.visa-aproved-wrap:after{ background-size: 85%; background-position: bottom center;}
.banner { height: 200px;}
.eligi-checkr-left{ margin-bottom: 30px;}
.news-blog-detail-wrap{ flex-direction: column; }
.news-blog-detail-right{padding-left: 0px; border-left: none;}
.career-form-wrap .form-group { flex: 0 0 49%;}
.career-form-wrap .form-group-full{ flex: 0 0 100%;}
.process-duration { bottom: -90px;}

}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
/* .visa-srvc-ctry-box { gap: 8px; padding: 10px;} */
.visa-srvc-ctry-box:hover .ctry-apply-btn{ display: none;}
.testimonial-wrap{ flex-direction: column; gap: 50px 4%;}
.how-it-work-box:after{ display: none;}
.how-it-work-wrap {  border-top: none; flex-direction: column; position: relative;}
.how-it-work-wrap:before{ position: absolute; content: ''; left: 32px; width: 1px; height: 100%; border-left:1px dashed #a5a5a5;}
.how-it-work-box { flex-direction: column; align-items: flex-start; margin-top: 0; padding-left: 100px; text-align: left;}
.how-it-work-box h6 span{ position: absolute; left: 0px; top: 28px;}
.how-it-work-box h3 br{display: none;}
.how-it-work-box h3{ margin-bottom: 10px;}
.visa-aproved-wrap { padding: 45px 30px;}
.mobile-footer-accordian{ display: block;}
.footer-wrap{ display: none;}
footer{ padding-top: 60px;}
.copyright { margin-top: 60px;}
.row{ flex-direction: column;}
.contact-right{ margin-top: 30px;}
.news-blog-wrap .news-blog-box { flex: 0 0 48.5%;}
.thanku-box {width: 100%;}
.top-header-wrap {align-items: center;justify-content: center;flex-direction: column;gap: 5px;}
.visa-srvc-ctry-box a .link-title{font-size: 14px;}
.visa-srvc-ctry-box {flex: 0 0 32.444%;}
.progress-wrap {display: none;}
.entry-box {flex: 0 0 100%;}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
body{ font-size: 18px;height: 100dvh;}
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
header .social{ display: none;}
.top-header-wrap p { font-size: 16px;}
.heading { font-size: 42px; line-height: 44px; }
.heading br{ display: none;}
.home-banner-left h4 { font-size: 20px;  margin-bottom: 20px;}
.google-review-logo { margin-top: 25px;padding-left: 0;text-align: center;}
.home-banner-left h5 {font-size: 15px;text-align: center;}
.home-banner-right:after{ background-size: 90%;}
.home-banner-right{ padding: 90px;}
.home-banner-left{ margin-bottom: 20px;}
.visa-category, .why-choose, .testimonials, .eligibility-form, .how-it-work, .why-choose-rag-visa, .visa-faq { padding: 60px 0px;}
.scroll-right-left h2 { font-size: 24px;}
.visa-srvc-ctry-box i{ display: none;}
.visa-srvc-ctry, .news-blog{ padding-bottom: 60px;}
.testimonials{ background-image: none;}
.font-24{ font-size: 20px;}
.font-24 br{ display: none;}
.how-it-work-wrap{ margin-top: 50px;}
.how-it-work-box h3 {font-size: 26px;}
.why-choose-rag-visa-right h4 { font-size: 20px;}
.visa-aproved {padding-top: 150px;}
.visa-aproved-wrap .buttons-wrap{ justify-content: center;}
.ctry-flag-cnt h3 { font-size: 18px;}
.header-right {  gap: 18px; }
.news-cnt h3 { font-size: 20px;}
/* .top-header-wrap p a{ display: block; text-align: left; margin-left: 0px;} 
.top-header-wrap{ justify-content: space-between;flex-direction: row;flex-wrap: wrap;gap: 0;}*/
.call i { flex: 0 0 40px; height: 40px;  line-height: 44px;}
.testi-right .hover-effect i { font-size: 80px; margin-left: -38px;}
#status{ background-size: 160px;}
.heading-medium { font-size: 36px; line-height: 42px;}
.subheading { font-size: 32px;}
.pad{ padding: 60px 0px;}
.banner h2 { font-size: 34px;}
.career-form-wrap .form-group{ flex: 0 0 100%;}
.career-form-wrap{ padding: 20px;}
.visa-srvc-ctry-box {flex: 0 0 48.33%;}
.visa-cntry-flg-wrapper { gap: 15px 3%;}

.location-social-top {flex: 0 0 40%;}
/* .top-header-wrap .textwidget.custom-html-widget {flex: 0 0 60%;} */
.location-social-top {justify-content: flex-end;}

.call span.call-text { font-size: 14px;display: inline-block;}
.call span.call-text span {font-size: 13px;}
.header-right {flex: 0 0 70%;justify-content: flex-end;}
.header-right .textwidget.custom-html-widget {flex: 0 0 160px;} 
.header-right .textwidget.custom-html-widget a {width: 100%;}
/* .top-header-wrap p a:last-child{ display: none;} */
.top-header-wrap p a{ margin-left: 0px;}
.aply-popup-form-img{ display: none;}
.aply-popup-form-cnt {flex: 0 0 100%;padding: 38px;}
.top-header-wrap {flex-direction: row;flex-wrap: wrap;gap: 0;}
.top-header-wrap .textwidget.custom-html-widget {flex: 0 0 40%;}
.top-header-wrap p a {display: block;}
.location-social-top {flex: 0 0 60%;}
.top-locations a { font-size: 15px;}
.form-group-half {flex: 0 0 100% !important;}
.form-group-half span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {position: relative;left: 0;top: 0;}
.send-btn-main { display: flex;justify-content: flex-start;}
.aply-popup-form-cnt form .form-group .fieldset { margin-bottom: 0;height: 40px;font-size: 15px;}    
.aply-popup-form-cnt form .form-group textarea.fieldset { height: 80px;}
.aply-popup-form-cnt form .form-group { margin-bottom: 8px;}
.form-group-half span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div { scale: 0.9;top: 0;left: -15px;}
.aply-popup-form-cnt form .form-group.send-btn-main {margin-bottom: 0;}
.buttons-wrap {justify-content: center;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.head-cap{ margin-bottom: 10px;}
.heading {font-size: 36px;line-height: 42px;    }
.button-style a, .button-style-span, .button-style-02 a{ font-size: 16px;}
.visa-catg-box{ padding: 20px;}
.visa-catg-box p{ margin-bottom: 12px;}
.data-progress li { padding: 20px 15px 22px;}
.eligi-form-right { padding: 30px 25px;}
.how-it-work-box h6 span {  width: 50px; height: 50px; font-size: 26px;}
.how-it-work-wrap:before { left: 23px;}
.how-it-work-box { padding-left: 70px;}
.home-banner-right { padding: 70px;}
.eligi-form-right h2 { font-size: 24px;}
.list-wrap, .news-blog-wrap{ flex-direction: column;}
.list-wrap .list:first-child{ margin-bottom: 0px;}
.visa-services-inn { padding: 30px 25px;}
/* .visa-srvc-ctry-box {flex: 0 0 100%;} */
.apply-now {padding: 15px 15px;}
.visa-catg-box {flex: 0 0 100%;}
}

/************************************* 460px *************************************/
@media only screen and (max-width: 460px) {
/* .visa-catg-box {flex: 0 0 100%;} */
    .ctry-flag-cnt h3 {
        font-size: 16px;
    }
    .duration h4 {
       font-size: 14px;
    }
    .duration h4 span {
       font-size: 12px;
    }
    .top-header-wrap p a {
        font-size: 14px;
    }
    .top-locations a {
        padding-right: 2px;
        font-size: 14px;
        margin-right: 2px;
        margin-left: 2px;
    }
.cntry-dd-button { font-size: 15px;}
.buttons-wrap{ gap: 10px; justify-content: center;}
.home-banner-left .button-style a{ font-size: 17px; padding: 10px 35px 10px 15px;}
.home-banner-left .button-style a:after, .button-style .sidebar-bnt2:after{ right: 9px; top: 8px;}
.aply-popup-form-cnt {  padding:20px;}  
.button-style .sidebar-bnt2 { font-size: 17px; padding: 10px 35px 10px 15px}

}

/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {
.button-style .sidebar-bnt2 {font-size: 16px;}
.home-banner-left .button-style a {font-size: 16px;}
}
/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {

header .container {
    padding-left: 10px;
    padding-right: 10px;
}
.location-social-top {
    gap: 5px;
}
.top-locations a {
    padding-left: 5px;
    margin-right: 0px;
    font-size: 13px;
}
.cntry-dd-button:after {
    right: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
}
.cntry-dd-button {
    padding: 3px 20px 3px 5px;
    font-size: 14px;
}
.cntry-dd-menu li a {
    font-size: 14px;
    padding-right: 50px;
}
.apply-now { font-size: 16px;}
}

/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
.banner.schengan-visa-banner .container {
    flex-wrap: wrap;
}
.banner-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -125px;
    flex-direction: row-reverse;
}
.process-duration {
    bottom: 0;
    position: relative;
    padding: 10px 13px;
}
.process-duration h4 {
    font-size: 15px;
    padding-top: 0px;
}
.process-duration .icn {
    width: 48px;
    height: auto;
}
}



/************************************* 380px *************************************/
@media only screen and (max-width: 380px) {
.duration .icn { width: 30px;height: 30px;}
/* .location-social-top {flex: 0 0 100%;} */
/* .top-header-wrap .textwidget.custom-html-widget {flex: 0 0 100%;margin-bottom: 5px;} */
/* .location-social-top {justify-content: flex-start;} */
.header-right {flex: 0 0 70%;justify-content: flex-end;}
.top-header-wrap p a {font-size: 12px;}
.button-style .sidebar-bnt2 {font-size: 15px;}
.home-banner-left .button-style a {font-size: 15px;}
.buttons-wrap { gap: 5px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.logo img { width: 66px; }
header.smaller .logo img {width: 60px;}
.home-banner-right {  padding: 50px 50px;    }
.heading { font-size: 30px; line-height: 36px; }
.visa-catg-wrap{ flex-direction: column;}
.data-progress p { font-size: 16px;}
.data-progress li h2 { font-size: 40px;}
.header-right {  gap: 12px;    }
.call span.call-text { display: none;}
.apply-now {padding: 15px 10px;font-size: 15px;}
.header-right .textwidget.custom-html-widget {flex:initial;} 
.home-banner-left .button-style a, .button-style .sidebar-bnt2 { padding: 8px 30px 8px 10px;}
.home-banner-left .button-style a:after, .button-style .sidebar-bnt2:after {right: 10px;top: 5px; font-size: 14px;}
.top-locations a {padding-left: 4px;margin-left: 1px;}
.cntry-dd-button {padding: 3px 17px 2px 5px; font-size: 13px;}
}

/************************************* 340px *************************************/
@media only screen and (max-width: 340px) {
    .location-social-top {
        flex: 0 0 50%;
        flex-direction: column;
        align-items: end;
    }
    .top-header-wrap .textwidget.custom-html-widget {
        flex: 0 0 50%;
    }
}

/************************************* 320px *************************************/
@media only screen and (max-width: 330px) {
    .visa-srvc-ctry-box {flex: 0 0 100%;}
    .home-banner-left .button-style a:after, .button-style .sidebar-bnt2:after {display: none;}
    .home-banner-left .button-style a, .button-style .sidebar-bnt2 { padding: 8px 10px;}
}