.ScrollStyle
{
    max-height: 500px;
    overflow-y: scroll;
}
.signup{
color:white;
}
.landing{
width: 100%;
height: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.landing-div {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 100vh;

}
.landing-box {
width: 100%;
max-width: 500px;
padding: 50px 10px;
background-color: rgba(25, 47, 89, 0.7);
}
.landing-box .content-box {
display: flex;
justify-content: center;
}
.landing-box .landing-image+.landing-image {
margin-left: 15px;
}
.landing-box .landing-image {
display: block;
width: 160px;
background-color: #fff;
text-decoration: none;
}
.landing-image .image-box  {
text-align: center;
}
.landing-image .image-box svg {
max-width: 50px;
}
.landing-image .image-box svg path {
fill: #3DB166;
}
.landing-content h3 {
font-size: 20px;
color: #fff;
text-align: center;
margin-bottom: 20px;
}
.landing-content .content p {
text-align: center;
color: #3db166;
text-transform: capitalize;
}
.landing-image.active .content p {
color: #ffffff;
}
.landing-image.active {
background-color: #3db166;
}
.landing-image.active .image-box svg path {
fill: #ffffff;
}


.dot2 {
  height: 30px;
  width: 30px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}


.chat_new {
padding:7px;
}

#output_image{
display:none; 
margin:5px;
}
.clone-btn{
background-color: #3DB166;
color: #fff;
border-radius: 6px;
padding: 5px 30px;
font-weight: 800;
margin:2px;
display: inline-block;
}

.incomplete-btn{
background-color: #ff1a1a;
color: #fff;
border-radius: 6px;
padding: 5px 30px;
font-weight: 800;
margin:2px;
}

.left-side-logo {
display: flex;
align-items: center;
}
.dmNewParagraph {
max-width: 225px;
padding: 0 10px;
}
.dmNewParagraph p {
margin: 0;
line-height: 1;
}
.dmNewParagraph p span {
font-weight: normal;
display: initial;
color: rgb(26, 72, 137);
}
p.m-size-16 span {
font-size: 16px;
}
p.m-size-12 span {
font-size: 12px;
}
p.m-size-18 span {
font-size: 14px;    
font-weight: bold;
margin: 5px 0;
display: block;
}
		
.offers_banner_cllg_left img {
		border-radius: 50%;
		border: 5px solid #fff;
		background-color: #ffffff;
		padding: 10px;
		} 
 
		a.cstm-btn-reset {
		display: inline-block;
		background-color: #df0b2e;
		padding: 5px 35px;
		font-size: 16px;
		font-weight: 600;
		outline: none;
		border: 1px solid #df0b2e;
		color: #ffffff;
		transition: all 0.3s;
		}

	.leads-drop-down {
		display: none;
	}
     .leads-drop-down {
		text-align: end;
		margin-bottom: 20px;
	}
	
	 label.error {
	 color:red !important;	 
	 }
	 
	 .skip{
	 font-size:13px; background-color:#3db166; border-radius:3px; color:white; padding:10px 120px;
      }
 
    .edit-box{
            position: absolute;
    right: 0px;
    top: 30px;
    z-index: 9;
    
    }
    .edit-box1{
        top: -70px !important;
    }
    .edit-box.edit-box2 {
        right: 135px;
    }
    .edit-box.edit-box3 {
        top: -30px;
    }
    .edit-box a{
height: 50px;
    width: 50px;
    background: #3db166;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    }
    .container{
        position: relative;
    }
    .offer_banner_services .edit-box{
        top: 20px;
    }

   .stepwizard-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 86%;
    height: 2px;
    background-color: #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@media only screen and (max-width: 767px){
   .stepwizard-row:before {
    top: 15px;
    width: 83%;
}

.stepwizard-row a:after {
   display: none;
}

}

.select {
    position: relative;
    /*Don't really need this just for demo styling*/
}

.event-filter-section {
    margin-top: -35px;
    margin-bottom: 30px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    height: 0;
}

.event-filter-section.active {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    height: 100%;
}

.event-filter-section select {
    width: 100%;
    min-height: 40px;
    padding: 7px 20px;
    outline: none;
    color: #ABABAB;
    font-size: 14px;
    border: 1px solid rgba(22, 22, 22, 0.6);
    border-radius: 3px;
    margin-bottom: 15px;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
	height: 42px;
    float: right;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #ABABAB;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.select:after {
    content: '';
    font: normal normal normal 17px/1 FontAwesome;
    right: 0px;
    top: 0px;
    height: 42px;
    width: 50px;
    text-align: center;
    background-color: rgb(61 177 102);
    position: absolute;
    pointer-events: none;
}


/ IE11 hide native button (thanks Matt!) /

.select:before {
    content: '';
    display: block;
    position: absolute;
    right: 19px;
    top: 16px;
    border-top: 7px solid #fffbff;
    border-bottom: 7px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
    z-index: 2;
}

.notification {
    background-color: #192f59;
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 2px;
    position: fixed;
    right: 30px;
    bottom: 70px;
	border-radius: 8px;
}

.notification:hover {
  background: #3db166;
  color: #ffffff;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 8px 8px;
  border-radius: 50%;
  background: red;
  color: white;
}
.notification i.fa.fa-bell {
    font-size: 25px;
}
.padding {
padding:10px;
}
span.pip {
    position: relative;
    display: inline-block;	
    margin-top: 15px;
}
span.pip+span.pip {
	margin-left: 15px;
}

