h1, h2, h3, h4, h5, h6, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
.bg-black{
  background-color: #000;
}
p, span{
  
  font-family: 'Poppins', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 10px
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
    background-size: 200% 200%;
    transition: .3s all ease-in-out;


}
::-moz-selection {
  color: #fff;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
    background-size: 200% 200%;
    transition: .3s all ease-in-out;

;
}
::selection {
  color: #fff;
  background:  #8B6757;
    

;
}
body {
  font-family: 'Poppins', sans-serif;

}
b, strong {
  font-weight: 600!important;
}

.container{
  max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #8B6757;
  font-size: 16px;
  position: initial;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #8B6757;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/
/*  */
/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.html');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */

/* Top Header Start */
.top-header {
  padding: 20px 0;
}
.top-header-bg{
  background: #FFFFFF;
  box-shadow: 0px 5px 30px #00000029;
}
.top-header-btn a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px!important;
}

.top-header-logo img{
  width: 210px;
  position: relative;
  bottom: 0;
}
.top-header-logo a{
  display: flex;
}

.foot-logo{
  max-width: 230px;
}

.active-header {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px #8B675729;
  text-align: center;
}
/* Top Header End */
/* Main Banner Start */
.main-banner-bg {
  background-repeat: no-repeat;
  padding: 120px 0;
  background-position: top center;
}
.main-banner-content {
  padding: 0px 300px;
}
.main-banner-content h1{
  font-size: 35px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 50px;
  color: #000000;
}
.main-banner-content h6{
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}
.main-banner-content p{
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.main-btn {
  display: flex;
  justify-content: center;
}
.main-btn .btn-0 a{
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  border: 2px solid #8B6757;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
}
.main-btn .btn-0 a:hover{background-size: 100% 400%;}

.main-btn .btn-1 a{
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  border: 2px solid #000000;
  margin: 10px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
}
.main-btn .btn-1 a:hover{
  color: #ffffff;
  background-size: 100% 400%;
}
.main-btn .btn-2 a{
  text-decoration: none;
  color: #8B6757;
  border: 2px solid #8B6757;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 10px;
  transition: .3s all ease-in-out;
}
.main-btn .btn-2 a:hover{
  color: #fff;
  background: #8B6757;
}
.main-btn .btn-3 button{
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 8px 18px;
  border: 2px solid #8B6757;
  margin: 10px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
}
.main-btn .btn-3 button:hover{background-size: 100% 400%;}
/* Main Banner End */
/* Universities Logo Start */
.uni-logos-content {
  margin: 22px 0;
}
.uni-logos-content h3{
  padding: 0px 0 0px 210px;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 25px!important;
  color:#000 !important
}
.uni-logo-bg {
  background: #FFFFFF;
  box-shadow: 0px 3px 30px #00000075;
}
/* Universities Logo End */
.taking-subject-msg {
  padding: 50px 0;
}
.taking-subject-msg h2{
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
}
.taking-subject-msg p{
  font-size: 18px;
  line-height: 26px;
}
.courses-bg .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
}
.courses-bg .tab-content {
  padding: 50px 0;
}
.courses-header{
  background: #FFF8F8;
  box-shadow: 0px 5px 15px #00000029;
}
.courses-header ul {
  padding: 25px 0;
}
.howitswork-cart {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px #00000029;
  border: 1px solid #8B6757;
  border-radius: 26px;
  padding: 5px 20px 0;
  margin: 10px 0;
  height: 100%;
}
.howitswork-cart span{
  padding: 0;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
}
.howitswork-heading h2{
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}
.howitswork-heading p{
  font-size: 20px;
  line-height: 30px;
}
.howitswork-bg {
  padding: 50px 0;
  background: #3D2412;
}
.howitswork-bg .howitswork-heading h2,
.howitswork-bg .howitswork-heading p {
  color: #fff;
}
.courses-bg-1{
  background-image: url("../images/howitswork-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.submission-bg{
  background-image: url("../images/submission-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.submission-content h2{
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
}
.submission-content p{
  padding: 0 0 10px 0;
  font-weight: 400;
}
.submission-ul-1  {
  list-style: none;
  margin-bottom: 15px;
}
.submission-ul-1  li::before {
  content: "\2022";
  color: #8B6757;
  font-weight: 900;
  font-size: 23px;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.7em;
}
.submission-ul-2  {
  list-style: none;
}
.trouble-free-content h2{
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.trouble-bg {
  background-image: url("../images/trouble-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.trouble-ul-1  {
  list-style: none;
}
.trouble-ul-1  li::before {
  content: "\2022";
  color: #8B6757;
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.trouble-ul-1 li {
  font-weight: 500;
}
.cta-bg {
  background-image: url("../images/cta-bg.webp");
  background-repeat: no-repeat;
  padding: 40px 0;
}
.cta-content {
  background-image: url("../images/cta-bg-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 60px;
}
.cta-content h2{
  font-weight: 600;
  font-size: 35px;
}
.services-content {
  background: #FFF8F8;
  margin: 80px 0;
  padding: 20px 0;
}
.services-content h2{
  font-weight: 600;
  font-size: 30px;
  line-height: 10px;
  padding: 10px 0 0 15px;
  margin-bottom: 10px;
}
.services-content p{
  padding: 10px 0 10px 15px;
  line-height: 25px;
}
.services-content-p{
  padding: 19px 70px;
}
.testimonials-inner span {
  color: #8B6757
;
  padding: 10px 16px;
  border-radius: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #8B6757
4D;
  font-weight: bold;
}
.owl-testimonials .item{
  margin: 10px 0;
}
.testimonials-content {
  padding: 0 0 0 20px;
}
.testimonials-content h4 {
  font-size: 30px;
  font-weight: bold;
  margin: -5px 0;
}
.free-bg {
  background-image: url("../images/9.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 90px;
}
.testimonials-content p {
  display: flex;
  padding: 10px 0 0 0px;
}
.testimonials-content b{
  display: flex;
  padding: 0px 6px 0 0px;
}


.customer-inner {
  background: #ffffff9e;
  box-shadow: 0px 3px 30px #00000029;
  border: 1px solid #8B6757
4D;
  border-radius: 30px;
  padding: 30px 15px;
  margin: 54px  20px 0 20px;
}
.customer-inner p {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0px;
  color: #000;
}
.customer-bg {
  padding: 50px 0px;
}

.slider {
  width: 100%;
  height: 515px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.slider ul, .slider ul li {width: 100%; height: 100%}
.slider ul {
  position: absolute;
  top: 0;
  left: 0
}
.slider ul li {
  /* text-align: center;
  line-height: 400px;
  font-size: 50px; */
  color: #212529;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.slider ul li:first-of-type {background: #fff0;}
.slider ul li:nth-of-type(2) {background: #fff0;}
.slider ul li:nth-of-type(3) {background: #fff0;}
.slider ul li:nth-of-type(4) {background: #fff0;}
.slider ul li:last-of-type {background: #fff0;}
.slider ol {
  position: absolute;
  left: 0;
  top: 50%;
  padding-right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px;
}
.slider ol li {
  width: 7px;
  height: 30px;
  margin-bottom: 5px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  cursor: pointer;
  list-style: none;
}
.slider ol li:hover, .slider ol li.active {
  background: #3D2412;
}
.customer-heading h2{
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  padding: 0 40px 0px 0px;
}
.customer-inner-bg {
  background-image: url("../images/customer-inner-bg4.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-bg {
  padding: 50px 0 0;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
}
.footer-innner a {
  text-decoration: none;
  color: #ffffff;
  padding: 0 10px;
}

.footer-bg .container-fluid.bg-black {
  background-color: #3D2412 !important;
}
.footer-btm {
  /* border-top: 1px solid #ffffff; */
  padding: 20px 0;
  color: #fff;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -371px;
  top: 14%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}
.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  border-radius: 3px 0 0 3px;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  box-shadow: 0 0 40px #00000026;
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;

}
.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -47px;
  white-space: pre;
  bottom: 87px;
  font-weight: 500;
}
.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px
}
.floatbutton .banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999!important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}
.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 40px;
  font-weight: 400;
  outline: 0!important;
  margin: 0 0 15px 0
}
/* .banner-form .intl-tel-input {
  width: 100%
} */
.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700
}
.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 80px;
  outline: 0!important;
  margin: 15px 0 0 0;
  resize: none;
}
.btns_wrap {
  position: fixed;
  right: -6px
}
.btns_wrap a:hover {
  text-decoration: none!important;
  right: 0
}
.btns_wrap .call_wrap {
  width: 280px;
  border: 1px solid #fff;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  position: absolute;
  right: -225px;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999;
  border-radius: 30px 0 0 30px;
}
.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px
}
.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 0 40px #00000026!important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 30px 0 0 30px;
  z-index: 9999;
}
.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px
}
.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px
}
.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px
}
.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0
}
.fldset.inpchecbx {
  margin: 10px 0 0 0
}
.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
  margin: 10px 0 0 0
}
.fldset p a {
  display: block;
  padding: 5px 0 0 0;
  color: #141315;
  font-weight: 500;
  font-size: 14px
}
.main-services-banner-sec .ban-form .fldset textarea {
  height: 60px
}
.main-services-banner-sec .ban-form input {
  height: 40px
}
/* .intl-tel-input .country-list .country {
  font-size: 14px
} */
@media screen and (max-width:736px) {
  .floatbutton {
    display: none
  }

  .to-bar-email {
    padding-bottom: 10px;
}
.to-bar-email h2 a{

  margin-left:19px!important;
}

.to-bar-email h2 a {
  font-size: 12px!important;
}
  .mobile-none {
    display: none;
}

.to-bar-email {
    padding-bottom: 10px;
}
.to-bar-email ul {
    justify-content: space-between;
}
.to-bar-email ul li {
    padding-left: 0;
}
}
section.privacy-bg {
  padding: 60px 0;
}
section.privacy-bg h3 {
  font-size: 24px;
  padding: 15px 0 0 0;
  color: #8B6757
;
}
.customer-mask img {
    display: none;
}



