@font-face {
  font-family: 'Futura_Cyrillic_Book';
  src: url('../fonts/FuturaCyrillicBook.eot');
  src: url('../fonts/FuturaCyrillicBook.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
      url('../fonts/FuturaCyrillicBook.woff') format('woff'),
      url('../fonts/FuturaCyrillicBook.ttf') format('truetype'),
      url('../fonts/FuturaCyrillicBook.svg#FuturaCyrillicBook') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura_Cyrillic_Demi';
  src: url('../fonts/FuturaCyrillic-Demi.eot');
  src: url('../fonts/FuturaCyrillic-Demi.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaCyrillic-Demi.woff2') format('woff2'),
      url('../fonts/FuturaCyrillic-Demi.woff') format('woff'),
      url('../fonts/FuturaCyrillic-Demi.ttf') format('truetype'),
      url('../fonts/FuturaCyrillic-Demi.svg#FuturaCyrillic-Demi') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura_Cyrillic_Bold';
  src: url('../fonts/FuturaCyrillic-Bold.eot');
  src: url('../fonts/FuturaCyrillic-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
      url('../fonts/FuturaCyrillic-Bold.woff') format('woff'),
      url('../fonts/FuturaCyrillic-Bold.ttf') format('truetype'),
      url('../fonts/FuturaCyrillic-Bold.svg#FuturaCyrillic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body { 
  position: relative;
  z-index: 0; 
  height: auto;
  font-family: "Futura_Cyrillic_Book";
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  font-size-adjust:none;
  color: #505050;   
  overflow-x: hidden;
  margin: 0; 
  padding: 0;
  background: #ffffff; 
}

.scroll { overflow-y: hidden; }

* {
  -ms-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

*:focus { outline: none; }
.clr { clear: both; }

h1 {  
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 76px;
  line-height: 81px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

h2 {
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 60px;
  line-height: 70px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

h3 {
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

h4 {
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

h5 { 
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

h6 {   
  font-family: "Futura_Cyrillic_Demi";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #123B72; 
  margin: 0 0 20px 0;
}

p { 
  font-size: 18px;
  line-height: 30px;
  color: #505050; 
  margin: 0 0 20px 0;
}

p:last-child { margin-bottom: 0; }

img {
  display: block;
  max-width: 100%;
  border: 0;  
}

button { overflow: visible; }

button,
select { text-transform: none; }

select:focus { outline: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {  
  appearance:button;
  -moz-appearance:button; /* Firefox */
  -webkit-appearance:button; /* Safari and Chrome */
  cursor: pointer;
  outline: none;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

button[disabled],
html input[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

a {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

input {
  line-height: normal;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:hover,
input:focus,
textarea:hover, 
input[type="text"]:hover, 
textarea:active, 
input[type="text"]:active, 
textarea:focus, 
input[type="text"]:focus,
button:focus,
button:active,
button:hover {
  outline:0;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  box-shadow: none;
}

input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  box-shadow: none;
  border-radius: 30px;
  border: none;
}

select {
  -moz-box-shadow: none; /* Firefox */
  -webkit-box-shadow: none; /* Safari and Chrome */  
  box-shadow: none;
  border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: "HelveticaNeue-Light";
  line-height: 32px;
	opacity: 1;
  color: #4a4a4a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: "HelveticaNeue-Light";
    line-height: 32px;
  	opacity: 1;
  	color: #4a4a4a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {	
	font-family: "HelveticaNeue-Light";
  line-height: 32px;
	opacity: 1;
	color: #4a4a4a;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { 
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

input[type="checkbox"] {
  appearance: checkbox;
  -moz-appearance: checkbox; /* Firefox */
  -webkit-appearance: checkbox; /* Safari and Chrome */
  border-radius: 0;
}

input[type="radio"] {
  appearance: radio;
  -moz-appearance: radio; /* Firefox */
  -webkit-appearance: radio;
  border-radius: 0;
}

input {
  font-size: 16px;
  -webkit-border-radius:0; 
  border-radius:0;
  box-shadow: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] { 
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

input[type="text"]:focus, 
textarea:focus { outline: 0; }

input[type="text"]:hover, 
textarea:hover { outline: 0; }

/* Mozilla based browsers */
::-moz-selection {
  background-color: #3178ae;
  color: #fff;
}

/* Works in Safari */
::selection {
  background-color: #3178ae;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto; 
  padding: 0 20px; 
}

a:hover, 
a:focus { text-decoration: none; }

ul, ol {
  padding: 0;
  margin: 0 0 20px 0;
}

a { 
  display: inline-block;
  vertical-align: top;
  text-decoration: none; 
  color: #00a4c5;
}

a:hover { color: #323232; }

ul li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}

ol li {
  position: relative;
  margin-bottom: 5px;
}

ul li:last-child { margin-bottom: 0; }
span { display: inline-block; }

.header {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000026;
    padding: 26px 0;
}

.banner {
    position: relative;
    z-index: 0;
    padding-right: 50px;
    padding-top: 105px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: radial-gradient(circle at 50% 49.5%, #010065 0%, #000032 62.7%, #000012 100%);
    background: url(../images/banner-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 980px;
}
.banner img {
    visibility: hidden;
}
.banner.banner-v2{
  background: radial-gradient(circle at 50% 49.5%, #123B72 0%, #123B72 62.7%, #123B72 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100vh - 100px);
}
.banner.banner-v2 img{
  visibility: visible;
  max-width: 45%;
}

.banner video {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .2;
    object-fit: cover;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto; 
  padding: 0 20px; 
  margin-top: -150px;
}
.banner.banner-v2 .banner-content{
  margin-top: 0px;
}

.banner .banner-content h1,
.banner .banner-content h4 {
  color: #ffffff;
}

.banner .banner-content h1 {
    margin-bottom: 22px;
    max-width: 43%;
    padding: 8px 0;
}
.banner .banner-content h4 { margin-bottom: 36px; }

.banner .banner-content a {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    padding: 18px 40px 19px 40px;
    border-radius: 30px;
    background-color: #C61618;
}

.banner .banner-content a:hover {
    color: #00001F;
    background-color: #EBEBEB;
}

footer {
  background-color: #123B72;
  padding-top: 75px;
  padding-bottom: 45px;
}

footer .container {
  max-width: 1118px;
}

footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-inner .footer-col { 
  width: 16.66%;
  padding-right: 20px;
}

.footer-col ul { margin-bottom: 0; }
footer .footer-inner .footer-col ul li { line-height: 20px; }
footer .footer-inner .footer-col ul li:first-child { margin-bottom: 10px; }

footer .footer-inner .footer-col ul li:first-child a {
  font-family: 'Futura_Cyrillic_Bold';
  font-size: 16px; 
}

footer .footer-inner .footer-col ul li a {
  display: inline-block; 
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}

footer .social-seciton {
  display: flex;
  justify-content: flex-end;
}

footer .social-seciton ul {
  display: flex;
  margin: 0;
}

footer .social-seciton ul li {
  margin-bottom: 0;
  margin-left: 8px;
}

.our-plan {
  padding-top: 114px;
  padding-bottom: 80px;
  background: linear-gradient(137deg, rgba(18, 59, 114, 0.07) 0%, rgba(198, 22, 24, 0.07) 100%);
}
.our-plan h3 {
  text-align: center;
  color: #000;
}
.our-plan .container { max-width: 1320px; }

.our-plan .plan-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
  overflow: hidden;
  padding-bottom: 120px;
}

.our-plan .plan-col {
  width: 33.33%;
  padding: 0 14px;
}

.our-plan .plan-col .plan-inner {
  text-align: center;
  border-radius: 15px;
  padding-bottom: 78px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px #00000024;
  overflow: hidden;
}

.our-plan .plan-col .plan-info-top {
  min-height: 230px;
  padding: 28px 25px 73px;
  background: url('../images/plan-shape.png') no-repeat bottom left;
  background-size: cover;
}

.our-plan .plan-col:nth-child(even) .plan-info-top {
  background: url('../images/plan-shape-2.png') no-repeat bottom left;
  background-size: cover;
}

.our-plan .plan-col .plan-info-top h4,
.our-plan .plan-col .plan-info-top h2 {
  color: #ffffff;
}

.our-plan .plan-col .plan-info-top h4 { margin-bottom: 14px; }
.our-plan .plan-col .plan-info-top h2 { margin-bottom: 0; }

.our-plan .plan-col .plan-inner ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-plan .plan-col .plan-inner ul li {
  line-height: 38px;
  color: #121212; 
  padding: 27px 20px;
  margin-bottom: 0;
  border-bottom: solid 1px #D6D6D6;
}
.our-plan .plan-col .plan-inner ul li:last-child {
    border-bottom: 0;
}
.our-plan .plan-col .plan-inner a.btn {
    /* width: 85%; */
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    padding: 20px 40px 19px;
    border-radius: 30px;
    background-color: #C61618;
}

.our-plan .plan-col .plan-inner a.btn:hover {
  background-color: #123B72;
}

.about-us {
  position: relative;
  z-index: 0;
  /*padding-top: 210px;*/
  /*background-color: #ACB4F0;*/
  margin-bottom: -10px;
  background: linear-gradient(322deg, rgba(18, 59, 114, 0.07) 0%, rgba(198, 22, 24, 0.07) 100%);
}

.about-us:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -180px;
    z-index: -1;
    width: 100%;
    height: 910px;
    content: "";
    background: url(../images/object-listing.svg) no-repeat top center;
}
.about-us.about-us-v2:before {
  top: auto;
  bottom: -100px;
}

.about-us-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
  overflow: hidden;
  padding-bottom: 130px;
}

.about-us-row .about-info {
    width: 50%;
    /* padding: 0 50px; */
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-left: 20px;
}

.about-us-row .about-image {
    width: 50%;
    /* padding: 0 50px; */
}

.about-us-row .about-info h3 {
  margin-bottom: 29px;
}

.about-us-row .about-info ul {
  margin-bottom: 0;
}

.about-us-row .about-info ul li {
  font-family: 'Futura_Cyrillic_Demi';
  font-size: 30px;
  line-height: 38px;
  color: #121212;
  padding-left: 60px;
  margin-bottom: 28px;
  background: url('../images/listing-ic.png') no-repeat left top;
  background-size: 40px auto;
}

.about-us-row .about-info ul li:last-child { margin-bottom: 0; }

.about-us-row .about-info .about-info-inner {
  width: 100%; 
  max-width: 648px;
  padding-top: 40px;
}

.fringe-sec {
    background-color: #fff;
    /*background-image: url(../images/OBJECTS.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 80px 0 0 0;
}
/*.fringe-sec:before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    height: 222px;
    background-image: url(../images/fringe_shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -111px;
}*/
.fringe-sec .fringe-top-row h3 {
    line-height: 54px;
    text-align: center;
}
.fringe-sec .fringe-icon-box-parent {
    /*padding-top: 30px;*/
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 62px;
    width: 100%;
}
.fringe-sec .fringe-icon-box-parent:nth-child(2n) {
    justify-content: flex-end;
}
.fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele .fringe-icon img {
    max-width: 72px;
}
.fringe-sec .fringe-top-row {
    /*border-bottom: 1px solid #C1C1C1;*/
    padding-bottom: 150px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 62px;
}
.fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele h4 {
    margin: 0px;
    color: #121212;
    line-height: 42px;
}
/*.fringe-sec .container {
    max-width: 1320px;
}*/
.fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele {
    width: 47.5%;
    padding: 56px 52px 56px 55px;
    border: 1px solid #D6D6D6;
    border-radius: 46px;
    display: flex;
    gap: 25px;
    max-width: 664px;
}
.fringe-sec .fringe-botom-row {
    padding: 139px 0 141px;
}
.fringe-sec .fringe-botom-row {
    padding: 139px 60px 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fringe-sec .fringe-botom-row .frin-conversn-desc {
    width: 45%;
}
.fringe-sec .fringe-botom-row .frin-conversn-desc h3 {
    line-height: 54px;
}
.fringe-sec .fringe-botom-row .frin-conversn-desc p {
    max-width: 70%;
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx .frin-conversn-icnbx-ele {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #00000021;
    border-radius: 46px;
    padding: 25px 20px 20px;
    text-align: center;
    width: 47%;
    height: 100%;
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-end;
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx .frin-conversn-icnbx-ele .frin-conversn-icnbx-img img {
    margin: 0 auto;
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx .frin-conversn-icnbx-ele h6 {
    color: #121212;
    line-height: normal;
    font-family: 'Futura_Cyrillic_Book';
    margin: 12px 0 0 0;
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx .frin-conversn-icnbx-ele:nth-child(2) {
    transform: translateY(30px);
}
.fringe-sec .fringe-botom-row .frin-conversn-icnbx .frin-conversn-icnbx-ele:nth-child(4) {
    margin-top: 30px;
}
.reviews-sec {
    background-color: #123B72;
    background-image: url(../images/review_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 111px 0 120px 0;
}
.reviews-sec .reviews-inner h3 {
    color: #FFFFFF;
    line-height: 54px;
    text-align: center;
}
.reviews-slider-testimonial p {
    background-image: url(../images/review_bg_orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 100%;
    min-height: 333px;
    display: flex;
    justify-content: center;
    padding: 74px 66px 109px 84px;
    position: relative;
    max-width: 612px;
}
.reviews-slider-testimonial p:before {
    position: absolute;
    content: '';
    background-image: url(../images/testimonial_quote.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 70px;
    z-index: 1;
}
.reviews-slider-main .reviews-slider-testimonial {
    margin-bottom: 16px;
    margin-top: 40px;
}
.reviews-slider-testimonial p:after {
    background-color: #FF572A;
    width: 68px;
    height: 68px;
    top: -40px;
    left: 70px;
    position: absolute;
    content: '';
    border-radius: 100%;
    border: 5px solid #123B72;
}
.reviews-slider-testimonial-main {
    width: 100%;
    display: flex;
    gap: 16px;
    padding-left: 50px;
}
.reviews-slider-testimonial-main .review-thumbnail img {
    width: 82px;
    height: 82px;
    min-width: 82px;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
    object-fit: cover;
}
.reviews-slider-testimonial-main .review-thumbnail-titl h6, .reviews-slider-testimonial-main .review-thumbnail-titl p {
    color: #FFFFFF;
}
.reviews-slider-testimonial-main .review-thumbnail-titl h6 {
    line-height: 23px;
    margin: 0 0 10px;
}
.reviews-slider-testimonial-main .review-thumbnail-titl p {
    font-size: 16px;
    line-height: 24px;
}
.reviews-slider-testimonial-main .review-thumbnail-titl {
    max-width: 370px;
}
.reviews-sec .container {
    max-width: 1590px;
}
.reviews-sec .reviews-inner .reviews-slider-loop .slick-list {
    max-width: 1280px;
    margin: 0 auto;
}
.reviews-sec .reviews-inner .reviews-slider-loop .slick-list .reviews-slider-element {
    margin-right: 55px;
}
.reviews-sec .reviews-slider-loop .slick-nav img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    padding: 21px;
    cursor: pointer;
    transition: all 0.3s linear;
}
.reviews-sec .reviews-slider-loop .slick-nav {
    position: absolute;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
}
.reviews-sec .reviews-slider-loop .slick-nav.next-arrow {
    right: 0;
}
.reviews-sec .reviews-slider-loop .slick-nav.prev-arrow {
    left: 0;
}
.reviews-sec .reviews-slider-loop .slick-nav:hover img {
    filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.5));
}
.rating-sec {
    background-color: #B8D7FF;
    padding: 71px 0 75px;
}
.rating-sec .rating-inner-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rating-sec .rating-inner-sec .rating-coln {
    width: 33.33%;
}
.rating-sec .rating-inner-sec .rating-coln h4 {
    color: #121212;
    line-height: normal;
    margin: 0;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 17px;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews h2 {
    font-family: 'Futura_Cyrillic_Bold';
    color: rgb(198, 22, 24);
    letter-spacing: 0.025em;
    line-height: 58px;
    margin: 0 10px 0 0;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews p {
    padding-left: 20px;
}
.rating-sec .rating-inner-sec .rating-coln p {
    line-height: normal;
}
.rating-sec .rating-inner-sec .rating-coln p img.info-circle {
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews .star-review-main-parnt {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews h2:empty + .star-review-main-parnt {
    min-height: 27px;
    align-items: normal;
}
.rating-sec .rating-inner-sec .rating-coln .rating-star-reviews h2:empty {
    margin: 0;
    height: 58px;
}
.domain-sec {
    background-image: linear-gradient(297deg, rgba(18, 59, 114, 0.07), rgba(198, 22, 24, 0.07));
    padding: 94px 0 0px;
}
.domain-sec .container {
    max-width: 1320px;
}
.domain-sec .domain-top {
    padding: 0 40px 110px;
    border-bottom: 1px solid #C1C1C1;
}
.domain-sec .domain-top .domain-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.domain-sec .domain-top .domain-flex .domain-flex-des {
    width: 55%;
    max-width: 785px;
}
.domain-sec .domain-top .domain-flex .domain-flex-img {
    width: 45%;
}
.domain-sec .domain-top .domain-flex .domain-flex-img img {
    margin: 0 0 0 auto;
}
.domain-sec .domain-top .domain-flex .domain-flex-des h3 {
    color: #121212;
    line-height: 1.3;
}
.domain-sec .search-container form {
    position: relative;
    width: 100%;
}
input::placeholder {
    color: #949494;
    font-family: 'Futura_Cyrillic_Book' !important;
    font-size: 18px;
    line-height: normal;
}
input {
    width: 100%;
    background-color: #EBEBEB;
    border-radius: 30px;
    padding: 18px 29px 19px 29px;
    color: #505050;
    font-family: 'Futura_Cyrillic_Book' !important;
    font-size: 18px;
    line-height: normal;
    min-height: 60px;
}
.domain-sec .search-container button {
    background-color: #C61618;
    border-radius: 30px;
    padding: 16px 40px;
    font-size: 16px;
    line-height: normal;
    min-height: 58px;
    font-family: 'Futura_Cyrillic_Book' !important;
    color: #FFFFFF;
    font-weight: normal;
    position: absolute;
    top: 1px;
    right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.domain-sec .search-container button i {
  margin-right: 7px;
}
.domain-sec .domain-top .domain-flex .domain-flex-des .search-container {
  margin-bottom: 50px;
}
.domain-sec .domain-top .domain-flex .domain-flex-des .search-container input {
  padding-right: 220px;
}
.domain-sec .domain-bottom {
  padding: 80px 30px 95px;
 }
.domain-btm-ele h2 {
  color: #C61618;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: 'Futura_Cyrillic_Bold';
  margin: 0;
}
.domain-btm-ele .count-number,
.domain-btm-ele span {  
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 70px;
  color: #C61618;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: 'Futura_Cyrillic_Bold';
  margin: 0;
}

.domain-btm-ele p {
    line-height: normal;
}
.domain-sec .domain-bottom .domain-btm-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.domain-btm-ele {
  width: 33.33%;
  padding: 0 20px;
}

.leading-company-sec {
    padding: 89px 0 100px;
    background: linear-gradient(108deg, #A100F9, #000083);
}

.leading-company-sec h3 {
    line-height: 54px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}
.leading-inner-sec p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #D2D2D2;
    margin: 0 auto;
}
.whychoos-sec {
    padding: 120px 0 10px;
    background: #fff;
}
.why-choos-content p {
    text-align: left;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 18px;
}
.why-choos-items {
    margin-top: 73px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: space-between;
}
.why-choos-item-parent-listing {
    width: 49%;
}
.why-choos-item {
    display: flex;
    width: 49%;
    max-width: 693px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 43px;
    margin-bottom: 67px;
    gap: 38px;
}
.why-choos-item:nth-child(3), .why-choos-item:last-child {
    border-bottom: 0px solid #000;
}
.why-choos-item-img {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    background: linear-gradient(315deg, rgba(18, 59, 114, 0.07), rgba(198, 22, 24, 0.07));
    padding: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choos-content {
  width: 90%;
}
.why-choos-content h4 {
    color: #121212;
    line-height: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    margin-bottom: 18px;
}

.learnmore-finger-icon {
    line-height: normal;
    color: #000000;
    background: #EBEBEB;
    border-radius: 30px;
    padding: 18px 40px 19px 39px;
    margin-top: 25px;
}
.learnmore-finger-icon:hover{
   color: #fff;
  background-color: #C61618;
  }

  .domain-flex-des p {
    text-align: left;
    font-size: 22px;
    line-height: 30px ;
}
.our-plan .domain-sec {
    background: transparent;
    border-top: 1px solid #ACACAC;
    padding: 120px 0 0;
}
.our-plan .domain-sec .domain-top {
    padding: 0;
    border-bottom: 0;
}
.our-plan .domain-sec .domain-top .domain-flex .domain-flex-des h3 {
    color: #000000;
    line-height: 54px;
    max-width: 90%;
}
.whychoos-sec h3 {
    color: #000000;
    line-height: 54px;
    text-align: center;
}
.domain-sec.counter_sec {
    padding: 0;
}
.domain-sec .search-container button img {
    margin-right: 7px;
    display: inline;
    width: 16px;
    height: auto;
    object-fit: contain;
}

.about-us-row .about-info .recommendation-listing ul li{
  background: none;
  color: #505050;
  font-size: 22px;
  font-family: "Futura_Cyrillic_Book";
  margin-bottom: 10px;
  padding-left: 20px;
}
.about-us-row .about-info .recommendation-listing ul li::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #C61618;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.recommandation-btn a.btn {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  padding: 20px 40px 19px;
  border-radius: 50px;
  background-color: #C61618;
  transition: all 0.3s ease;
}
.recommandation-btn a.btn:hover{
  background-color: #123B72;
}
.recommandation-btn {
  text-align: center;
  margin-top: 30px;
}
.recommendation-listing h4 {
  max-width: 440px;
  color: #000;
}
.recommendation-sec {
  padding: 110px 0 0;
}
.recommendation-heading h3{
  text-align: center;
  color: #000000;
  margin-bottom: 89px;
}
.recommandation-img img {
  width: 100%;
  object-fit: contain;
}
.recommandation-img{
  cursor: none;
}
#custom-cursor {
  background: url(../images/arrow.svg);
  position: absolute;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -22px;
  left: -22px;
}
#tooltip {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100px;
    padding: 15px;
    border-radius: 20px;
    border: 4px solid #fff;
    background-color: #85001d;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 24px;
    margin-left: 12px;
    text-transform: capitalize;
    text-align: center;
}
#tooltip p{
  color: #ffffff;
  line-height: 1;
}
.recommandation-img:hover #tooltip {
  opacity: 1;
}
.recommendation-sec .about-us-row {
  padding-bottom: 60px;
}
.our-plan .small-sentence{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.our-plan .small-sentence p{
  font-size: 22px;
  line-height: 30px;
}
.recommandation-img {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.landing-tlds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing-tlds .landing-col {
  flex: 0 0 23%;
  padding: 15px 10px;
  color: #ffffff;
  text-align: center;
  background-color: #176ca2;
}

.landing-tlds .landing-col p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.landing-tlds .landing-col h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; 
}
.domain-flex .productInfo {
  margin-bottom: 50px;
}












/*Responsive Start*/

@media only screen and (max-width: 1550px) {
  .about-us-row {
      margin: 0 auto;
  }
  .banner {
      padding-right: 20px;
  }
  .banner img {
      width: 60%;
  }
  h1 {
      font-size: 70px;
      line-height: 1;
  }
  h2 {
      font-size: 50px;
      line-height: 1;
  }
  h3 {
      font-size: 40px;
      line-height: 1;
  }
  .about-us-row .about-info .about-info-inner {
      padding: 0 0 80px;
  }
  .about-us-row .about-image {
      padding: 0;
  }
  .about-us-row .about-info ul li {
      font-size: 25px;
      line-height: normal;
      margin-bottom: 15px;
      background-size: 25px auto;
      padding-left: 30px;
      background-position: left top 8px;
  }
  .about-us-row .about-info .recommendation-listing ul li::before {
    top: 9px;
  }
  .fringe-sec .fringe-icon-box-parent {
      gap: 50px;
  } 
  .banner .banner-content h1 {
    max-width: 49%;
  }
}

@media only screen and (max-width: 1250px) {
  .banner .banner-content {
      max-width: 56%;
      margin-left: 0;
      margin-top: 0;
      padding-bottom: 100px;
  }
  .rating-sec .rating-inner-sec .rating-coln .rating-star-reviews h2 {
      margin: 0;
      width: 100%;
  }
  .banner .banner-content h1 {
      max-width: 99%;
  }
  .banner {
      min-height: 550px;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele {
      padding: 35px 30px;
      max-width: none;
      width: 45%;
  }
  .fringe-sec .fringe-icon-box-parent {
      gap: 30px;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele .fringe-icon img {
      max-width: 50px;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele h4 {
      line-height: normal;
  }
  .fringe-sec .fringe-top-row {
      gap: 30px;
      padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1140px) {
  .our-plan .plan-col .plan-info-top h4 {
      min-height: 80px;
  }
  .fringe-sec .fringe-botom-row {
      padding: 139px 20px 140px;
  }
  .banner .banner-content {
      max-width: 62%;
  }
  .why-choos-item {
      width: 48%;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 36px;
    line-height: 1.1 !important;
  }
  h4 , .about-us-row .about-info ul li , .why-choos-content h4 {
    font-size: 25px;
    line-height: normal;
  }
/*  .banner .banner-content {
    margin-top: -200px;
  }*/
  .our-plan .plan-col .plan-info-top h4 {
    min-height: auto;
  }
  .our-plan {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele h4 , .fringe-sec .fringe-botom-row .frin-conversn-desc h3 {
    line-height: normal;
  }
  .fringe-sec .fringe-top-row {
    padding-bottom: 100px;
  }
  .fringe-sec {
      padding: 10px 0 0 0;
  }
  .fringe-sec .fringe-botom-row {
    padding: 70px 0px;
  }
  .our-plan .plan-row , .about-us-row {
        padding-bottom: 80px;
  }
  .our-plan .domain-sec {
    padding: 80px 0 0;
  }
  .fringe-sec .fringe-top-row {
      padding-bottom: 70px;
  }
  .leading-company-sec {
      padding: 80px 0;
  }
  .whychoos-sec {
      padding: 70px 0 10px;
  }
  .why-choos-item, .why-choos-content {
      width: 100%;
      max-width: none;
  }
  .why-choos-item:nth-child(3) {
      border-bottom: 1px solid #E1E1E1;
  }
  .why-choos-item:last-child {
      padding-bottom: 0px;
      margin-bottom: 60px;
  }
  .why-choos-items {
      margin-top: 40px;
  }
  .why-choos-item {
      padding-bottom: 20px;
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .our-plan .plan-col .plan-info-top h4 {
    min-height: 66px;
  }
  .our-plan .plan-col .plan-inner ul li {
    padding: 15px;
  }
  .our-plan .plan-col .plan-info-top {
    padding: 25px 25px 45px;
    min-height: auto;
  }
  .our-plan .plan-col .plan-inner , .fringe-sec .fringe-botom-row .frin-conversn-desc {
    padding-bottom: 40px;
  }
  .about-us-row .about-info, .about-us-row .about-image , .fringe-sec .fringe-botom-row .frin-conversn-desc, .fringe-sec .fringe-botom-row .frin-conversn-icnbx {
    width: 100%;
  }
  .about-us-row .about-info .about-info-inner {
    padding: 0 0 20px;
    max-width: 100%;
  }
  .about-us:before {
      top: auto;
      bottom: 0;
  }
  .about-us-row .about-image img {
      margin: 0 auto;
  }
  .about-us-row .about-info {
    padding: 0;
  }
  .fringe-sec .fringe-botom-row .frin-conversn-icnbx {
    justify-content: center;
  }
  .fringe-sec .fringe-botom-row .frin-conversn-desc p {
    max-width: 100%;
  }
  .rating-sec .rating-inner-sec .rating-coln {
    width: 100%;
  }
  .rating-sec .rating-inner-sec .rating-coln {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #123B72;
    border-bottom-style: dashed;
  }
  .rating-sec .rating-inner-sec .rating-coln:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
  }
  .rating-sec .rating-inner-sec .rating-coln .rating-star-reviews {
    align-items: normal;
    justify-content: center;
    margin-bottom: 5px;
  }
  .rating-sec .rating-inner-sec .rating-coln .rating-star-reviews .star-review-main-parnt {
    flex-direction: column;
    gap: 10px;
  }
  .rating-sec .rating-inner-sec .rating-coln .rating-star-reviews h2:empty {
    height: 10px;
  }
  footer .footer-inner .footer-col {
    width: 33.33%;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    border-bottom: solid 1px #154484;
  }

  footer .footer-inner .footer-col:nth-child(1),
  footer .footer-inner .footer-col:nth-child(2),
  footer .footer-inner .footer-col:nth-child(4),
  footer .footer-inner .footer-col:nth-child(5) {
    border-right: solid 1px #154484;
  }

  footer .social-seciton { margin-top: 25px; }
  footer { padding-top: 45px; }
  .domain-sec .domain-bottom { padding: 60px 0; }

  .domain-sec .domain-top .domain-flex .domain-flex-des { 
    width: 100%; 
    margin-bottom: 40px;
  }

  .domain-sec .domain-top .domain-flex .domain-flex-img { width: 100%; }
  .domain-sec .domain-top .domain-flex .domain-flex-img img { margin: 0 auto; }
  .domain-sec .domain-top { padding: 0 30px 60px; }
  .domain-sec { padding-top: 60px; }
  .reviews-sec { padding: 80px 0; }
  .about-us-row {
      flex-direction: column-reverse;
  }
  .fringe-sec .fringe-icon-box-parent , .fringe-sec .fringe-icon-box-parent:nth-child(2n) {
      justify-content: center;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele {
      width: 100%;
      max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
      font-size: 46px;
  }
  h2 {
      font-size: 36px;
  }
  h3 {
      font-size: 30px;
  }
  h4 , .about-us-row .about-info ul li , .why-choos-content h4 {
      font-size: 22px;
  }
  .banner .banner-content {
      position: relative;
      left: unset;
      right: unset;
      margin-top: 0;
      max-width: none;
      padding: 0 0 30px;
  }
  .banner {
      padding: 50px 20px 0;
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  .banner img {
      width: 100%;
      visibility: visible;
  }
  .our-plan {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .our-plan .plan-col { width: 100%; }
  .our-plan .plan-row { gap: 30px; }
  .our-plan .plan-col .plan-info-top h4 { min-height: auto; }
  .our-plan .plan-col .plan-info-top { min-height: 220px; }
  .fringe-sec .fringe-top-row { padding-bottom: 60px; }

  .fringe-sec .fringe-botom-row { padding: 50px 0px; }
  .reviews-sec { padding: 40px 0 50px; }

  .logo img { max-width: 150px; }
  .domain-sec { padding-top: 50px; }
  .domain-sec .domain-top { padding: 0 0 50px; }

  .domain-sec .domain-top .domain-flex .domain-flex-img img { 
    max-width: 400px;
    width: 100%; 
  }

  .domain-sec .domain-top .domain-flex .domain-flex-des { margin-bottom: 10px; }

  .domain-btm-ele {
    width: 100%;
    margin-bottom: 15px;
  }

  .domain-btm-ele:last-child { margin-bottom: 0; }
  .domain-sec .domain-bottom { padding: 30px 0 50px; }

  .reviews-slider-testimonial p { 
    position: relative;
    max-width: none;
    min-height: auto;
    background-image: none;
    background-color: #ff572a;
    border-radius: 32px;
    padding: 50px 40px 40px;
  }

  .reviews-slider-main .reviews-slider-testimonial { 
    position: relative; 
    margin-bottom: 55px;
  }

  .reviews-slider-testimonial::before {
    position: absolute;
    left: 105px;
    top: 100%; 
    width: 60px;
    height: 45px;
    content: "";
    background-size: contain;
    background-image: url('../images/testimonial-ic.svg');
    background-repeat: no-repeat;
  }

  .reviews-sec .reviews-inner .reviews-slider-loop .slick-list .reviews-slider-element {
    margin-right: 0;
    padding: 0 20px;
  }

  .reviews-sec .reviews-slider-loop .slick-nav { top: 40%; }

  .reviews-sec .reviews-slider-loop .slick-nav img {
    width: 45px;
    height: 45px;
    padding: 16px;    
  }

  .reviews-slider-testimonial-main { padding-left: 25px; }
  .banner {
      background: radial-gradient(circle at 50% 49.5%, #010065 0%, #000032 62.7%, #000012 100%);
  }
  .banner .banner-content h1 {
      max-width: 100%;
  }
  .banner {
      min-height: auto;
  }
  .our-plan .plan-row , .about-us-row {
        padding-bottom: 50px;
  }
  .our-plan .domain-sec {
    padding: 50px 0 0;
  }
  .leading-company-sec {
      padding: 50px 0;
  }
  .why-choos-item {
      padding-bottom: 10px;
      margin-bottom: 30px;
  }
  .whychoos-sec {
      padding: 50px 0 10px;
  }
  .why-choos-item:last-child {
      margin-bottom: 40px;
  }
  .recommendation-heading h3{
    margin-bottom: 40px;
  }
  .recommendation-sec .about-us-row .about-info {
    margin-top: 40px;
}
.banner.banner-v2 img{
  max-width: 100%;
}
}

@media only screen and (max-width: 575px) {
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele .fringe-icon img {
    margin: 0 auto;
  }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele h4 {
    margin: 10px 0 0 0;
  }
  .fringe-sec .fringe-icon-box-parent {
    gap: 30px;
  }
  footer .footer-inner .footer-col {
    width: 50%;
  }

  footer .footer-inner .footer-col:nth-child(2),
  footer .footer-inner .footer-col:nth-child(4) { border-right: none; }

  footer .footer-inner .footer-col:nth-child(3) { border-right: solid 1px #154484; }
  footer { padding-top: 25px; }
  .domain-sec .domain-top .domain-flex .domain-flex-des .search-container input { padding-right: 40px; }

  .domain-sec .search-container button {
      position: static;
      margin-top: 20px;
  }

  .reviews-slider-testimonial-main .review-thumbnail img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .reviews-slider-testimonial p:after {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .reviews-slider-testimonial p:before {
    width: 60px;
    height: 60px;
    top: -25px;
  }

  .reviews-slider-testimonial-main .review-thumbnail-titl h6 { margin-bottom: 5px; }
  .reviews-slider-main .reviews-slider-testimonial { margin-top: 26px; }
  .fringe-sec .fringe-icon-box-parent .fringe-icon-box-ele {
      width: 100%;
      text-align: center;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0;
      max-width: 100%;
      padding: 25px 20px 30px;
  }
  .why-choos-item {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      gap: 20px;
  }
  .why-choos-content h4 {
      margin-bottom: 10px;
  }
  .why-choos-content h4, .why-choos-content p {
      text-align: center;
  }
  .landing-tlds .landing-col {
    flex: 0 0 48%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .our-plan .plan-col .plan-info-top {
      min-height: 160px;
  }
}

@media only screen and (max-width: 400px) {
  footer .footer-inner .footer-col {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-right: none!important; 
  }

  footer .social-seciton { justify-content: center; }
  .domain-btm-ele .count-number, .domain-btm-ele span { font-size: 50px; }
}
@media(max-width:375px){
  .landing-tlds .landing-col {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}

/*Responsive End*/