a.thumb-delete-icon.remove {
    position: absolute;
    top: 0;
    right: 0px;
    left: auto;
    background-color: #3db166;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    border-radius: 3px;
}

.closeaddmore{
	margin-top:-15px;
	float:right;
	background-color: #3db166;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
}


.next-submit {
background-color: #3DB166;
color: #fff;
border: 0;
font-size: 17px;
font-weight: 500;
border-radius: 4px;
width: 150px;
border: 1px solid #3DB166;
}

.form-section .form-group{position:relative;margin-bottom:20px;}
.form-section .error{ color: red;
position: static;
bottom: -20px;
left: 0;
margin: 0;
font-size: 15px;}
 .select .chosen-container-multi .chosen-choices {
	 border: none;
 }
	
	
.chosen-container-multi .chosen-choices {
    padding: 0px 15px;
    border-radius: 5px;
	height: 42px !important;
	overflow: auto !important;
}

.prefrences-form .chosen-container.chosen-container-multi {
    max-width: 100%;
}
@media (max-width: 1199px) {
	span.pip+span.pip:nth-child(4n) {
		margin: 0;
	}
}
@media (max-width: 990px) {
	span.pip+span.pip:nth-child(3n) {
		margin: 0;
	}
}

.sectin-title-new h2 {
    color: #192F59;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
}

.message_wrapper_title {
    display: flex;
    align-items: center;
    background-color: #192F59;
    padding: 8px 20px;
	justify-content: space-between;
}

.message_wrapper_title h2 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
}

.search_datalist {
border-radius:5px;
width:400px;	
}

.message_wrapper_title a {
    margin-left: auto;
    color: #fff;
}

.message_wrapper {
    background-color: #FAFAFA;
    border: 1px solid #9E9E9E;
	position: relative;
    height: calc(100vh - 90px);
    overflow: auto;
}

.message_wrapper_items {
    padding: 15px 20px;
    border-bottom: 1px solid #9E9E9E;
}

.user_heading-time {
    padding-left: 15px;
    min-width: calc(100% - 80px);
}

.message_wrapper_items .user_details {
    display: flex;
    justify-content: space-between;
}

.user_details h4 {
    margin-bottom: 14px;
    color: #192F59;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.open1 .user_details h4 {
    max-width: 235px;
    margin-bottom: 5px;
    font-size: 18px;
}

.open_chat .user_details h4 {
    margin-bottom: 5px;
}

.user_details span {
    font-size: 14px;
    font-style: italic;
}

.user-text p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.online {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    background-color: green;
    border: 2px solid #fff;
    border-radius: 50%;
}

.user_thumb {
    float: left;
    position: relative;
}

.user_thumb img {
    max-width: 80px;
    border-radius: 50%;
    border: 1px solid #192F59;
}

.userDetails.col-lg-2 {
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
}

.message_wrapper_items a {
    color: #000;
}

.message_wrapper_user {
    background-color: #EDEDED;
    height: 100%;
    flex: 0;
    display: none;
}

.message_wrapper {
    position: relative;
}

.message_wrapper_list {
    flex: 0 0 100%;
    max-width: 100%;
    height: calc(100vh - 150px);
}

.rowmr-0 {
    margin: 0;
}

.chat-header-padding {
    padding: 15px 20px;
}

.message_wrapper_user_heading .hide {
    display: none;
}

.messege-box .border-bottom {
    border-bottom: 1px solid #9E9E9E !important;
}

.message-body {
    padding: 15px 20px;
    height: calc(100vh - 390px);
	overflow-y: auto;
	
}
.chat-typing {
    padding: 0 10px;
}
.chat-header-padding .user_thumb img {
    width: 60px;
}

.last-seen {
    text-align: center;
}

.chat-image img,
.my-chat-image img {
    width: 40px;
    border-radius: 50%;
}

.chat-time {
    color: #3DB166;
    font-size: 8px;
    text-transform: uppercase;
    text-align: right;
}

