body {
  color: #333;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none;
}
@font-face{
	font-family: 'Tahoma Regular';
	src: url('..font/Tahoma Regular font.ttf') format ('True type');
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    text-align: center;
    border-top: 20px solid #29b6c6;
	padding: 20px 0;
}

.fixed-top .container-fluid {
    padding-left: 0;
}
#header .logo img {
    max-height: 100px;
    max-width: 330px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
    display: flex;
    justify-content: center;
}
.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 20px;
}
.nav-menu > ul > li:last-child {
    padding-right: 0;
}
.nav-menu a {
    display: block;
    position: relative;
    color: rgb(41, 182, 198);
    transition: 0.3s;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: 'Tahoma Regular';
    text-decoration: underline;
    border-right: 3px solid #9774ad;
    padding-right: 20px;
    line-height: 22px;
}
.nav-menu li:last-child a {
    border: 0;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #9774ad;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #575756;
    text-transform: capitalize;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    top: 23px;
    left: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: left;
}

.mobile-nav-toggle i {
    color: #575756;
    font-size: 30px;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 15px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
	width: 50%;
    height: 100vh;
	background: #e5e5e5;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0f394c;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #49b5e7;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ f0c9";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(7, 25, 33, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.icofont-close {
    font-size: 40px;
    padding: 15px;
}
.mobile-nav a {
    padding: 15px 20px;
}
.mobile-nav ul {
    margin-top: 20px;
}
.mobile-nav {
    padding-top: 20px;
}
.icofont-close{
	display: none;
}
.leftside_menu{
		display: none;
}
/**********************general_section*********************/
.hero_section {
    background: url(../img/banner.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
.hero_section::before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.btn {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    font-family: Roboto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    text-shadow: 1px 1px #0a0411;
    padding: 10px 40px;
	margin-bottom: 10px;
}
.purple_bg{
	background: #9774ad;
	color: #fff;
}
h1 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    line-height: 56px;
}
.suurogate_section {
    text-align: center;
    padding: 40px 15px;
}
p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
	color: #1f1a1a;
}
.blue_btn {
    background: #29b6c6;
}
.blue_btn:hover {
    background: rgba(31,169,188,1);
}
.btn:hover {
    color: #fff;
}
.suurogate_section p {
    max-width: 530px;
    margin: 15px auto 35px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.form h3 {
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
}
hr {
    width: 140px;
    margin-inline-start: unset;
    background: #29b6c6;
    height: 3px;
    border: 0;
}
.form-control, select {
    border-radius: 0;
    border: 1px solid #d0d0d0;
    color: #000;
    height: 40px;
    font-size: 15px;
    padding: 10px;
}
.form-control:focus, select:focus {
    color: #000;
    border-color: #d0d0d0;
    box-shadow: none;
	    outline: none;
}
select {
    width: 100%;
}
.purple_btn{
	background: #9774ad;
}
.btn:focus {
    box-shadow: none;
}
.purple_btn:hover {
    background: #8458a4;
}
h2 {
    font-size: 36px;
    color: #9774ad;
    font-weight: 400;
    border-bottom: 3px solid #29b6c6;
    display: inline-block;
}
.full_width {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gift_life {
    text-align: center;
    padding: 90px 50px 0 0;
}
.gift_life p {
    margin: 30px auto 40px;
    max-width: 500px;
}
.comp_sec {
    padding: 15px;
}
.comp_txt li, .s-q li {
    font-size: 24px;
    color: #1f1a1a;
    margin-bottom: 25px;
}
.comp_txt {
    margin: 40px 0;
}
.btns {
    text-align: center;
}
.btns a {
    margin: 10px;
}
.first_time {
    background: #29b6c6;
    padding: 40px 15px;
}
.earn_txt {
    color: #fff;
}
thead th {
    font-size: 24px;
    padding: 10px;
    border-bottom: 1px solid #fff;
	color: #fff;
}
tr th:first-child {
    width: 60%;
}
.earn_table {
    background: #9774ad;
    padding: 20px;
}
.earn_table tr td {
    border-bottom: 1px solid #fff;
    padding: 20px 40px 20px 10px;
    font-size: 18px;
	color: #fff;
}
.content p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
    min-height: 240px;
}
.phy_surr {
    padding: 40px 15px;
}
.phy_surr h2 {
    margin: 0 auto 50px;
}
.surr_box {
    background: #f8f8f8;
    padding: 15px;
	margin-bottom: 25px;
	border-radius: 8px;
}
.icon_txt {
    display: inline-flex;
	align-items: center;
}
.icon_txt h6 {
    margin: 0 0 0 15px;
    color: #9774ad;
	font-size: 18px;
}
.img_ryt{
	text-align: right;
}
.s_qualification {
    background: #f8f8f8;
    padding: 40px 0;
}
.s-q {
    padding-left: 40px;
	margin-top: 30px;
}
.s-q li {
    margin-bottom: 15px;
}
.s-q p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 30px;
}
.s-q ul {
    margin-top: 20px;
}
.footer {
    background: rgba(79,79,79,1);
	padding: 40px 0;
}
.footer li {
    list-style: none;
    margin-bottom: 6px;
}
.image {
    width: 65%;
}
.footer h3 a {
    color: #fff;
    font-size: 17px;
}
.footer .menu-item a {
    color: #a3a3a3;
    font-size: 14px;
}
.footer_contact_info p, .footer_contact_info p a {
    font-size: 14px;
    line-height: 24px;
    color: #a3a3a3;
}
.footernavbar-nav {
    padding: 0;
}
.legal_disclamer p {
    font-size: 14px;
    line-height: 24px;
    color: #a3a3a3;
}
.footer .address {
    margin-top: 25px;
}
.nav-tabs .nav-item {
    width: 100%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #9774ad;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #9774ad;
    color: #fff;
}
.nav-tabs .nav-link {
    border-bottom: 2px solid #fff;
    padding: 20px 15px;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    color: #000;
    background: rgb(151 116 173 / .3);
	font-size: 18px;
}
.card-header a {
    display: block;
    color: #333;
}
.card {
    border: 0;
	background: transparent;
}
.card-body {
    padding-top: 0;
    font-size: 14px;
    line-height: 27px;
}
.card-header {
    border: 0;
    margin-bottom: 20px;
	position: relative;
	padding-right: 40px;
}
.faq_sec {
    padding: 40px 0;
}
.heading {
    text-align: center;
    margin-bottom: 40px;
}
.heading p {
    margin: 15px 0;
	font-size: 24px;
}
.form label {
    color: #4e4e4e;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.Compen_sec {
    padding: 0 15px;
}
.logo:focus {
    outline: none;
}
.grey_small {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    color: #333;
    opacity: 0.4;
}
.slide_title {
    color: #9774ad;
    margin: 8px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: 600;
}
.slide_content {
    border: 1px solid #f5f5f5;
    background: #fff;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 40px 0px rgba(116, 152, 205, 0.25);
    margin: 40px 10px 20px;
    padding: 20px;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slide_content a {
    color: #10A1C1;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}
.slide_content a:hover {
	  color: #9774ad;
}
a:focus{
	outline: none;
}
.s_txt {
    min-height: 160px;
}
.slick-slide img {
    display: block;
    height: 200px;
    object-fit: cover;
}
.modal-header h6 {
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
    width: 100%;
}
.modal-header {
    display: block;
    border: 0;
}
.modal-title {
    color: #10A1C1;
    font-size: 48px;
    line-height: 56px;
    margin-top: 3px;
    margin-bottom: 0;
    width: 100%;
}
.close:focus{
	outline: none;
}
.close {
    float: none;
    position: absolute;
    top: 15px;
    right: 30px;
	color: #9774ad;
}
.mpurple_txt {
    color: #9675AC;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}
.modal-content {
    padding: 30px;
}
.modal-body p {
    margin-bottom: 32px;
}
.comp_txt li span, .s-q li span {
    font-size: 14px;
    line-height: 27px;
	    display: block;
}
.earn_txt p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.slick-dots li button:before {
    font-size: 12px !important;
    color: #9774ad !important;
}
.slick-dots li.slick-active button:before {
    color: #9774ad !important;
}
.phy_surr h1 {
    text-align: center;
    margin-bottom: 50px;
}
.top_txt p {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    margin-top: 15px;
}
.top_txt {
    margin-top: 40px;
    text-align: center;
}
.card-header a::before{
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #9774ad;
    position: absolute;
    right: 20px;
    margin-top: 5px;
}
.modal-body p:last-child {
    margin: 0;
}	
.modal-body {
    padding-top: 0;
}
.slick-next::before {
    content: '\f178' !important;
    font-family: 'FontAwesome' !important;
    color: #9774ad !important;
    font-size: 24px !important;
}
.slick-prev:before {
    content: '\f177' !important;
    font-family: 'FontAwesome' !important;
    font-size: 24px !important;
    color: #9774ad !important;
}
.slick-arrow {
    font-size: 0 !important;
}
.slick-prev {
    left: 0 !important;
    z-index: 99;
}
.slick-next {
    right: 0 !important;
}
.card-body li a {
    color: #10A1C1;
}
.card-body li a:hover {
    color: #9774ad;
}



/**********************general_section*********************/



/*******************media********************/

@media (max-width: 1260px) {
   .container {
     max-width: 1240px; 
   }
}


@media only screen and (max-width: 1199px) and (min-width: 768px){
	div#mySidenav {
    width: 50% !important;
}
}

@media only screen and (max-width: 1024px) and (min-width: 992px){
#header .logo img {
    max-height: 90px;
    max-width: 200px;
}
}

@media only screen and (min-width: 768px){
   .modal-dialog {
    max-width: 750px;
   }
}
@media only screen and (max-width: 1199px){
	.sidenav .logo img{
	   margin: 15px auto 0;
	}
	.nav-menu > ul {
     display: block; 
}
.nav-menu a {
    padding-left: 15px;
}
.nav-menu {
    margin-top: 30px;
}
.closebtn img {
    width: 35px;
}
.mobile-nav-toggle.d-lg-none {
    display: none;
}
.menu_icon img {
    width: 50px;
}
.leftside_menu {
    display: block;
    position: absolute;
    right: 30px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #9d9d9c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 40px;
    margin-top: 25px;
}
	
	.mobile-nav .drop-down > a:after{
		 display: none;
	}
	.mobile-nav {
		width: 100%;
	}
	
	#header {
		padding: 39px 0;
   }
   .mobile-nav a {
    font-size: 24px;
    }


}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.btn {
    font-size: 22px;
	}
	h2 {
    font-size: 28px;
	}
	h1 {
        font-size: 36px;
    line-height: 42px;
	}
	.gift_life p {
    margin: 10px 0 20px;
    }
	.gift_life {
    padding: 10px 50px 0 0;
    }
	.comp_txt li, .s-q li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
    }
	.s-q li {
    margin-bottom: 10px;
    }
	.s-q {
    padding-left: 15px;
    margin-top: 0;
   }
}

