h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #454545;
}
a,
a:hover {
  text-decoration: none !important;
}
:focus,
a:active,
a:focus,
a:hover {
  outline: 0 !important;
}
.banner,
.contact,
.inter-course-lft h1,
.owl-pride,
.parent-sec .owl-recent,
body {
  position: relative;
}
.about_us h2,
.about_us p,
.services ul li,
.welcome p {
  text-transform: capitalize;
}
.bnft,
body {
  overflow-x: hidden;
}
.banner-image img,
.footer_Background_2,
.navbar-brand img {
  max-height: 100%;
  max-width: 100%;
}
.preder-flag,
.prider-img,
.service2,
footer {
  overflow: hidden;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
ul li {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #fafafa;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}
.clear {
  padding: 0;
  margin: 0;
  clear: both;
}
a img {
  border: none;
}
h1 {
  font-size: 25px;
}
.banner-btn,
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
p {
  font-family: Mulish, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
a {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
label {
  list-style: none;
  padding: 0;
  margin: 0;
}
input[type="text"]::-webkit-placeholder {
  opacity: 1;
}
input[type="text"]::-moz-placeholder {
  opacity: 1;
}
input[type="password"]::-webkit-placeholder {
  opacity: 1;
}
input[type="password"]::-moz-placeholder {
  opacity: 1;
}
input[type="search"]::-webkit-placeholder {
  opacity: 1;
}
input[type="search"]::-moz-placeholder {
  opacity: 1;
}
input[type="email"]::-webkit-placeholder {
  opacity: 1;
}
input[type="email"]::-moz-placeholder {
  opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}
input[type="tel"]::-moz-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea::-webkit-placeholder {
  opacity: 1;
}
a:active,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.dropdown .dropdown-menu,
.welcome button {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@import url('https://fonts.googleapis.com/css2?family=Anton+SC&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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');
:root{
  --color-yellow:#EDA233;
  --color-blue:#435BC7;
}

.upper-header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #EDA233;
  padding: 14px 15px 10px 15px;
}
.upper-header p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}
header{
  /*position: fixed;*/
  /*top: 0;*/
  width: 100%;
  /*z-index: 999;*/
  display: block;
  background-color: #FEF7E4;
}
.container.tournament-container{
  width: 1236px;
  max-width: 1236px;
}
.navbar-brand {
    /*width: 97px;*/
    /*height: 97px;*/
    width:auto !important;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /*padding: 0 !important;*/
    margin: 0 !important;
}
.navbar-brand img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.navbar-collapse{
  margin-left: auto !important;
  /*margin-right: 62px;*/
  margin-right: 231px;
  flex-grow: 0 !important;
}
.navbar-nav{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.nav-link{
  padding:0px !important;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17.1163px;
line-height: 26px;
color: #2B2B2B;
position: relative;
}
.nav-link::after,
.nav-link.dropdown-toggle::after
{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background-color: #EDA233;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.nav-link:hover,
.nav-link.active{
  color: var(--color-yellow) !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    cursor: pointer;
}
.nav-link.active::after{
  width: calc(100% - 12px);
  height: 2px;
  opacity: 1;
}
.nav-item.dropdown .dropdown-menu {
    box-shadow:none !important;
    border: none !important;
    top: 26px;
    background: transparent !important;
}

.nav-item.dropdown .dropdown-menu .dropdown-inside {
    box-shadow:0 8px 24px rgba(0, 0, 0, 0.2) !important;
    background: white !important;
    border: none !important;
    padding: 0.5rem 0 !important;
    margin-top: 0px !important;
    border-radius: 0.375rem;
    overflow: hidden;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item{
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:1.5;
    text-align: left;
    color: #242424;
    border-radius: 4px;
    padding: 0.25rem 1rem;
    margin-bottom: 4px;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:last-child{
    margin-bottom: 0px;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:hover,
.nav-item.dropdown .dropdown-menu a.dropdown-item:focus{
    color:var(--color-yellow);
    background-color: transparent !important;
}
/* header flag css */
.select-country a,
.user_llk{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.select-country a span,
.user_llk span{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffff;
    overflow: hidden;
    margin: -1px 5px 0 0;
    position: relative;
    display: inline-block;
}
.select-country a span img,
.user_llk span img{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
.user_llk svg {
    width: 13px;
    height: 13px;
}
.show01 {
    z-index: 99;
    background: #fff;
    top: 32px;
    right: 0;
    text-align: left;
    border-radius:10px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .04);
    overflow: hidden;
    /*height: 0;*/
    transition: height 0.3s ease-in-out;
}
.show01 ul {
    padding: 2px 0 7px!important;
    margin: 0!important;
}
.show01 ul li {
    padding: 0!important;
    list-style: none;
}
.show01 ul li a {
    padding: 5px 17px;
    display: block;
    line-height: 26px;
    width: 100%;
}
.show01 ul li a img {
    width: 28px;
}
/* header flag css */
.classroom-btn{
box-sizing: border-box;
border: 0.534884px solid #000000;
border-radius: 17px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 17px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 17.1163px;
line-height: 26px;
color: #2B2B2B;
margin: 0 34px 0px 0;
}
.classroom-btn:hover{
    background: #344cb7;
    border: 1px solid #344cb7;
    color: #fff !important;
}
.banner-padding{
width: 100%;
height: 179px;
padding: 20px;
display: block;
}
.tournament-banner{
  width: 100vw;
  height: fit-content;
  display: block;
  margin-bottom: 93px;
}
.tournament-banner .banner-target{
  display: block;
  width: 100%;
  height: auto;
}
.tournament-banner .banner-target img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 100vw;
}
.tournament-modal .modal-dialog{
  width: 992px !important;
  max-width: 90% !important;
}
.tournament-modal .modal-content{
background: #FFFFFF;
border-radius: 34px;
padding: 50px 61px;
}
.tournament-modal .modal-body{
  padding: 0 !important;
}
p.tour-frm-hdr{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 75px;
color: #EDA233;
margin-bottom: 30px;
}
.tour-frm-innr{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
column-gap: 58px;
row-gap: 21px;
flex-wrap: wrap;
}
.tr-frm-sec{
  width: calc(50% - 29px);
}
.tr-frm-sec input,
.tr-frm-sec select{
  width: 100%;
  height: 46px;
background: rgba(217, 217, 217, 0.1);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 17px;
padding: 9px 21px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #2C2C2C;
display: block;
outline: none !important;
box-shadow: none !important;
}
.tr-frm-sec select{
  appearance: none !important;
  background-image: 'https://chessbrainz.com/dev/public/frontend/images/select-drop.png';
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.tr-frm-sec input:hover,
.tr-frm-sec input:focus,
.tr-frm-sec input:focus-visible,
.tr-frm-sec input:focus-within,
.tr-frm-sec select:hover,
.tr-frm-sec select:focus,
.tr-frm-sec select:focus-visible,
.tr-frm-sec select:focus-within{
  border: 1px solid var(--color-yellow);
}

.tr-frm-sec input::placeholder{
  color: rgba(0, 0, 0, 0.2);
}
select:required:invalid {
  color: rgba(0, 0, 0, 0.2) !important; 
}
option {
  color: #000;
}
option[disabled] {
  color:rgba(0, 0, 0, 0.2) !important;
}

.tr-frm-sec.dob-frm{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.tr-frm-sec.dob-frm input{
  width: calc(50% - 15px);
}

.tr-frm-sec.tr-frm-number{
  width: 489px;
  max-width: 100%;
  position: relative;
}
.tr-frm-sec.tr-frm-number input{
  padding-left: 135px;
}
.tr-frm-agree label{
  width: 100%;
  display: block;
  position: relative;
  padding-left: 44px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #000000;
}
.tr-frm-agree label a{
  color: var(--color-yellow);
}
.tr-frm-agree label input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width:100%;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}
.tr-frm-agree label span{
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: #fff;
box-sizing: border-box;
position: absolute;
width: 23px;
height: 23px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.tr-frm-agree label span svg{
  display: block;
  width: 19px;
  height: 19px;
}
.tr-frm-agree label input[type="checkbox"]:hover ~ span,
.tr-frm-agree label input[type="checkbox"]:checked ~ span{
  border: 1px solid var(--color-yellow);
}
.tr-frm-agree label input[type="checkbox"]:checked ~ span{
  background: var(--color-yellow);
}
button.tr-frm-btn{
width: 406px;
height: 46px;
background: #EDA233;
border-radius: 17px;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;  
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 27px;
text-align: center;
color: #FFFFFF;
border: none;
outline: none !important;
box-shadow: none !important;
}

button.tr-frm-btn:hover,
button.tr-frm-btn:focus{
  background-color: var(--color-blue);
}


/* form-flag select */
.book-flags {
    top: 9px;
    border-right: 1px solid #D9D9D9;
    height: calc(100% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0;
}
.book-flag-drop ul li a, a.book-flag-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfb;
    font-size: 14px;
    color: #000;
    border-radius: 12px 0 0 12px;
}
.book-flag-drop ul li a img, a.book-flag-btn img {
    display: block;
    width: 24px;
    height: 17px;
    margin-left: 5px;
}
.book-flag-drop {
    width: max-content;
    top: 100%;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    z-index: 999;
    background: #fbfbfb;
    max-height: 243px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    display: none;
}
.book-flag-drop input {
    border-radius: 4px !important;
    padding: 10px!important;
    display: block!important;
    margin-bottom: 12px;
    box-shadow: none!important;
    width: 150px!important;
    max-width: 100%;
    border: .5px solid #344cb7;
    background-color: #fbfbfb;
    font-size: 13px;
    height: 31px;
}
.book-flag-drop ul li a img, a.book-flag-btn img {
    display: block;
    width: 24px;
    height: 17px;
    margin-left: 5px;
}
.tournament-modal {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px); /* darker semi-transparent */
}
/* form-flag select */

.landing-vid{
  margin-bottom: 89px;
}
.land-vid-innr {
    width: 100%;
    height: 649px;
    border: 11px solid #eda233;
    border-radius: 44px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    display: flex;
}
.land-vid-innr iframe {
    width: 100%;
    height: 100%;
}

.prize-money-list{
  margin-bottom: 45px;
}
.prize-money-list-inner{
border: 2px solid #EDA233;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
border-radius: 44px;
padding: 72px 49px 41px 49px;
}
.prize-list{
  position: relative;
  z-index: 2;
  padding: 5px 24px 0 24px;
  background-color: #fafafa;
  width: fit-content;
  margin: 0 auto -33px auto;
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 75px;
text-align: center;
text-transform: uppercase;
color: #000000;
}
.prz-lst-inr-box{
  margin-bottom: 77px;
}
.prz-lst-inr-box:last-child{
  margin-bottom: 0px;
}
.prz-lst-inr-box h3{
font-family: 'Anton SC';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 60px;
text-align: center;
color: #FFFFFF;
width: 100%;
justify-content: center;
align-items: center;
display: flex;
box-sizing: border-box;
background: linear-gradient(180deg, #EDA233 -1.19%, #C38429 117.87%);
border: 5px solid #EDA233;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
border-radius: 16px;
}
.prz-mnlst{
  margin: 0 30px; 
}
.prz-mnlst ul{
 border-left: 1px solid black;
  border-right: 1px solid black;
}
.prz-mnlst-1 ul{
  padding-left: 11px !important;
}
.prz-mnlst ul li{
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.prz-mnlst ul li:last-child{
  border-bottom: none;
}
.prz-mnlst-1 ul li p:first-child,
.prz-mnlst-2 ul li p:first-child{
  width: 41%;
  border-right: 1px solid black;
}
.prz-mnlst-1 ul li p:last-child,
.prz-mnlst-2 ul li p:last-child{
  width: 59%;
}
.prz-mnlst ul li p{
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Anton SC';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #242424;
}
.prz-mnlst ul li.list-header p{
color: #EDA233;
}
p.wnnr-numbr{
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  font-family: 'Anton SC';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  gap: 20px;
  margin-top: 24px;
}
p.wnnr-numbr span{
  display: block;
  height:26px;
  width: calc(((100% - 583px) / 2) - 50px);
background: #EDA233;
}

.prz-mnlst-3 ul li p:first-child{
  width: 35%;
  border-right: 1px solid black;
}
.prz-mnlst-3 ul li p:nth-of-type(2){
  width: 27%;
  border-right: 1px solid black;
}
.prz-mnlst-3 ul li p:nth-of-type(3){
  width: 38%;
}
.prz-mnlst-3 ul{
  padding: 0 15px 0 21px !important;
}

.special-prz{
  margin-top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}
.special-prz p{
font-family: 'Anton SC';
font-style: normal;
font-weight: 400;
font-size: 60px;
line-height: 90px;
text-align: center;
letter-spacing: -0.584603px;
color: #EDA233;
}
.special-prz a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 384px;
  height: 53px;
  border: 2px solid #EDA233;
  border-radius: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #050505;
  padding: 12px 30px;
}
.special-prz a svg{
  display: block;
  width: 24px;
  height: 24px;
}
.special-prz a:hover{
  background-color: var(--color-yellow);
  border: 2px solid var(--color-yellow);
}

.trn-faq-hdr{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 100px;
line-height: 150px;
text-align: center;
color: #000000;
margin-bottom: 30px;
}
.trn-faq-inr{
  margin: 0 40px !important;
}

.trn-faq-inr .accordion-item {
    border: none;
    margin-bottom: 16px;
    background-color: transparent !important;
}
.trn-faq-inr p.accordion-header{}
.trn-faq-inr p.accordion-header .accordion-button{
      height: 75px !important;
    border: 3px solid #EDA233;
    border-radius: 10px !important;
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.trn-faq-inr p.accordion-header ul{
  margin-bottom: 0;
  list-style-type: disc !important;
    list-style-position: inside;
}
.trn-faq-inr p.accordion-header ul li{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    color: #323232;
}
.trn-faq-inr .accordion-button::after, .trn-faq-inr .accordion-button:not(.collapsed)::after {
    background-image: url('https://chessbrainz.com/dev/public/frontend/images/faq-plus.png') !important;
    background-size: 29px 29px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: block;
}
.trn-faq-inr .accordion-button:not(.collapsed)::after{
   background-image: url('https://chessbrainz.com/dev/public/frontend/images/faq-minus.png') !important;
}
.trn-faq-inr .accordion-body{
  background-color: transparent !important;
}
.trn-faq-inr .accordion-body p{
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.4;
  color: #454545;
}

footer{
  background-color: var(--color-blue);
  border-radius: 20px 20px 0 0;
  padding: 26px 0 138px 0;
  margin-top: 55px;
}
.footer-inner{
  width: 1064px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.ftr-top{
  margin-bottom: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.ftr-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 111px;
  height: 100px;
}
.ftr-logo img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ftr-top h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 45px;
text-align: center;
letter-spacing: -0.4px;
color: #FFFFFF;
}

.for_seo_03 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.ftr-link-list a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 31px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #FFFFFF;
}
.ftr-link-list a:hover{
  color: var(--color-yellow) !important;
}
.ftr-aftr{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 60%;
}
.foter_adss{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 12px; */
}
.foter_adss img{
  display: block;
  width: 31px;
  height: 31px;
}
.foter_adss span.for_seo_06{
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 20px;
letter-spacing: -0.4px;
text-transform: capitalize;
color: #FFFFFF;
}
.foter_adss p{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 20px;
letter-spacing: -0.4px;
text-transform: capitalize;
color: #FFFFFF;
}
.copy{
background: #414141;
width: 100%;
padding: 8px 15px;
display: flex;
justify-content: center;
align-items: center;
}
.copy p{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: -0.4px;
text-transform: uppercase;
color: #FFFFFF;
}
.book_a_demoo {
    position: fixed;
    top: 464px;
    right: 0;
    padding: 0;
    z-index: 9999;
    background: var(--color-blue);
    border-radius: 16px 0 0 16px;
    height: 176px;
    overflow: hidden;
    width: 50px;
}
.book_a_demoo a {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    white-space: nowrap;
    letter-spacing: 0.08em;
    color: #fff;
    transform: rotate(-90deg) translateX(-43px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    height: 176px;
    width: 50px;
    text-transform: uppercase;
}
.book_a_demoo:hover {
    box-shadow: -4px 0px 16px 0px #fff1dc8f;
}
/*term & coditions*/
h1.tour-term-heading{
font-family: 'Anton SC';
font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 120px;
letter-spacing: -1.62667px;
color: #000000;
margin-bottom: 37px;
}
.comp-term-below h6{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.4px;
color: #000000;
margin-bottom: 30px;
}
.term-page-content{
    margin-bottom: 30px !important;
}
.term-page-content p{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.4px;
color: #000000;
margin-bottom: 12px;
}
.term-page-content li a{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.4px;
color: #000000;
}
.term-page-content li a:hover,
.term-page-content li a.active{
    color: var(--color-blue);
    text-decoration: underline !important;
    font-weight: 500;
}
.comp-term-box h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.4px;
color: #000000;
margin-bottom: 9px;
}
.comp-term-box ul li{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: -0.4px;
color: #000000;
  margin-bottom: 3px; 
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-62{
    margin-bottom: 62px !important;
}
.comp-term-box{
    margin-bottom: 57px;
}
/*term & coditions*/

/*16-10-25*/
.prz-mn-btn {
    margin: 53px auto 0 auto;
    font-family: 'Anton SC';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 102px;
    background: #374DBA;
    border-radius: 19px;
    display: block;
    width: fit-content;
}
.prz-mn-btn:hover{
    background:var(--color-yellow) ;
    color: black;
}
/*16-10-25*/


.body-whtsap svg
{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.body-whtsap {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    position: fixed;
    z-index: 999;
    background-color: #25d366;
    padding: 12px;
    right: 15px;
    bottom: 15px;
    box-shadow: 5px 5px 15px 0 #00000045;
}