.message-body .chat-text,
.message-body .my-chat-text {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0 5px 5px 5px;
    margin: 5px 0;
    margin-left: 30px;
    max-width: 310px;
    position: relative;
}
.message-body .my-chat-text {
	margin-left: auto;
	margin-right: 30px;
}
.message-body .chat-text p,
.message-body .my-chat-text p  {
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.message-body .chat-text::after {
    content: "";
    position: absolute;
    top: 0;
    left: -54px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 14px solid transparent;
}
.message-body .my-chat-text::after {
    content: "";
    position: absolute;
    top: 0;
    right: -52px;
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 14px solid transparent;
}
.chat-header-padding p {
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.message_wrapper_list.open1 {
    flex: 0 0 40%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    max-height: 570px;
    overflow: auto;
}

.message_wrapper_user.open_chat {
    flex: 0 0 60%;
    display: block;
    position: static;
    top: 55px;
    right: 0;
    max-width: 60%;
    height: calc(100% - 56px);
}
.message_wrapper_user.open_chat .messege-box {
    height: calc(100vh - 150px);
}
.chat-typing textarea {
    width: 100%;
    max-height: 100px;
    padding: 5px 10px;
    border: 1px solid #dadada;
	border-radius: 5px;
    resize: none;
    outline: none;
}

.message-btn {
    background: #3DB166 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border-radius: 6px;
    padding: 9px 25px;
    font-size: 18px;
    font-weight: 600;
}

.button_blink {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  float:right;
  margin:2px;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.tabb_button {
background-color: #3DB166;
color: #fff;
border: 0;
font-size: 17px;
font-weight: 500;
border-radius: 4px;
width: 150px;
border: 1px solid #3DB166;
}

.event_button {	
background-color: #3DB166;
color: #fff;
border: 0;
font-size: 25px;
font-weight: 500;
border-radius: 4px;
width: 200px;
border: 1px solid #3DB166;
}

.cancel {
border: none; border-radius: 4px;
}

.download-button {
padding: 13px 15px; margin-left:7px; border-radius:4px; background-color:#3db166; border: 0;
}

.model_button {
  background-color: #3DB166;
  color: white;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin:10px;
  border-radius:5px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.login_section {
    background-image: url(../images/login_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   height: calc(100vh - 72px);
        position: relative;
        overflow: hidden;
        }
        .login_section .container-fluid{
            padding: 0;
            height: 100%;
        }
        .login_section .container-fluid .row{
            height: 100%;
        }
        .login_section .col-md-7,  .login_section .col-md-5{
            padding-left: 0px !important;
            padding-right: 0px !important;
            width: 100%;
            height: 100%;
        }
        .login_section_right {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(25, 47, 89, 0.7);
    width: 100%;
    height: 100%;
    height: calc(100vh - 72px);
    overflow-y: scroll !important;
}
.login_section_right{
            position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
}
.login_section_right h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: relative;
}
.login_section_right h3:after {
    position: absolute;
    top: 41px;
    left: 0;
    width: 72px;
    border-top: 5px solid #3DB166;
    content: "";
}
.login_section_right form {
    padding-top: 30px;
}
.login_section_right form label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 3px;
}
.login_section_right form input {
    border-radius: 5px;
    height: 40px;
    background: #EAEAEB;
    border: 1px solid rgba(255, 255, 255, 0.6);
    outline: navajowhite;
}
.login_section_right form span {
    float: right;
    padding-top: 7px;
    font-size: 12px;
    color: #3DB166;
    font-style: italic;
}
.login_section_right form .form-group {
    margin-bottom: 30px;
}
.login_section_right form button {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 0;
    background: #3DB166;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    margin: 30px 0;
}
.login_section_right form p {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}
.login_section_right form p a{
    color: #3DB166 !important;
}
.signup_section_right .nav-pills .nav-link.active, .signup_section_right .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3DB166;
    border-radius: 7px;
}
.signup_section_right li.nav-item a div img {
    width: 35px;
}
.signup_section_right li.nav-item a div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.signup_section_right li.nav-item {
    background: #EAEAEB;
    margin: 0 10px;
    border-radius: 7px;
    color: #3DB166;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_section_right.signup_section_right {
    padding: 15px 50px;
    overflow-y: scroll !important;
    height: 100%;
}
.login_section_right.signup_section_right h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}
/*.login_section_right.signup_section_right form{
    padding-top: 0;
}*/
/*.login_section_right.signup_section_right form .form-group {
    margin-bottom: 10px;
}*/
/*.login_section_right.signup_section_right form input {
    height: 35px;
}*/
/*.login_section_right.signup_section_right form button{
    margin: 10px 0;
}*/
.signup_section_right li.nav-item a div p {
    font-weight: 600;
    margin: 12px 0 0 0;
    font-size: 13px;
}
.signup_section_right li.nav-item .nav-link {
    padding: 5px 10px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_section_right.signup_section_right form p{
    padding-top: 5px;
}
.interested_fair_section_left.new h3 {
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.interested_fair_section_left.new {
    padding: 70px 90px !important;
}
.news_letter_section_details {
    background: #192F59;
    padding: 50px 125px;
}
.news_letter_section_details h3 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.news_letter_section_details p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 125px;
}
.news_letter_section_details .subscribe {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 50px;
}
.news_letter_section_details .subscribe input {
    border: 1px solid #fff;
    background: #192F59;
    border-radius: 7px;
    height: 40px;
}
.news_letter_section_details .subscribe button {
    height: 40px;
    border: none;
    background: #3DB166;
    border-radius: 7px;
    color: #fff;
    padding: 0 40px;
}
.news_letter_section {
    position: relative;
    margin-top: -80px;
}
.map_counter_section{
    /*background-image: url(../images/map_img.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
   padding: 100px 0;
    position: relative;
}

.map_counter_section:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.map_counter_section .counterWrapper{
        background-color: transparent !important;
    margin-top: 0px !important;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.map_counter_section .counterItems h2 {
    color: #192F59;
}
.counterItems p {
    color: #192F59;
}

.offers_banner_img{
    position: relative;
    background-image: url(../images/offer_banner_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   height: 520px;
   width: 100%;
}
.offers_banner_cllg_left img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.offers_banner_cllg {
    position: relative;
    top: -60px;
    transform: translateY(0%);
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.offers_banner_cllg_right h3{
    font-size: 26px;
    font-weight: 600;
    color: #192F59;
    margin: 0;
}
.offers_banner_cllg_right p span{
    position: relative;
    color: #161616;
    font-size: 15px;
}
.offers_banner_cllg_right p img{
    width: 5%;
}
.offer_banner_services_details {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.offer_banner_services {
    padding-bottom: 50px;
}
.offer_banner_services_details a{
    width: 300px;
    height: 45px;
    border: 2px solid #3DB166;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    /* background-color: #EAEAEB; */
    color: #3DB166;
    border-radius: 5px;
}
a.apply_btn{
    background-color: #3DB166 !important;
    color: #fff !important;
}
a.meet_btn {
    color: #3DB166 !important;
    background: #fff;
}
.video-area1 {
    background: url(../images/video_img.jpg);
    background-size: cover;
    padding: 250px 0;
    height: 100%;
    position: relative;
}
.video-icon1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/video_icon.png);
    z-index: 999;
}
.offer_overview_section {
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.offer_overview_section_right {
    width: 100%;
    height: 100%;
    background: #192F59;
    color: #fff;
    padding: 80px 80px;
}
.offer_overview_section_right h3 {
    font-size: 26px;
    font-weight: 600;
}
.offer_overview_section_right p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
}