@media only screen and (max-width: 767px){
	.card-header a {
    font-size: 16px;
   }
	.modal-title {
     font-size: 36px;
    line-height: 42px;
	}
	.s_txt {
     min-height: 115px;
    }
	.slide_title {
    min-height: auto;
}
	.comp_txt ul {
    padding-left: 20px;
}
	#header .logo img {
		width: 160px;
	}
	#header {
		padding: 20px 0;
	}
	h1 {
		font-size: 36px;
	}
	.form h3 {
    font-size: 26px;
    line-height: 36px;
    }
	.btn {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 15px;
   }
   h2 {
    font-size: 26px;
   }
   .comp_txt li, .s-q li {
    font-size: 18px;
    line-height: 32px;
   }
   .earn_table {
    padding: 20px 15px;
	    overflow-x: scroll;
    }
	thead th {
    font-size: 18px;
	}
	.earn_table tr td {
    padding: 10px 20px 10px 10px;
    font-size: 14px;
   }
   .s-q {
    padding-left: 0;
	margin-top: 0;
   }
   .nav-tabs {
    width: 500px;
    }
	.faq_tabs {
    overflow-x: scroll;
	margin-bottom: 20px;
    }
	.nav-tabs .nav-item {
       width: auto;
    }
	.nav-tabs .nav-link {
       padding: 10px;
       font-size: 14px;
    }
	.img_ryt {
		padding: 0;
		margin-top: 20px;
	}
	.gift_section .col-md-5 {
    padding: 0;
   } 
	.gift_life {
		padding: 30px 0 0 0;
	}   
	.content p {
    min-height: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px){
}

@media only screen and (max-width: 576px){
	.s_txt {
    min-height: 211px;
    }
	.slide_title {
    line-height: 27px;
    font-size: 18px;
    min-height: 52px;
    }
	.nav-menu > ul > li {
		position: relative;
		white-space: nowrap;
		padding: 10px 0px;
	}
	.sidenav a {
		padding: 8px 8px 8px 20px;
		font-size: 19px;
	}
	.nav-menu {
		margin-top: 55px;
	}
	h1 {
		font-size: 36px;
    line-height: 42px;
	}
	.phy_surr .col-lg-4 {
		padding: 0;
	}
	.s-q ul {
		padding-left: 20px;
	}
	
	.card-header a {
    font-size: 16px;
    line-height: 27px;
   }
   .content p {
    min-height: auto;
    }
	.modal-title {
    font-size: 26px;
    line-height: 36px;
	}
	.modal-content {
    padding: 15px;
   }
}