/* pop up */
.pkg-modal .modal-content {
border: none;
border-radius: 10px;
}
.pkg-modal .modal-body {
padding: 20px;
}
.pkg-modal .btn-close {
font-size: 25px;
font-weight: 500;
color: #000;
opacity: 1;
width: 36px;
height: 35px;
background: #fff !important;
border-radius: 100px;
position: absolute;
right: -14px;
top: -13px;
border: 1px solid #ffc13a !important;
}
.pkg-modal .modal-body h3 {
font-size: 25px;
text-align: left;
font-weight: 600;
color: #000;
}
.pkg-modal .modal-body p {
color: #565656;
line-height: 19px;
font-size: 14px;
margin: 10px 0 17px;
}
.pkg-modal .modal-body input {
background: #fff;
border: #dedede 2px solid;
padding: 10px 15px;
width: 100%;
border-radius: 6px;
font-size: 14px;
color: #000;
position: relative;
margin-bottom: 15px;
}
.pkg-modal .modal-body textarea {
background: #fff;
border: #dedede 2px solid;
padding: 10px 15px;
width: 100%;
border-radius: 6px;
font-size: 14px;
color: #000;
height: 120px;
position: relative;
margin-bottom: 15px;
resize: none;
}
.pkg-modal .pkg-button button {
background: #8B6757;
color: #fff;
font-size: 18px;
border: #8B6757 1px solid;
text-transform: uppercase;
font-weight: 600;
padding: 9px 10px;
letter-spacing: 1px;
outline: 0 none;
border-radius: 50px;
display: block;
margin: 0 auto;
width: 195px;
}
a.blink-hard {
    background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
    background-size: 200% 200%;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 14px;
    transition:.3s all ease-in-out;
  &:hover{
    background-size:400% 200%;
  }
}
/* .blink-hard {
  animation: blinker 1s step-end infinite;
} */

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.grade-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a {
  text-decoration: none!important;
}