.offer_overview_section .container-fluid {
    padding: 0 !important;
}
.offer_overview_section .col-md-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.offered_tab_section .nav-pills .nav-link .icons,
.offered_tab_section .nav-pills .nav-link .p{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.offered_tab_section .nav-pills .nav-link.active .icons, .offered_tab_section .nav-pills .show>.nav-link .icons {
    color: #fff;
    background-color: #3DB166;
}
.offered_tab_section .nav-pills .nav-link.active p{
    color: #3DB166;
}
.offered_tab_section .nav-pills .nav-link:hover p{
    color: #3DB166;
}
.offered_tab_section .nav-pills .nav-link:hover .icons{
    color: #fff;
    background-color: #3DB166;
}



.offered_tab_section .nav-pills .nav-link .icons{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #192F59;
        margin: 0 auto;
}
.offered_tab_section .nav-pills .nav-link img{
    width: 50px;
}
.offered_tab_section .nav-pills .nav-link:after {
        position: absolute;
    top: 46px;
    content: "";
    border-bottom: 3px solid #192F59;
    width: 80px;
    right: -43px;
}
.offered_tab_section .nav-pills .nav-link {
    position: relative;
    background: transparent;
}
.offered_tab_section li.nav-item p {
    font-size: 16px !important;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
.offered_tab_section ul#pills-tab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
}
.offer_footer_top{
    background: #192F59;
    padding: 50px 0;
}
.offer_footer_top .location{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.offer_footer_top .location p{
    padding-top: 10px;
}

.contact_user .dropdown-toggle::after {
    color: #3DB166 !important;
}
.contact_user a#navbarDropdownMenuLink img {
    width: 50px;
}
.contact_page_details {
    padding: 50px 0;
}
.contact_page_details_left h3 {
    font-size: 28px;
    font-weight: 600;
    color: #192F59;
    position: relative;
}
.contact_page_details_left h3:after {
    position: absolute;
    top: 50px;
    left: 0;
    content: "";
    display: inline-block;
    border-bottom: 5px solid #3DB166;
    width: 60px;
}
.contact_page_details_left form {
    padding-top: 50px;
}
.contact_page_details_left form label {
    font-size: 14px;
    font-weight: 500;
    color: #161616;
    margin: 0;
    padding-bottom: 5px;
}
.contact_page_details_left form input {
    border: 1px solid rgba(22, 22, 22, 0.6) !important;
    border-radius: 3px !important;
    background: #FBFBFB !important;
    height: 50px;
}
.contact_page_details_left form textarea{
    border: 1px solid rgba(22, 22, 22, 0.6) !important;
    border-radius: 3px !important;
    background: #FBFBFB !important;
}
.contact_page_details_left form input::placeholder, .contact_page_details_left form textarea::placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #404040;
    opacity: 0.38;
    padding: 0px 15px;
}
.contact_page_details_left form textarea::placeholder{
    padding: 10px 15px;
}

