@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Albert Sans", sans-serif;
  line-height: 1.5;
  color: #636363;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #0D1F2D;
  margin-top: 0;
  line-height: 1.3;
  font-family: "Albert Sans", sans-serif;
}

p {
  margin-bottom: 15px;
}
/* WHATSAPP CHAT SCRIPT */
.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 999999;
}
.whappfooter i{
  font-size: 50px;
  background-color: #11bb19;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}
.whappfooter i:hover{
  transform: scale(1.1);
  background-color: #0fe419;
}
/* WHATSAPP CHAT SCRIPT  END*/
.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.terms-con span {
    color: #3088DF;
}
.terms-con a {
    text-decoration: none;
    color: #3088DF;
    font-weight: 600;
}
.text-theme {
  color: #546DD4;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0d1f2d !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #546DD4 !important;
}

.navbar-nav .nav-link.active {
  color: #546DD4 !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #546DD4;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.navbar-brand img {

  width: 170px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #ffffff;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #546DD4;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.assignment-bg {
  background: url("../images/assignment-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.dissertation-bg {
  background: url("../images/dissertation-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.research-bg {
  background: url("../images/research-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.thesis-bg {
  background: url("../images/thesis-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.exam-bg {
  background: url("../images/exam-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* top bar */
.top-bar {
  padding: 16px 0;
  background: #0D1F2D;
}

.top-bar-social>a {
  font-size: 16px;
}

.top-bar-contact>a {
  font-size: 15px;
}

.top-bar-contact {
  text-align: end;
}

.top-bar-contact>a {
  color: #fff;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* end */
/* header */
.header {
  padding: 10px 0 10px 0;
  background: #ffffff;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #0D1F2D;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
    /* width: auto; */
    transition: all 0.5s ease-in-out;
    filter: brightness(0) invert(1);
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .left-col h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2px;
}

.top-banner .left-col p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.top-banner .right-col {
  border: 1px solid #ffffff;
  padding: 30px 40px;
  background: #ffffff;
  border-radius: 15px;
}

.top-banner .right-col h2 {
  text-align: center;
  color: #0D1F2D;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.top-banner .right-col p {
  color: white;
  text-align: center;
  font-weight: 400;
  background: #546DD4;
  padding: 8px;
  border-radius: 46px;
  font-size: 16px;
  margin-top: 10px;
}

.top-banner .right-col p span {
  color: #D92A40;
  font-size: 20px;
  font-weight: 700;
}

.top-banner .right-col form input,
.top-banner .right-col form select {
  background: white;
}

.top-banner .right-col form input:focus,
.top-banner .right-col form select:focus {
  background: white !important;
}

.top-banner .written,
.top-banner .box {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 241, 241, 0.4) 100%);
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(45.3px); */
  border-radius: 12px;
  padding: 30px;
  margin-top: 20px;
}

.top-banner .written>span {
  font-size: 18px;
  font-weight: 500;
  color: #0D1F2D;
  margin-bottom: 25px;
  display: inline-block;
}

.top-banner .written .percent {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  margin: 0 0 0 auto;
  position: relative;
  margin-top: -50px;
}

/*.top-banner .written .percent::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -40px;*/
/*  right: 0;*/
/*  background: url(../images/d-1.png);*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  height: 102px;*/
/*  width: 100%;*/
/*}*/

.top-banner .written .percent>span:nth-child(1) {
  font-size: 25px;
  font-weight: 600;
  color: #0D1F2D;
}

.top-banner .written .percent>span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #0D1F2D;
}

.top-banner .box>span {
  font-size: 18px;
  font-weight: 500;
  color: #0D1F2D;
  margin-bottom: 25px;
  display: inline-block;
}

.top-banner .box {
  padding: 36px 30px !important;
}

.top-banner .box .hours,
.top-banner .box .years {
  font-size: 32px;
  font-weight: 700;
  color: #0D1F2D;
  display: inline-block;
}

.top-banner .box .hours>small,
.top-banner .box .years>small {
  font-size: 18px;
  font-weight: 600;
}

/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f1f1f1;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* about-sec */
.about-sec {
  padding-top: 50px;
  padding-bottom: 25px;
}

.about-sec .left-col h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2px;
}

.about-sec .left-col p {
  font-size: 16px;
  font-weight: 400;
}

/* end */
.btnsec {
  margin-top: 25px;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title>h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 45px;
  letter-spacing: -2px;
}

.section-title>p {
  font-size: 1rem;
  font-weight: 400;
}

.bg-grey {
  background: #FCFCFC;
}

/* benefits */
.benefits {
  background: #FCFCFC;
}

.benefits .card {
  padding: 30px 15px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.benefits .card .card-body img {
  margin-bottom: 20px;
}

/*.benefits .card:hover img {*/
/*  filter: brightness(0) invert(1);*/
/*}*/

/*.benefits .card:hover .card-body h3,*/
/*.benefits .card:hover .card-body p,*/
/*.benefits .card:hover .card-body a {*/
/*  color: white;*/
/*}*/

.benefits .card .card-body h3 {
  font-weight: 600;
  font-size: 20px;
}

.benefits .card .card-body p {
  font-weight: 400;
  font-size: var(--font-size);
}

/*.benefits .card:hover {*/
/*  transform: scale(1);*/
/*  transition: all ease-in-out 0.5s;*/
/*  background: #0D1F2D;*/
/*}*/

/* end */

/* why-choose-sec */
.why-choose-us {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fbfbfb;
}

.why-choose-us .right-col h3 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -2px;
}

.why-choose-us .right-col p {
  font-size: 16px;
  font-weight: 400;
}

.why-choose-us .box {
  background: #fffbde;
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 18px;
  transition: all ease 0.5s;
}

.why-choose-us .box:hover {
  background: #FFE100;
}

.why-choose-us .box h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.why-choose-us .box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/* end */

/* top-notch */
.top-notch {
  padding-top: 50px;
  padding-bottom: 25px;
}

.top-notch .top-notch-inner {
  background: #FCFCFC;
  padding: 30px;
  border-radius: 12px;
  margin: 0px 7px 0 7px;
}

.top-notch .top-notch-inner h4 {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}

.top-notch .top-notch-inner span {
  color: #8B8B8B;
  font-size: 16px;
}

.top-notch .top-notch-inner .color-1,
.top-notch .top-notch-inner .color-2 {
  background: #FFFBDE;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  color: #0D1F2D;
}

.top-notch .top-notch-inner .color-2 {
  background: #DDE2F6;
}

.top-notch .top-notch-inner .top-notch-rating {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.top-notch .top-notch-inner .top-notch-rating .rating-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 49.333%;
}

.top-notch .top-notch-inner .top-notch-rating .rating-inner span:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  color: #3D4C57;
}

.top-notch .slick-dots {
  bottom: -50px;
}

.top-notch .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: #546DD4;
  border-radius: 12px;
  height: 7px;
  width: 20px;
}

.top-notch .slick-dots li button:before {
  font-size: 0;
  background: #546DD4;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
}

/* end */

/* our company */
.our-company {
  padding-top: 35px;
  padding-bottom: 50px;
}

.our-company .right-col .accordion-button:not(.collapsed) {
  color: #546DD4;
  background-color: #fbfbfb;
  box-shadow: none;
  border: 2px solid #546dd4;
}

.our-company .right-col .accordion-button:focus {
  border-color: #fbfbfb;
  box-shadow: none;
  border: 2px solid #546dd4;
}

.our-company .right-col h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px !important;
  background: #fbfbfb;
  border: 2px solid #fbfbfb;
}

.our-company .right-col .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
  background-color: #fbfbfb;
}