.grade-menu ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.grade-menu ul li {
  list-style: none;
}
.mobile-header {
  display: flex;
  padding: 20px 11px;
  justify-content: space-between;
  align-items: center;
}

.mobile0-header-btns  {
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  padding: 2px 6px;
  font-weight: 500;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
  &:hover{
    background-size:100% 400%
  }
}
.mobile0-header-btns a {
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 40px;
  font-weight: 500;
}

.main-2-btn {
  margin-top: 9px;
}
.grade-menu ul li .active-clas {
  color: #8B6757;
}
.main-1-btn {
  margin-top: 10px;
  margin-left: 13px;
}


.modal {
  top: 0%;
  background: #0000009c;
}

.modal-dialog {
  max-width: 500px;
  margin: 180px auto 0;
}

.pop_heading {
  width: 100%;
  padding: 20px;
}

.pop_heading h5 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 15px;
  border-left: 4px solid #8B6757;
  padding: 0 20px;
  line-height: 29px;
  text-transform: uppercase;
}

.pop_heading h4 {
  font-size: 23px;
  font-weight: 700;
  color: #8B6757;
  padding: 0 0 0 30px;
}

.field {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

span.pop_icon {
  position: absolute;
  color: #8B6757;
  left: 13px;
  top: 3px;
}

.field .form-control {
  width: 100%;
  border-radius: 0;
  padding: 3px 0 4px 37px;
  resize: none;
}

.modal-content {
  box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
  border-radius: 30px;
}

#popupform p {
  text-align: center;
  font-size: 14px;
  color: #8B6757;
  margin: 19px 0 0;
}

.modal-header {
  padding: 0;
  border: none;
}

button.pop_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
  border: none;
  width: 100%;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
  &:hover{
    background-size: 100% 400%
  }
}
/* button.close {
width: 20px;
height: 20px;
position: absolute;
top: 21px;
right: 15px;
display: block;
opacity: 1;
background-color: #fff;
border: none;
} */