.contact_page_details_left button.send_message {
    border: none;
    outline: none;
    background: #3DB166;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 7px;
    margin-top: 15px;
}
.contact_page_details_right{
    padding: 0 30px;
}
.contact_page_details_right h3 {
    font-size: 22px;
    font-weight: 600;
    color: #192F59;
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.6);
}
.contact_page_details_right_top ul {
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 40px;
    list-style-type: none;
}
.contact_page_details_right_top ul li {
    width: 55px;
    height: 55px;
    border: 1px solid #3DB166;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.contact_page_details_right_bottom ul {
    list-style-type: none;
    padding-inline-start: 0;
    padding: 30px 0;
    margin-bottom: 0;
}
.contact_page_details_right_bottom li {
    line-height: 45px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.contact_page_details_right_bottom li img{
    width: 25px;
}
.contact_page_details_right_bottom li span{
    font-size: 18px;
    font-weight: 500;
    color: #161616;
}

.faq_page_details{
    padding: 50px 0;
}
.faq_page_details .section-title {
    color: #192F59;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin: 0;
}

.faq_page_details #faq .accordion .card {
     overflow: hidden;
     border: none;
     border-bottom: 2px solid rgba(220, 220, 220) !important;
}
.faq_page_details #faq .accordion .card .card-header {
     border: none;
     padding: 0;
}
.faq_page_details #faq .accordion .card .card-header button {
         background: #ffff url(../images/negative_sign.svg) no-repeat 98% center / 18px;
    color: #3DB166;
    background-position: 0;
    font-size: 2rem;
    width: 100%;
    padding: 20px 0 30px 0;
    border: none;
}
.faq_page_details #faq .accordion .card .card-header button span {
         display: block;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    padding-left: 35px;
    padding-top: 10px;

}
.faq_page_details #faq .accordion .card .card-header button:focus {
     box-shadow: none;
     outline: none;
}
.faq_page_details #faq .accordion .card .card-header button.collapsed {
     background: #fff url('../images/positive_sign.svg') no-repeat 98% center / 18px 18px;
     color: #161616;
     background-position: 0;
}
.faq_page_details #faq .accordion .card .card-body {
     font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 155%;
    border: 1px solid #DCDCDC;
    background: #FBFBFB;
    border-radius: 3px;
    color: #161616;
    margin: 0 0 25px 0;
    padding: 15px 20px;
}

.faq_page_details #faq .text-center.support-text {
    margin-top: 80px !important;
}
.faq_page_details #faq .text-center.support-text p {
    font-size: 24px;
    font-weight: 600;
    color: #192F59;
}
.faq_page_details #faq .text-center.support-text p a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #3DB166;
    margin-left: 20px;
    border-radius: 7px;
    padding: 8px 50px;
}
.faq_page_details section{
    padding: 0 !important;
}
.faq_page_details #faq .accordion .card:last-child {
    border-bottom: none !important;
}
.contact_page_details_left form input:focus , .contact_page_details_left form textarea.form-control:focus {
    box-shadow: none;
}
.contact_page_details_left .col-md-6.right {
    padding-left: 7px !important;
}
.contact_page_details_left .col-md-6.left {
    padding-right: 7px !important;
}


.carousel-nav .carousel-cell .sliderContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.carousel-nav .carousel-cell .sliderContent .slider_description {
    display: block;
    width: 100%;
    padding-top: 50px;
}
.carousel-nav .carousel-cell .sliderContent .slider_description p{
       font-size: 16px;
    font-weight: 600;
}
.col-lg-4.booth_items {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.Booth_Listing .fair-item {
    margin-bottom: 18px !important;
}
div#collapsibleNavbar .navbar-nav .nav-item {
    margin-left: 35px;
}







section#booth_details_page {
    width: 100%;
    overflow: hidden;
}
#booth_details_tabs .container .nav-pills li a.nav-link.active {
    background-color: transparent !important;
    transform: initial !important;
}
#booth_details_tabs .container  .nav-pills li {
    width: auto !important;
    background-color: transparent !important;
    max-width: auto !important;
    border: none !important;
}

#booth_details_tabs .container  .nav-pills li a {
    padding: .5rem 1rem; 
}



.booth_afterlogin_page_banner{
        background-image: url(../images/booth-afterlogin-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 400px;
    position: relative;
}
.booth_afterlogin_page_banner_details {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 100px;
}
#booth_afterlogin_page button.set_prefrences {
    height: 50px;
    margin-top: 7px;
    outline: none;
    border: 1px solid #3DB166;
    background: #fff;
    padding: 0 47px;
    font-size: 14px;
    color: #161616;
    border-radius: 5px;
    letter-spacing: 0;
}
#booth_afterlogin_page .set {
    display: flex;
    align-items: center;
    gap: 12px;
}
.booth_afterlogin_page_form {
    background: #3DB166;
    border-radius: 5px;
    padding: 40px 50px;
    width: 100%;
    margin-bottom: 30px;
}
.booth_afterlogin_page_form label {
    color: #FFFBFB;
    font-size: 18px;
    margin: 0;
    padding-bottom: 7px;
}
.booth_afterlogin_page_form form input {
    border-radius: 3px !important;
    height: 50px !important;
    border: 1px solid #fff;
}

