@import url('../css/bootstrap.css');
/*@import url('../css/animate.css');*/
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');

@import url('../fonts/new_customfont/stylesheet.css');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /*** theme colors ***/
  --red-grad: linear-gradient(213deg, #DD0000 0%, #C10000 100%);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: 'Eugusto';
  font-style: normal;
  font-weight: normal;
  src: local('Eugusto Free Font'), url('../fonts/eugusto/Eugusto Free Font.woff') format('woff');
}


a {
  text-decoration: none;
  color: #000;
}

section.main-nav {
  margin-top: 30px;
}
section.main-nav-2 {
    margin: 30px 0 10px;
    
}

.logo h3 {
    text-align: center;
    font-size: 31px;
    color: #dd0000;
    font-family: 'Anek Devanagari';
    font-weight: 600;
}

.navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 60px;
  align-items: center;
}

.navigation ul li {
  list-style: none;
}

.navigation ul li a {
  text-decoration: none;
  color: #000;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.navigation ul li a::before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  top: -3px;
  left: 0;
  background: var(--red-grad);
  transition: all 0.5s ease-in-out;
}

.navigation ul li a:hover:before {
  width: 100%;
}

.theme-btn {
  padding: 18px 30px;
  background: var(--red-grad);
  color: #fff;
  font-family: 'Poppins';
  font-size: 17px;
  border: 1px solid #d60000;
  transition: all 0.5s ease-in-out;
}
.theme-btn:hover {
  background: #fff;
  color: #d60000;
}

.theme-btn-2 {
    background-color: transparent !IMPORTANT;
    border: transparent !important;
    color: #000 !important;
    transition: all 0.5s ease-in-out !important;
    background: none !important;
}

.theme-btn-2:hover {
    background-color: #d60000 !important;
    color: #fff !important;
    border: 1px solid;
}
section.footer-main {
  padding: 50px;
  background: #ECEEF0;
}

section.footer-main h4 {
  color: #c10000;
  font-size: 40px;
  font-family: 'Anek Devanagari';
  font-weight: 600;
}

section.footer-main a:hover {
  color: #c40000;
}

section.footer-main a {
  transition: all 0.5s ease-in-out;
}

.brands {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

.brands a {
  width: 4%;
}

.brands img {
  width: 100%;
  border: solid #046BD2;
  border-style: double;
}

.footer-left p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  width: 80%;
  margin-top: 30px;
}