.our-company .right-col .accordion-item .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.our-company .right-col .accordion-button:not(.collapsed) span {
  font-size: 22px;
  margin-right: 12px;
  background: #546DD4;
  color: white;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 700;
}

.our-company .right-col h4 button span {
  font-size: 22px;
  margin-right: 12px;
  background: #ECE7FE;
  color: #546dd4;
  padding: 12px 14px;
  border-radius: 50px;
  font-weight: 700;
}

/* end */

/* expert writers */
.expert-writers {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FCFCFC;
}

.expert-writers .writers-body {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expert-writers .writers-body .img-sec {
  width: 42.333%;
}

.expert-writers .writers-body .info-sec {
  width: 55.333%;
}

.expert-writers .writers-body .info-sec ul {
  column-count: 3;
  margin-bottom: 60px;
}

.expert-writers .writers-body .info-sec ul li {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 12px;
}

.expert-writers .writers-body .info-sec .help-sec {
  background: #FFFBDE;
  padding: 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-writers .writers-body .info-sec .help-sec span {
  font-size: 18px;
  color: #1D1D1D;
  font-weight: 500;
}

/* end */

/* faqs */
.faqs {
  padding-top: 25px;
  padding-bottom: 25px;
}

.faqs .faqs-box .accordion-button:not(.collapsed) {
  color: #546DD4;
  background-color: #fbfbfb;
  ;
  box-shadow: none;
}

.faqs .faqs-box .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.faqs .faqs-box h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px !important;
  background: #fbfbfb;
}

.faqs .faqs-box ul li {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 12px;
}

.faqs .faqs-box p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}