.booth_afterlogin_page_form form select{
    width: 100%;
    height: 50px !important;
    border: 1px solid #fff;
    border-radius: 3px !important;
}
.booth_afterlogin_page_form form select{
    background-image: url(../images/select_iocn.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    height: 50px;
}

.booth_afterlogin_page_form form input::placeholder{
    color: #ABABAB;
    font-size: 14px;
    padding: 0 20px;
}
.booth_afterlogin_page_form form select{
    color: #ABABAB !important;
    font-size: 14px !important;
    padding: 0 20px;
}
.booth_afterlogin_page_form button.register {
    background: #192F59;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 10px 100px;
    border-radius: 7px;
}
.booth_afterlogin_page_form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.booth_afterlogin_page_form form select::-ms-expand {
  display: none;
}
.signup_section_right .nav-pills .nav-link{
    position: relative;
}
.signup_section_right .nav-pills .nav-link .bg_img {
  background-image: url(../images/signup_students.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}
.signup_section_right .nav-pills .nav-link.active .bg_img{
    background-image: url(../images/signup_students_active.svg);
}
.signup_section_right .nav-pills .nav-link .bg_img1 {
  background-image: url(../images/signup_colleges.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}
.signup_section_right .nav-pills .nav-link.active .bg_img1{
    background-image: url(../images/signup_colleges_active.svg);
}
.signup_section_right .nav-pills .nav-link .bg_img2 {
  background-image: url(../images/signup_counselor.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}
.signup_section_right .nav-pills .nav-link.active .bg_img2{
    background-image: url(../images/signup_counselor_active.svg);
}
.login_section_right.signup_section_right h3:after{
    display: none;
}
.presentation_schedule input , #step-5 input {
    background-image: url(../images/icons/linkicon.svg);
    background-size: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
button.add_presentation {
    background: #3DB166;
    border: none;
    outline: none;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 7px;
    margin: 25px 0;
}
button.add_presentation:hover {
    color: #0056b3;
}
div#step-5 p {
    font-size: 22px;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
    color: #192F59;
}
.presentation_schedule select {
    background-image: url(../images/college_input_dropdown.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-color: #FBFBFB;
    border: 1px solid rgba(22,22,22,0.6);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-section.presentation_schedule .col-md-6 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.presentation_schedule select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.presentation_schedule select::-ms-expand {
  display: none;
}



.leads_page_details_first_top_left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.leads_page_details_first_top_right{
    display: flex;
    align-items: center;
    gap: 15px;
    float: right;
}
.leads_page_details_first_top_right .rating_block {
        position: relative;
		padding: 25px;
}
.leads_page_details_first_top_right .rating_block img {
    position: absolute;
    width: 120px;
    top: -10px;
    left: -15px;
}
.leads_page_details_first_top_right .rating_block .numbers{
    color: #161616;
    font-size: 14px !important;
    margin:0;
    padding-bottom: 0px;
    font-weight: bold;
}
.leads_page_details_first_top_right .rating_block .match{
    color: #161616;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.leads_page_details_first_top_right .message_btn button {
    border: none;
    outline: none;
    background: #3DB166;
    color: #fff;
    padding: 10px 40px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
}
.leads_page_details_first table {
    width: 100%;
    margin-top:20px;
}
.leads_page_details_first tbody, .leads_page_details_first th, .leads_page_details_first td {
    border: 1px solid rgba(133, 133, 133, 0.6);
    text-align: center;
}
.leads_page_details_first th {
    background: #FAFAFA;
    padding: 5px 20px;
    color: #161616;
    font-size: 20px;
}
.leads_page_details_first td {
    padding: 15px 0;
    background-color: #fff;
}
.leads_page_details_first {
    border: 1px solid #858585;
    padding: 10px 20px;
    background: #FAFAFA;
    margin-bottom: 25px;
}
.leads_page_details_first_top_left img {
    width: 80px;
}
.leads_page_details_first_top_left .text h3 {
    color: #192F59;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 0px;
}
.leads_page_details_first_top_left .text p{
    font-size: 16px;
    color: #161616;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.leads_page_details table img{
    max-width: 17px;
}
.payment_page_section {
    padding: 30px 0;
}
.payment_page_section_top h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #192F59;
    margin: 0;
    padding-bottom: 50px;
}
.payment_page_section_bottom h3 {
    font-size: 18px;
    font-weight: 600;
    color: #192F59;
    padding-bottom: 20px;
    margin: 0;
}
.payment_form {
    padding-top: 25px;
}
.payment_form label {
    color: #161616;
    font-weight: 500;
    font-size: 14px;
}
.payment_form input.form-control {
    background: #FBFBFB;
    border: 1px solid rgba(22, 22, 22, 0.6);
    border-radius: 3px;
}
.payment_form button.confirm_booking {
    background: #3DB166;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border: none;
    outline: none;
    margin-top: 20px;
}
div#submit_popup {
    z-index: 99999 !important;
    position: absolute;
    top: 20%;
}
.submit_model_popup {
    text-align: center;
    padding: 30px;
}
.submit_model_popup h3 {
    color: #192F59;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
}
.submit_model_popup button {
    background: #3DB166;
    border: none;
    outline: none;
    padding: 10px 50px;
    border-radius: 7px;
}


.offer_overview_section.new_section .owl-dots {
    max-width: 100%;
    margin: 0;
    position: absolute;
    top: 90%;
    left: 25%;
    transform: translateX(-50%);
}

.offer_overview_section.new_section .video-icon {
    max-width: 100px;
    margin: auto;
}

.offer_overview_section.new_section .owl-carousel button.owl-dot {
    width: 20px;
    height: 20px;
    background: #cccccc !important;
    margin: 0 4px;
    border-radius: 50%;
}
.offer_overview_section.new_section {
    height: 500px;
    position: relative;
}


 /* The outer-div to move the elements */
.offer_overview_section.new_section  .box-video{
  position: relative;
  width: 100%;
  margin:0;
  height: 500px;
  cursor: pointer;
  overflow: hidden;
}

 /* Set Cover aka Background-Image */
.offer_overview_section.new_section .box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

 /* Add light shade to make play button visible*/
.offer_overview_section.new_section .bg-video::after{ 
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 3;
    }


/* The Play-Button using CSS-Only */
.offer_overview_section.new_section .box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #3DB166;
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.offer_overview_section.new_section .box-video:hover .bt-play {
  transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.offer_overview_section.new_section .box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}

/* and iframe shows up */
.offer_overview_section.new_section .box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.offer_overview_section.new_section .video-container {
    position: relative;
    width: 100%;
    height: 0;
  margin: 0;
  z-index: 1;
    padding-bottom: 56.27198%;
}

.offer_overview_section.new_section .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.offer_overview_section.new_section button.owl-dot.active{
    width: 30px !important;
    height: 30px !important;
    background: #fff !important;
}
.registration_Tabs_process.add_new_tab .stepwizard-step{
    width: 14.2% !important;
}












/*Responsive*/

@media screen and (max-width: 767px) {
    .offer_overview_section.new_section{
        height: auto !important;
    }
    .offer_overview_section.new_section .box-video {
        height: auto;
    }
    .offer_overview_section.new_section .offer_overview_section_right {
        min-height: 400px;
    }
    .offer_overview_section.new_section .owl-dots{
        top: 93%;
        left: 50%;
    }
  .login_section .col-md-7 {
    display: none;
  }
  .login_section_right h3, .login_section_right.signup_section_right h2 {
    font-size: 20px;
    }
    .login_section_right{
        padding: 20px 20px;
    }
    .login_section_right.signup_section_right{
        padding: 10px 20px;
    }
    .signup_section_right li.nav-item .nav-link {
        padding: 5px;
    }
    .signup_section_right li.nav-item {
        margin: 0 5px;
    }

    .contact_page_details {
        padding: 20px 0;
    }
    .contact_page_details_left form {
        padding-top: 25px;
    }
    .contact_page_details_left .col-md-6.left {
        padding-right: 15px !important;
    }
    .contact_page_details_left .col-md-6.right {
        padding-left: 15px !important;
    }
    .contact_page_details_right{
        padding: 20px 0 !important;
    }
    .contact_page_details_right_bottom li span{
        font-size: 16px;
    }
    .contact_page_details_right_bottom li {
        gap: 20px;
    }
    .faq_page_details .section-title {
        font-size: 20px;
    }
    .faq_page_details #faq .accordion .card .card-header button span{
        margin: 0;
        font-size: 20px;
        padding-top: 0;
    }
    .faq_page_details section .col-md-10 {
        padding-left: 0;
        padding-right: 0;
    }
    .faq_page_details #faq .accordion .card .card-body {
        font-size: 16px;
    }
    .sliderContent{
        padding: 10px;
        align-items: flex-start;
    }
    .SliderText_Date h3 {
    border-bottom: 3px solid #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    }
    .SliderText_Date h4 {
        font-size: 14px;
    }
    .SliderText_Content h2 {
    font-size: 16px;
    }
    .SliderText_Content h4 {
        font-size: 10px;
    }
    .SliderText_Content .cta-btn{
        padding: 10px 20px;
        margin-top: 0;
    }
    .flickity-viewport {
        height: 190px !important;
    }
    .flickity-enabled.is-draggable {
        height: 140px;
    }
    .carousel.carousel-nav{
        margin-top: -20px;
    }
    .our-fairs .sectin-title p {
        font-size: 14px;
        max-width: 100%;
        margin: 5px 0 !important;
    }
    .our-fairs .sectin-title h4{
        margin-bottom: 10px;
    }
    .our-fairs{
        margin-top: 0;
    }
    .interested_fair_section_left.new {
        padding: 20px 25px !important;
    }
    .interested_fair_section_left.new h3 {
        font-size: 24px !important;
    }
    .interested_fair_section_left p{
        padding: 10px 0 !important;
    }
    .news_letter_section_details{
        padding: 20px 10px;
    }
    .news_letter_section_details p{
        padding: 10px ;
        font-size: 14px;
    }
    .news_letter_section_details .subscribe {
    padding: 0 10px;
    display: block;
    }
    .news_letter_section_details .subscribe button{
        margin-top: 10px;
    }
    .footer_second_section ul li a {
        font-size: 14px;
    }
    .footer_section_bottom p {
        font-size: 14px;
    }
    .carousel-nav .carousel-cell {
    height: 150px;
    width: 100%;
    }
    .flickity-prev-next-button{
        width: 35px;
        height: 35px;
    }
    .flickity-prev-next-button.previous{
        left: 5px;
        bottom: -20px !important;
    }
    .flickity-prev-next-button.next{
        left: 45px;
        bottom: -20px !important;

    }
    .carousel-nav .SliderText_Date h3{
        font-size: 16px;
    }
    .carousel-nav .carousel-cell .sliderContent .slider_description {
        padding-top: 10px;
    }
    .carousel-nav .carousel-cell .sliderContent .slider_description p{
        font-size: 12px;
    }
    .Events-msg h4 {
        font-size: 12px !important;
    }
    .Booth_Listing .nav-pills li {
        max-width: 130px !important;
    }
    .offers_banner_cllg_left img {
        width: 100px;
    }
    .offers_banner_cllg {
        top: -30px;
    }
    .booth_afterlogin_page_banner_details{
        padding: 20px 10px;
    }
    .booth_afterlogin_page_banner {
        min-height: 250px;
    }
    section#booth_afterlogin_page .SearchBar{
        margin-bottom: 10px;
    }
    .booth_afterlogin_page_form{
        margin-top: 30px;
        padding: 20px 10px;
    }
    .booth_afterlogin_page_form button.register{
        padding: 10px 30px;
    }
    .signup_section_right li.nav-item .nav-link{
        width: 80px;
        height: 80px;
    }
    section.Booth_Listing{
        overflow: hidden;
    }
    .col-lg-4.booth_items{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .offer_overview_section_right{
        padding: 30px 40px !important;
    }
    .offered_tab_section ul#pills-tab{
        padding: 25px 0;
    }
    #booth_details_tabs .container .nav-pills li a {
        padding: 10px 5px;
    }
    h4._subheading {
        font-size: 18px;
    }
    .offer_footer_top{
        padding: 25px 0;
    }

}