.footer-col-2 a {
  display: block;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-col-2 h4 {
  margin-bottom: 30px;
}

.footer-col-3 h4 {
  margin-bottom: 30px;
}

.footer-col-3 a {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-right h4 {
  margin-bottom: 30px;
}

.footer-right p {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-right i {
  background: #3F5261;
  color: #fff;
  padding: 7px 8px;
  border-radius: 30px;
  font-size: 16px;
  margin-right: 15px;
}

.footer-right a {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-family: 'Montserrat';
  font-weight: 500;
}

.footer-right i.fa-brands.fa-facebook {
  background: #3B5998;
  border-radius: 10px;
  font-size: 20px;
  padding: 11px 10px;
}

section.copyright {
  background: var(--red-grad);
}

section.copyright p {
  font-size: 18px;
  margin: 0;
  padding: 15px 10px;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 500;
  text-align: center;
}

section.main-banner {
  background: url(../images/main-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 962px;
  position: relative;
  z-index: 1;
}

section.main-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
}

/* Main Bnner */

section.main-banner .col-md-6 {
  height: 930px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}

section.main-banner h5::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 3px;
  background: #fb0000;
  top: 11px;
  left: -7rem;
}

section.main-banner h5 {
  position: relative;
  margin-left: 110px;
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #000;
}

h2.color-grad {
  background: -webkit-linear-gradient(#DD0000, #C10000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

section.main-banner .col-md-6 h2 {
  font-size: 120px;
  font-family: 'Anek Devanagari';
  font-weight: 600;
  line-height: 110px;
}

section.main-banner .col-md-6 p {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  margin: 0px 0 43px;
}

section.main-banner .col-md-6 a {
  width: fit-content;
}

/* Main Bnner */
/* Pricing Section */
section.pricing-section {
  background: url(../images/pricing-banner.png);
  /* height: 900px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 57% 100%;
  margin-top: -120px;
  /* position: relative; */
  /* z-index: -1; */
  padding-bottom: 1px;
}

section.pricing-section h2 {
  font-size: 120px;
  text-align: center;
  color: #fff;
  font-family: 'Anek Devanagari';
  padding-top: 120px;
  margin: 0;
  text-transform: uppercase;
}

section.pricing-section p {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
}

.plan-1 {
  background: #fff;
  padding: 60px 00px 60px 0px;
  position: relative;
}
.plan-1::before {
  content: '';
  width: 100%;
  height: 0%;
  background: linear-gradient(360deg, #0C245D, red);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.plan-1:hover:before {
  height: 100%;
}

.top-icon-ps {
  position: relative;
  z-index: 1;
}
.plan-1:hover .top-icon-ps i{
  background:#fff;
  color:#000;
  
}
.plan-1 .top-icon-ps i{
  transition: all 0.5s ease-in-out;
}

.plan-1 h3 {position: relative;z-index: 1;}
.plan-1 h3{
  transition: all 0.5s ease-in-out;
}
.plan-1 h4 {
  position: relative;
  z-index: 1;
}
.plan-1:hover h4{
  color:#fff;
}
.plan-1 h4{
  transition: all 0.5s ease-in-out;
}
.plan-1 p {
  position: relative;
  z-index: 1;
}
.plan-1:hover p{
  color:#fff !important;
}
.plan-1 p {
  transition: all 0.5s ease-in-out;
}
.plan-1 a.theme-btn {
  position: relative;
  z-index: 1;
}
.plan-1:hover a.theme-btn {
    background: #fff;
    color: #cf0000;
    visibility: visible;
    opacity: 1;
}
.plan-1 a.theme-btn {
  transition: all 0.5s ease-in-out;
}

.top-icon-ps {
  text-align: center;
  margin-bottom: 20px;
}

.top-icon-ps i {
  font-size: 30px;
  background: #FF0000;
  padding: 20px 19px;
  border-radius: 50%;
  color: #fff;
}

.plan-1 h3 {
  background: linear-gradient(90deg, rgba(196, 0, 0, 0.48783263305322133) 0%, rgba(196, 0, 0, 1) 50%) !important;
  padding: 20px;
  color: #fff;
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 37px;
  width: 70%;
}

section.pricing-section .col-md-3 {
  width: 30%;
}

.plan-1 h4 {
  margin-left: 40px;
  font-size: 37px;
  font-weight: 800;
  color: #c40000;
  font-family: 'Montserrat';
  margin-bottom: 20px;
  margin-top: 20px;
}

.plan-1 p {
  text-align: left !important;
  color: #000 !important;
  padding: 0 40px;
  font-family: 'Montserrat' !important;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.plan-1 p i {
  color: #c40000;
  margin-right: 10px;
  font-size: 20px;
}

.plan-1 a.theme-btn {
    display: block;
    width: max-content;
    margin-left: 40px;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
}

section.pricing-section .row {
  justify-content: space-between;
  margin: 50px 0;
}

/* Pricing Section */
/* logo Slider */
section.logo-slider p {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
}

section.logo-slider .slick-next {
    right: 15px;
    background: #000;
    border-radius: 50%;
}

section.logo-slider .slick-prev {
    left: 15px;
    background: #000;
    border-radius: 50%;
}

section.logo-slider h4 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  font-family: 'Anek Devanagari';
}

section.logo-slider {
  background: url(../images/slider-banner.png);
  padding: 90px 0 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logos img {
  width: 100%;
  height: 200px;
  padding: 40px;
  object-fit: contain;
}

section.logo-slider a.theme-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0px;
  padding: 15px 50px;
}

/* logo Slider */
/* Trust Section */
section.trust {
  background: url(../images/service-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}

section.trust h4 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-family: 'Anek Devanagari';
  font-weight: 400;
  margin-top: 15px;
}

section.trust p {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}

.value {
  background: #fff;
  border: 1px solid;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.value:hover {
  transform: translateY(-20px);
}

.value {
  transition: all 0.5s ease-in-out;
}
.value h4 {
  font-family: 'Eugusto' !important;
  color: #000 !important;
  font-size: 36px !important;
}

.value p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.value::before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #DC0101 0%, #0C245D 100%);
  transition: all 0.5s ease-in-out;
}

.value:hover:before {
  height: 100%;
}

.value img {
  z-index: 1;
  position: relative;
}

.value h4 {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.value:hover h4 {
  color: #fff !important;
}

.value p {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.value:hover p {
  color: #fff !important;
}

.value a.theme-btn {
  transition: all 0.5s ease-in-out;
  z-index: 1;
  position: relative;
}

.value:hover a.theme-btn {
  background: #fff;
  color: #c80000;
}
.value {
    padding: 10px 30px 30px;
}

.value a.theme-btn {
  padding: 12px 30px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

section.trust .row {
    justify-content: center;
    gap: 40px;
}

section.shopping {
  background: url(../images/shopping-banner.jpg);
  background-repeat: no-repeat;
  padding: 125px 0;
  background-size: cover;
}

section.shopping h4 {
  text-align: center;
  font-size: 50px;
  font-family: 'Anek Devanagari';
  font-weight: 400;
}

section.shopping p {
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat';
  color: #7f7f7f;
  font-weight: 500;
}

.ropa-1 {
  text-align: center;
  background: #fff;
  border: 1px solid #c60000;
  border-radius: 10px;
  padding: 20px 10px 30px;
}

.ropa-1::before {
  content: '';
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #DC01017D 0%, #0C245D87 100%);
  transition: all 0.5s ease-in-out;
}

.ropa-1 {
  position: relative;
}

.ropa-1:hover:before {
  height: 100%;
}
.ropa-1 img {
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

section.shopping .row {
  justify-content: space-evenly;
}

section.shopping a.theme-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0px;
  padding: 15px 40px;
}

.ropa-1 p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.gallery img:hover {
  transform: translateY(-20px);
  border: 1px solid #d80103;
  border-radius: 10px;
}

.gallery img {
  transition: all 0.3s ease-in-out;
}

.gallery img {
    width: 24%;
}
section.gallery {
  background: url(../images/gallery-banner.png);
  padding: 70px 0 245px;
  background-size: cover;
  position: relative;
}

.know-box {
    position: absolute;
    bottom: 1rem;
    right: 11rem;
    width: 30%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.know-box h3 {
  font-family: 'Anek Devanagari';
  font-size: 40px;
  font-weight: 400;
  margin-top: 20px;
  padding-top: 10px;
}

.know-box p {
  font-size: 15px;
  font-family: 'Montserrat';
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 20px;
}

.know-box a.theme-btn {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  margin-left: auto;
}

/* Trust Section */
/* faq Section */
section.faq {
    background: url(../images/faq-banner.png);
    background-size: cover;
    padding: 124px 0 320px;
}

.faq-left h4 {
    font-size: 40px;
    width: max-content;
    margin: 40px auto 20px;
    padding-left: 60px;
    color: #fff;
    font-family: 'Anek Devanagari';
}

.faq-left p {
  width: 70%;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  padding-left: 37px;
}
section.faq a.theme-btn {
    display: block;
    width: fit-content;
    margin-top: 20px;
}
.faq-right button {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 13px;
}

.faq-right .accordion-body {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 13px;
}
/* faq Section */

/* Service Page*/
section.inner-page-banner {
    background: url(../images/inner-page-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}

section.inner-page-banner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    color: #fff;
    font-size: 80px;
    font-family: 'Anek Devanagari';
    font-weight: 400;
    
}
.diff-font h2 {
    font-family: Eugusto !important;
}

section.service-page {
    background: url(../images/service-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

p.single-paragraph {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}

.list-items ul li {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 12px;
}

.service-table th {
    border: 1px solid #D1D5DB;
    width: 22%;
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.service-table td {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border: 1px solid #D1D5DB;
}

.service-table p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

section.tableserv {
    background: url(../images/service-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}
section.choose-plan {
    background: url(../images/service-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

section.choose-plan h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

section.choose-plan p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 20px;
}

section.mailbox-account h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 30px 0;
}
section.mailbox-account {
    background: url(../images/service-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

section.mailbox-account ol li {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 15px;
    
}

section.mailbox-account p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 20px;
}

section.mailbox-account a.theme-btn {
    display: inline-block;
    margin-bottom: 120px;
}

section.services-form {
    margin: 50px 0 20px;
}

section.services-form label {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-weight: 500;
    margin: 20px 0 5px;
}

p.extra-label {
    margin: 0;
}

label.label-message {
    margin-top: 0 !important;
}
/* Service Page*/
/*FAQ PAGE*/
section.faqs-page {
    margin: 120px 0 20px;
}

section.faqs-page .accordion-item {
    border: none !important;
}

section.faqs-page button.accordion-button {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
}

section.faqs-page .accordion-button:not(.collapsed) {
    background: none;
    color: #000;
    box-shadow: none;
}

section.faqs-page .accordion-button:focus {
    box-shadow: none;
}

section.faqs-page .accordion-body {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #333;
}
/*FAQ PAGE*/
/*About Page*/
.about-right img {
   width: 85%;
}

section.about-page {
    margin: 50px 0 40px;
}

.about-left h3 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Eugusto';
}

.about-left p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    width: 78%;
}

.about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*About Page*/
/*Contact Page*/
.contact-left h3 {
    color: #C10000;
    font-size: 40px;
    font-family: 'Anek Devanagari';
    font-weight: 600;
    margin: 10px 0;
}

.contact-left a {
    font-size: 18px;
    font-family: 'Montserrat';
    display: block;
    font-weight: 500;
    color: #000;
    margin: 20px 0;
}

.contact-left a i {
    color: #f00 !important;
    margin-right: 20px;
    font-size: 22px;
    vertical-align: middle;
}
.contact-right input {
    margin-bottom: 20px;
    padding: 13px 20px;
}

.contact-right textarea {
    margin-bottom: 20px;
}

.contact-right {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 500;
}

input.send-btn-form {
    background: var(--red-grad);
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}
/*Contact Page*/
/*Calendar Page*/


section.events-page {
    padding: 50px 0;
    background: #F0F5FA;
}

.calendar-top {
    background: #fff;
    position: relative; 
    font-size: 17px;
    font-family: sans-serif;
    border: 1px solid #e0e0e0;
}
input.search-bar {
    width: 75%;
    padding: 20px 40px;
    border: none;
    font-size: 17px;
    font-family: sans-serif;
}
.calendar-top i {
    position: absolute;
    top: 37%;
    left: 13px;
    font-size: 18px;
    color: #5d5d5d;
}

input.search-btn {
    background: #f00;
    border: none;
    padding: 11px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
    font-size: 14px;
    margin-right: 20px;
}

button.filter {
    background: none;
    padding: 20px 10px;
    border: none;
}

button.filter:hover {
    background: #efefef;
    border-bottom: 3px solid !important;
}

.active-btn-list {
    border-bottom: 3px solid !important;
    font-weight: 600;
}

.calendar-middle {
    margin: 50px 0;
}

.calendar-middle i {
    font-size: 20px;
    color: #777;
}
.calendar-middle span {
    font-size: 25px;
}
button.today-btn {
    border: 1px solid #e0e0e0;
    background: #f7f6f6;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0 20px;
}

.calendar-main {
    margin: 50px 0;
    text-align: center;
    background: #E0E6EB;
    padding: 15px;
}

.calendar-main i {
    font-size: 24px;
    margin-right: 10px;
}


.calendar-foot {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
}

.calendar-foot a {
    color: #d5d5d5;
    font-size: 18px;
}

.calendar-foot a i {
    margin-right: 10px;
}

/*Calendar Page*/
/*T&C Page*/
section.main-tc {
    background: url(../images/service-banner.png);
    padding: 80px 0;
    background-size: contain;
}

section.main-tc h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
}
section.main-tc p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 30px;
}

section.main-tc ul {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 30px 0;
}

p.bg-yellow {
    background: #FFFF00;
    font-weight: 700 !important;
    font-size: 16.5px !important;
    width: 96%;
}

h3.large-font {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

h3.large-font {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

table.cke_show_border td {
    border: 1px solid #D1D5DB;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    width: 10%;
    padding: 10px 20px;
}

table.cke_show_border thead td {
    font-weight: 700;
}
section.main-tc a{
    color:#045cb4;
}
/*T&C Page*/
/*Login*/
section.login-page {
    margin: 100px;
}
/*Login*/