.fade.in {
  overflow: hidden;
}

.btn-close{
  float:right;
}
/************************** popup  ************************************/

.intl-tel-input {
  width: 100%
}
 
.iti {
  width: 100%;
  /* color: #000 !important */
}
.floatbutton .iti__country-name,.floatbutton .iti__dial-code{
  font-size: 1rem !important;
}
/*
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  height: 33px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  border: 1px solid transparent
} */

.form-control {
  border: 1px solid #ced4da !important
}
/* 
.iti__arrow,
.iti__country-list {
  display: none;
}

.iti__arrow {
  display: none;
} */
.error{
  color: red;
  font-size: 12px;
}


.top-bar {
  background: linear-gradient(to left, #3D2412, #8B6757 100%);
  padding-bottom: 10px;
}

.live-chat-box h2 a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.live-chat-box h2 a i {
  padding-right: 7px;
}

.to-bar-number h2 a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.to-bar-number h2 a i {
  padding-right: 7px;
}

.to-bar-email h2 a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-left:2px;

}

.to-bar-email h2 a i {
  padding-right: 7px;
}

.to-bar-number {
  text-align: right;

}

.to-bar-email ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
list-style: none;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  font-size: 40px !important;
  margin-top: 10px;
}

.to-bar-email-2 ul {
  /* display: flex; */
  align-items: center;
  /* justify-content: flex-end; */
  list-style: none;
}

.to-bar-email-2 h2 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  /* margin-left: 20px; */
}


.trouble-ul-1{
  cursor: pointer !important;
}

/* faq sec styling */
.auto-container{position:static;max-width:1200px;padding:0px 15px;margin:0 auto;width:100%;}
.auto-container-1{position:static;max-width:1200px;padding:0px 15px;margin:0 auto;width:100%;}


.sec-title{position:relative;margin-bottom:20px;}
    .sec-title .sub-title{display:block;font-size:16px;color:#000;font-weight:700;font-family:'Exo',sans-serif;margin-bottom:15px;}
    .sec-title h2{display:block;font-size:28px;line-height:35px;color: #8B6757;font-weight:700;}
    .sec-title .text,.sec-title p{position:relative;margin-top:10px;}
    .sec-title .divider{position:relative;display:block;width:68px;height:5px;background-image:url(../images/icons/divider.html);background-repeat:no-repeat;background-position:center;margin-top:30px;}
    .sec-title.text-center .divider{margin:15px auto 0;width:90px;height:5px;background-image:url(../images/icons/divider-centered.html);}

.sec-title .sub-title{display:block;font-size:16px;color:#000;font-weight:700;font-family:'Exo',sans-serif;margin-bottom:15px;}    



.sec-title .divider{position:relative;display:block;width:68px;height:5px;background-image:url(../images/icons/divider.html);background-repeat:no-repeat;background-position:center;margin-top:30px;}
.sec-title.text-center .divider{margin:15px auto 0;width:90px;height:5px;background-image:url(../images/icons/divider-centered.html);}


.accordion-box{position:relative;margin-bottom:30px;}
.accordion-box .block{position:relative;margin-bottom:15px;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;background:#ffffff;}
.accordion-box .block .acc-btn{position:relative;font-size:18px;padding:15px 20px;padding-left:90px;line-height:30px;color:#000;font-weight:600;cursor:pointer;background:#ffffff;font-family:'Exo',sans-serif;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}
.accordion-box .block .acc-btn.active{background:#f5f5f5;color: #8B6757;}
.accordion-box .block .acc-btn .icon{position:absolute;left:0;top:0;height:100%;width:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#ffffff;background-color: #8B6757;font-size:14px;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}
.accordion-box .block .acc-btn.active .icon{background-color: #3D2412;}
.accordion-box .block .acc-btn.active .icon:before{content:"\f068";}
.accordion-box .block .acc-content{position:relative;display:none;}
.accordion-box .block .acc-content.current{display:block;}
.accordion-box .block .content{position:relative;padding:20px 30px;}
.accordion-box .block .content p{position:relative;font-size:16px;line-height:30px;color:#555555;font-weight:400;margin-bottom:30px;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}
.accordion-box .block .content p:last-child{margin-bottom:0;}

.accordion-box li{
  list-style: none;
}
.footer-innner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
a.tnk-btn {
  padding: 10px 20px;
  background: linear-gradient(45deg, #3D2412, #8B6757, #8B6757, #3D2412 100%);
  background-size: 200% 200%;
  transition: .3s all ease-in-out;
  color: #fff;
  border-radius:5px;
  &:hover{
      background-size: 100% 400%;
  }
}