@media only screen and (max-width: 1024px) and (min-width: 768px)  {
    .contact_page_details .container-fluid {
        padding: 0 50px;
    }
    .contact_page_details_right {
        padding: 0 5px;
    }
    .faq_page_details #faq .accordion .card .card-header button span {
        font-size: 20px;
        padding-top: 0;
    }
    .faq_page_details #faq .accordion .card .card-header button.collapsed,
    .faq_page_details #faq .accordion .card .card-header button{
        background-position: 0 30px;
    }
    .sliderContent{
        padding: 20px 100px;
    }
    .flickity-viewport{
        height: 410px !important;
    }
    .flickity-enabled.is-draggable{
        height: 220px;
    }
    .carousel.carousel-nav{
        margin-top: 0 !important;
    }
    .flickity-prev-next-button.previous, .flickity-prev-next-button.next {
        bottom: -150px !important;
    }
    .Booth_Listing .nav-pills li{
        max-width: 300px;
    }
    .login_section_right.signup_section_right {
        padding: 15px 25px;
    }
    .signup_section_right li.nav-item .nav-link {
        width: 80px;
        height: 80px;
    }
    .signup_section_right li.nav-item{
        margin: 0 5px;
    }
    .login_section_right.signup_section_right h2 {
        font-size: 20px;
    }
    .offer_overview_section_right {
        padding: 35px 35px;
    }
    #booth_details_tabs .container .nav-pills li{
        width: 100px !important;
    }
    .offered_tab_section .nav-pills .nav-link:after{
        width: 40px !important;
    }

}