.faqs .faqs-box .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
  background-color: #fbfbfb;
}

.faqs .faqs-box .accordion-button::after {
  background-image: url("../images/plus.png");
  transform: scale(1) !important;
}

.faqs .faqs-box .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}

/* end */

/* writing-service */
.writing-service {
  padding-top: 50px;
  padding-bottom: 25px;
}

.writing-service .card {
  padding: 30px 15px;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 241, 241, 0.4) 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(45.3px); */
  border-radius: 12px;
  margin-bottom: 20px;
  border: none;
}

.writing-service .card .card-body img {
  margin-bottom: 20px;
}

/*.writing-service .card:hover img {*/
/*  filter: brightness(0) invert(1);*/
/*}*/

/*.writing-service .card:hover .card-body h3,*/
/*.writing-service .card:hover .card-body p,*/
/*.writing-service .card:hover .card-body a {*/
/*  color: white;*/
/*}*/

.writing-service .card .card-body h3 {
  font-weight: 600;
  font-size: 20px;
}

.writing-service .card .card-body p {
  font-weight: 400;
  font-size: var(--font-size);
}

.writing-service .card:hover {
  /*transform: scale(1);*/
  /*transition: all ease-in-out 0.5s;*/
  /*background: #0D1F2D;*/
  transform: scale(1.1);
}

.writing-service .price-includes {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(241, 241, 241, 0.4) 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  /* backdrop-filter: blur(45.3px); */
  border-radius: 12px;
  padding: 30px 15px;
}

.writing-service .price-includes>h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.writing-service .price-includes .price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.writing-service .price-includes .price-list span {
  color: #546DD4;
  font-weight: 500;
  font-size: 16px;
}

.writing-service .price-includes .price-list .free {
  color: white;
  background: #546DD4;
  padding: 5px 18px;
  border-radius: 50px;
}

.writing-service .price-includes h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  max-width: 210px;
  margin: 25px auto 25px;
}

.writing-service .price-includes h5>span {
  color: #546DD4;
}

/* end */

/* last sec */
.last-sec {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../images/last-sec-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 13px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #546DD4;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme,
.btn-whatsapp,
.btn-theme-yellow {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 6px;
}

.btn-theme {
  border: 2px solid #546DD4;
  background: #546DD4;
  color: #ffffff;
  border-radius: 4px;
}

.btn-theme:hover {
  border: 2px solid #546DD4;
  background: transparent;
  color: #546DD4;
}

.btn-theme-yellow {
  border: 2px solid #FFE100;
  background: #FFE100;
  color: #0D1F2D;
}

.btn-theme-yellow:hover {
  border: 2px solid #0D1F2D;
  background: transparent;
  color: #0D1F2D;
}

.btn-whatsapp {
  border: 2px solid #03A84E;
  background: #03A84E;
  color: #ffffff;
}

.btn-whatsapp:hover {
  border: 2px solid #03A84E;
  background: transparent;
  color: #03A84E;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */
.offcanvas-header img {
    width: 180px;
}
/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #0D1F2D;
}
.footer-logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}
.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}

.footer-links>h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #546DD4;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #FFE100;
  padding-left: 10px;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #FFE100;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  padding: 0px 16px 0 0;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
}

.footer-bootom-links>p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: white !important;
}

.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

.footer-links>ul>li img {
  margin-right: 8px;
}

.footer-links>ul>li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-links>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.social-link>p>a:nth-child(1) {
  border-right: 2px solid white;
}

hr {
  background-color: white;
  opacity: 1;
}

.social-link>p>a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.social-link>p>a:hover {
  color: #FFE100;
}

.footer-bootom-links>span {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #546DD4;
  border-color: #546DD4;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #546DD4;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #ffffff;
  border-radius: 30px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #0D1F2D !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #546DD4 !important;
}

.model-input::placeholder {
  color: #0D1F2D !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}
.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}
/* end */

.thank-you h1{
  font-size: 50px;
    font-weight: 600;
    letter-spacing: -2px;
}
.thank-you p,
.thank-you span{
  font-size: 16px;
  font-weight: 400;
}

.about-sec .left-col h4 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -2px;
}

.about-sec .left-col ul li {
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}