/* new css added 9th july*/


@media only screen and (max-width: 1366px) and (min-width: 1024px){
    .offered_tab_section .nav-pills .nav-link:after {
        width: 60px !important;
    } 
    .offered_tab_section .nav-pills .nav-link:after {
        right: -32px !important
        ;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
    .Booth_Listing .nav-pills li {
        max-width: 200px !important;
    }   
    .offered_tab_section .nav-pills .nav-link:after {
        right: -25px;
    } 
}


@media only screen and (max-width:767px){
    .offered_tab_section li.nav-item img {
        max-width: 13px !important;
    }
    
    .offered_tab_section li.nav-item p {
        font-size: 10px !important;
        padding-left: 12px;
    }
    .Booth_Listing .nav-pills li a {
        padding: 10px 25px !important;
        font-size: 10px !important;
    }

    .offered_tab_section .nav-pills .nav-link:after {
        position: absolute;
        top: 23px;
        content: "";
        border-bottom: 3px solid #192F59;
        width: 26px !important;
        right: -20px !important;
        left: 50px;
    }

    .Booth_Listing .nav-pills li {
        max-width: 100px !important;
    }

    .detail_tab.nav-pills li{
width: 62px !important;
    }

    .offered_tab_section li.nav-item {
        min-width: 15% !important;
    }

    .Booth_Listing .nav-pills {
        margin: 5px 0px 46px 0px !important;
    }

    .offered_tab_section .nav-pills .nav-link .icons {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    
}

.offered_tab_section.nav-pills li{
    width: 62px !important;
}

/* detail-page-css-end */


@media only screen and (max-width: 767px){
    .Booth_Listing .nav-pills li a {
        padding: 10px 0px !important;
        font-size: 13px !important;
    }

    .Booth_Listing .detail_tab li {
        max-width: 62px !important;
    }
    
    .stepwizard-step img {
        max-width: 13px;
    }

    .mobile_img{
       width: 9px;
    }
    /*.stepwizard-step {
        width: 15.6%;
    }*/
    
    .btn-circle span {
        height: 30px;
        width: 30px;
    }

    .stepwizard-step p {
        font-size: 10px;
        min-height: 75px;
        align-items: flex-start;

    }


    .stepwizard-row:before {
        top: 15px;
        width: 83%;
    
    }
    .stepwizard-step .btn{
        padding: 0;
    }

.pt-30{
    padding-top: 30px;
}

    .word_break{
        word-break: break-word;
    }

    .main-form {
        max-width: 100%;
    }

    .main-form .form-group {
        padding: 0px;
    }
}

@media only screen and (min-width:360px) and (max-width:767px){
    .faq_page_details #faq .text-center.support-text p a {
        padding: 8px 12px;
    }
}


@media (max-width: 320px){
    .faq_page_details #faq .text-center.support-text p a {
        padding: 8px -1px;
    }

    .Booth_Listing .detail_tab li {
        max-width: 50px !important;
    }
   
}



/* css added 9th augest */

.mt70{

    margin-top: -70px;
}


.play-button{

    position: relative;
    left: 40%;
}