body {
    background: #000;
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    color: #ebae79;
    font-weight: normal;
}
h1{
    font-family: 'impactregular';
}
a{
    color: #ebae79;
    text-decoration: none;
}
a:hover{
    color: #f7ac6f;
    text-decoration: none;
}
.main-container{
    width: 100%;
    display: block;
    position: relative;
    display: flex;
    height: 100vh;
    align-items: center;
    padding: 0 5vw;
}

.form-right-con h1{
    font-size: 40px;
}
.form-right-con p{
    font-size: 28px;
}
.sign-in-block{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #ebae79;
}
.logo-img{
    width: 100%;
}
.logo-img.register{
    margin-bottom: 100px;
}
.form-group {
    position: relative;
}

.form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
}
.form-main{
    width: 100%;
    display: block;
}
.form-control {
    height: 38px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
}
.form-main .btn.btn-primary {
    background: #ebae79 !important;
    border: 1px solid #ebae79 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-size: 16px;
}
.form-main .btn.btn-primary:hover{
    background: #f7ac6f !important;
    border: 1px solid #f7ac6f !important;
}
.sign-in-block h3 {
    color: #f7ac6f;
    padding: 15px 0;
    text-transform: inherit;
    font-weight: normal;
    font-weight: 600;
    font-size: 30px;
}

.cross-icon{
    position: absolute;
    right: 10px;
    top: 5px;
    color: #d2d2d2;
}
.cross-icon a{
    color: #d2d2d2;
}
.cross-icon a:hover{
    color: #ebae79;
}
a.google-signin {
    height: 55px;
    padding: 5px 10px 5px 10px;
    color: #858585;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.google-signin  img{
    width: 36px;
    margin-right: 10px;
}
a.google-signin:hover{
    color: #000;
}
a.outlook-signin {
    height: 55px;
    padding: 5px 10px 5px 10px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.outlook-signin img{
    width: 36px;
    margin-right: 10px;
}
a.outlook-signin:hover{
    color: #000;
}
.text-terms{
    font-size: 13px;
}

.video-box{
    border: 6px solid #ebae79;
    border-radius:50px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.video-box img{
    width: 100%;
}

.btn-main {
    padding: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    background: #ebae79;
    text-transform: uppercase;
    font-family: 'impactregular';
}
.btn-main:hover{
    color: #fff;
    background: #f7ac6f;
}

.btn-main span{
 color: #000;
}

.mar-b-3{
    margin-bottom: 30px !important;
}

.container-home {
    width: 100%;
    display: block;
    padding: 1rem 0;
    min-height: 100vh;
}
.container-log-on-3 {
    width: 100%;
    display: block;
    padding: 2rem;
    min-height: 100vh;
}
.left-bar{
    width: 100%;
    display: block;
    text-align: center;
}
.logo-img.home h1{
 font-size: 1.5rem;
 margin-top: 5px;
}
.circle-menu-list{
    width: 100%;
}
.circle-menu-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.circle-menu-list ul li{
    list-style: none;
    margin-bottom: 2rem;
}
.circle-menu-list ul li a{
    width: 150px;
    height:150px;
    border: 10px solid #ebae79;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}
.circle-menu-list ul li a img{
    width: 100%;
}
.circle-menu-list ul li a:hover{
    border: 10px solid #4e9d48;
}
.circle-menu-list ul li.active a{
    border: 10px solid #4e9d48;
}

.right-container{
    width: 100%;
    display: block;
}
.right-top-bar{
    width: 100%;
    display: block;
}
.calender-day{
    width: 100%;
    display: block;
    margin-top: 3rem;
    float: left;
}
.cl-btn-today{
    background: #ebae79;
    width: 30%;
    padding: .5rem 1rem;
    font-family: 'impactregular';
    color: #000;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    float: left;
}
.cl-month{
    width: auto;
    font-family: 'impactregular';
    color: #fff;
    font-size: 2rem;
    float: left;
    margin-left: 2rem;
}
.btn-main.home-top{
    padding: 25px 80px;
    color: #000;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    background: #ebae79;
    text-transform: uppercase;
    font-family: 'impactregular';
}
.right-calender-area{
    width: 100%;
    display: block;
    margin-top: 2rem;
}



.guest-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
.guest-box{
    background: #ebae79;
    border-radius: 60px;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
}
.guest-box:last-child{
    margin-right: 0rem;
}
.guest-box p{
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'impactregular';
    margin: 0;
}
.guest-box p.bottom-light{
    font-family: 'Lato', sans-serif;
    text-transform: none;
}
.join-business-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
.join-our-business-box{
    background: #ebae79;
    border-radius: 60px;
    padding: 1rem 8rem;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}
.join-our-business-box p{
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    font-family: 'impactregular';
    margin: 0;
}
.btn-log-on-3{
    padding: .8rem 8rem;
    border-radius: 8px;
    margin-top: 3rem;
}
.payment-section {
    background: #000;
    border: 10px solid #ebae79;
    border-radius: 150px;
	padding: 40px 10px;
}
.checkout-box h4{
	text-transform:capitalize;
}
.progress-form {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.progress-form li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.progress-form li:after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #ebae79;
    left: calc(50% + 14px);
}
.progress-form li:last-child:after{
	display:none;
}

.progress-form .dot i{
    height: 16px;
    background: #ebae79;
    display: inline-flex;
    justify-content: space-between;
    width: 16px;
    border-radius: 50%;
}
.progress-form .dot {
    height: 30px;
    background: #000;
    display: inline-flex;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ebae79;
    align-items: center;
    justify-content: center;
}
.checkout-form {
    padding: 0 12%;
}
.checkout-form h5{
	text-transform:capitalize;
}
.checkout-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.checkout-form ul li {
    padding: 20px 0;
    border-top: 2px solid rgba(255,255,255,0.5);
}
.checkout-form ul li p{
    margin:0;
	font-size: 16px;
}
.checkout-form ul li input{
	position:inherit;
}
.checkout-form ul li input[type=checkbox], input[type=radio] {
    width: 30px;
    height: 30px;
}

.checkout-form .action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.checkout-form .action-btn button {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px;
    border-radius: 30px;
}

.checkout-form .action-btn .blank-btn {
    border: 1px solid #ebae79;
    background: transparent;
    color: #ebae79;
}
.checkout-form .action-btn .blank-btn:hover {
	background: #ebae79;
	color:#fff;
}
.checkout-form .action-btn .pay-btn {
    border: 1px solid #ebae79;
    background: #ebae79;
    color: #000;
}
.checkout-form .action-btn .pay-btn:hover {
	background: #f7ac6f;
	color:#fff;
}



.right-container-row{
        width: 100%;
        display: block;
        margin-top: 2rem;
        clear: both;
    }



#custom-search-input {
    margin:0;
    margin-top: 70px;
    padding: 0;
}

#custom-search-input .search-query {
    padding-right: 15px;
    padding-right: 15px \9;
    padding-left: 15px;
    padding-left: 15px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    font-size: 18px;

}

#custom-search-input button {
    border: 0;
    background: none;
    padding: 0;
    margin-top: 0;
    position: relative;
    right: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    z-index: 9;
    font-size: 25px;
}

.search-query:focus + button {
    z-index: 3;   
}
.input-group-btn{
    position: absolute;
    right: 0;
}
.tab-nav{
    width: 100%;
   position: relative;
   padding-bottom: 78px;
}
a.tab-item{
    position: absolute;
    border-radius: 30px;
    font-size:2rem;
    color: #000;
    font-family: 'impactregular';
    text-transform: uppercase;
    z-index: 0;
    padding: 15px 10px;
}
a.tab-item:hover{
    color: #000;
    }
a.individuals{
    background: #898888;
    text-align: center;
    width: 40%;
    left: 0;
    z-index: 2;
}
a.individuals.big{
    width: 55%;
}
a.individuals.active{
    background: #ebae79;
    z-index: 2;
}
a.teams{
    background: #898888;
    text-align: center;
    width: 40%;
    left: 30%;
    z-index: 1;
}
a.teams.active{
    background: #ebae79;
    z-index: 3;
}
a.invites{
    background: #3ca234;
    text-align: center;
    width: 40%;
    left: 60%;
}
a.invites.big{
    background: #3ca234;
    text-align: center;
    width: 55%;
    left: 44%;
}
a.invites.active{
    background: #3ca234;
    z-index: 3;
}
.table-list-headings{
    display: flex;

}
.heading-item{
    text-align: center;
    font-size:2.5rem;
    color: #fff;
    font-family: 'impactregular';
    text-transform: uppercase;
}

.heading-item.basic-info{
    width: 30%;
}
.heading-item.basic-info.teams{
    width: 80%;
}
.heading-item.basic-info.add-user{
    width: 45%;
}
.heading-item.email{
    width: 30%;
}
.heading-item.business{
    width: 20%;
}
.heading-item.business.add-user{
    width: 45%;
}
.heading-item.meeting{
    width: 10%;
}
.heading-item.remove{
    width: 10%;
}


.table-list{
    display: flex;
    padding: 10px 15px;
    background:#ebae79;
    border-radius: 30px;
    margin-top: 1.6rem;
    align-items: center;
}
.table-list-item {
    font-size: 2rem;
    text-align: center;
    color: #000;
}

.table-list-item.basic-info{
    width: 30%;
    text-align: left;
    display: flex;
    align-items: center;
}
.table-list-item.basic-info.teams{
    width: 80%;
}
.table-list-item.basic-info.add-user{
    width: 45%;
}
.table-list-item.email{
    width: 30%;
}
.table-list-item.business{
    width: 20%;
}
.table-list-item.business.add-user{
    width: 45%;
}
.table-list-item.meeting{
    width: 10%;
}
.table-list-item.remove{
    width: 10%;
}
.table-list-thumbnail{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #000;
    overflow: hidden;
    margin: 0 30px 0 15px;
}
.table-list-thumbnail.new-team{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 10px solid #ebae79;
    overflow: hidden;
    margin: 0 30px 0 15px;
    margin: 0 auto;
}
.table-list-thumbnail img{
    width: 100%;
}
.table-list-item.remove img,.table-list-item.meeting img{
   height:70px;
}

.btn-contact{
    padding: .8rem 8rem;
    border-radius:20px;
    margin-top: 0rem;
    font-size: 1.5rem;
    color: #000;
}
.btn-contact:hover{
    color: #000;
}
.add-user-box{
    width: 100%;
    padding-bottom: 30px;
}
.modal-form-section {
    background: #000;
    border: 10px solid #ebae79;
    border-radius: 150px;
    padding: 10px 10px;
}
.form-heading{
    color: #fff;
}
.form-con{
    padding: 0 60px;
    margin-top: 0px;
}
.form-con.for-setting-1{
    min-height: 400px;
    padding:20vh 2em;
}
.form-con.for-setting-1 .btn-block{
    margin: 25px 0;
}
.modal-form-section .form-control {
    color: #000;
    font-size: 24px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 4px solid #ebae79;
    height: 50px;
    text-align: center;
    margin-top: 25px;
}
.modal-form-section .form-control option{
    font-size: 12px;
}
.modal-form-section .big-textarea{
    height: 200px;
}
.modal-form-section .big-textarea.agenda{
    height: 450px;
}
.modal-form-section .big-textarea.team{
    height: 300px;
}
.btn-form-section{
    padding: 5px 35px;
    border-radius: 20px;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #000;
}
.form-share-block{
 width: 100%;
 margin-top: 30px;
}
.share-icons{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 15px;
}
.form-share-block h2{
    font-family: 'impactregular';
    font-size: 1.8rem;
    color: #fff;
}

.modal-body.big {
    padding: 2rem;
}
.dropdown-block{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color: #ebae79;
    font-size: 24px;
}
.dropdown-block .form-control {
    margin: 0;
    margin-left: 10px;
}
.color-yellow{
    color: #ebae79;
}
.form-select-option{
    text-align: left;
    margin-top: 25px;
    color: #ebae79;
    font-size: 24px;
}
.form-select-option .form-check-input {
    margin-top: 0.8rem;
}
.search-modal .form-control{
    margin: 0;
    text-align: left;
}
.search-modal#custom-search-input button {
    top: 5px;
}
.search-modal#custom-search-input {
  margin-top: 25px;
  font-size: 24px;
}
.search-modal#custom-search-input .search-query {
    font-size: 24px;
}
.users-list-container{
    padding: 10px 15px;
    background: #ebae79;
    border-radius: 30px;
    margin-top: 1.6rem;
}
.users-list-item {
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #af9074;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.users-list-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #22a03a;
    overflow: hidden;
    margin: 0 10px 0 0px;
}
.users-list-thumbnail img {
    width: 100%;
}
.users-list-name{
    font-size: 28px;
    color: #000;
}

.meeting-check-list-container{
    padding: 10px 15px;
    background: #ebae79;
    border-radius: 30px;
    margin-top: 1.6rem;
}
.meeting-check-list-item {
    text-align: left;
}

.control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;

  }
  .control {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 26px;
    line-height: normal;
}
.control.big-text {
    font-size: 50px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'impactregular';
}
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .control__indicator {
    position: absolute;
    top: 20px;
    left: 0;
    height: 30px;
    width: 30px;
    background: #e6e6e6;
    border: 2px solid #000;
}
  .control--radio .control__indicator {
    border-radius: 50%;
  }
  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    background: #ccc;
  }
  .control input:checked ~ .control__indicator {
    background: #000;
  }
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #000;
  }
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }
  .control--radio .control__indicator:after {
    left: 6px;
    top: 6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #fff;
}
  .control--radio input:disabled ~ .control__indicator:after {
    background: #fff;
  }
  /*.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
  }
  .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select select:hover,
  .select select:focus {
    color: #000;
    background: #ccc;
  }
  .select select:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
  }
  .select select:hover ~ .select__arrow,
  .select select:focus ~ .select__arrow {
    border-top-color: #000;
  }
  .select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
  }
*/


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

@media (min-width: 1401px) and (max-width: 1600px) { 
    .form-right-con p {
        line-height: 30px;
    }
    .logo-img.home h1 {
        font-size: 1.2rem;
    }
    .logo-img img {
        width: 144px;
    }
    .circle-menu-list ul li {
        list-style: none;
        margin-bottom: 1.5rem;
    }
    .circle-menu-list ul li a {
        width: 120px;
        height: 120px;
        border: 8px solid #ebae79;
    }
    .circle-menu-list ul li a:hover {
        border: 8px solid #4e9d48;
    }
    .circle-menu-list ul li.active a {
        border: 8px solid #4e9d48;
    }
    .calender-day {
        margin-top: 2rem;
    }
    .cl-btn-today {
        font-size: 1.1rem;
    }
    .cl-month {
        font-size: 1.5rem;
    }
    .btn-main.home-top {
        padding: 16px 50px;
        font-size: 24px;
    }
 }

 @media screen and (max-width: 1024px) and (max-height: 768px) { 
    .main-container {
        padding: 0 1vw;
    }
    .form-right-con p {
        line-height: 22px;
    }
.logo-img img{
    width: 144px;
}
.sign-in-block h3 {
    padding: 10px 0;
    font-size: 26px;
    margin: 0;
}
.form-control {
    height: 32px;
}
.signin-form .mb-4{
    margin-bottom: 1rem!important;
}
.cross-icon {
    top: 0px;
}
.form-main .btn.btn-primary {
    line-height: normal;
}
.sign-in-block .form-group {
    margin-bottom: 0.5rem;
}
.btn-main {
    padding: 10px 20px;
    font-size: 22px;
}
.logo-img.home h1 {
    font-size: .8rem;
    margin-top: 5px;
    margin-bottom: 30px !important;
}
.logo-img img {
    width: 120px;
}
.circle-menu-list ul li {
    list-style: none;
    margin-bottom: 1.1rem;
}
.circle-menu-list ul li a {
    width: 86px;
    height: 86px;
    border: 6px solid #ebae79;
}
.circle-menu-list ul li a:hover {
    border: 6px solid #4e9d48;
}
.circle-menu-list ul li.active a {
    border: 6px solid #4e9d48;
}
.calender-day {
    margin-top: 2rem;
}
.cl-btn-today {
    font-size: .9rem;
    padding: 0.3rem 1rem;
}
.cl-month {
    font-size: 1.1rem;
    margin-left: 1.5rem;
}
.btn-main.home-top {
    padding: 8px 40px;
    font-size: 18px;
}
  }  
@media screen and (max-width: 1024px) and (max-height: 600px) {

    .main-container {
        padding: 0 1vw;
    }
    .form-right-con p {
        line-height: 22px;
    }
.logo-img img{
    width: 144px;
}
.sign-in-block h3 {
    padding: 10px 0;
    font-size: 26px;
    margin: 0;
}
.form-control {
    height: 32px;
}
.signin-form .mb-4{
    margin-bottom: 1rem!important;
}
.cross-icon {
    top: 0px;
}
.form-main .btn.btn-primary {
    line-height: normal;
}
.sign-in-block .form-group {
    margin-bottom: 0.5rem;
}
.btn-main {
    padding: 10px 20px;
    font-size: 22px;
}

.logo-img.home h1 {
    font-size: .8rem;
    margin-top: 5px;
    margin-bottom: 30px !important;
}
.logo-img img {
    width: 120px;
}
.circle-menu-list ul li {
    list-style: none;
    margin-bottom: 1.1rem;
}
.circle-menu-list ul li a {
    width: 86px;
    height: 86px;
    border: 6px solid #ebae79;
}
.circle-menu-list ul li a:hover {
    border: 6px solid #4e9d48;
}
.circle-menu-list ul li.active a {
    border: 6px solid #4e9d48;
}
.calender-day {
    margin-top: 2rem;
}
.cl-btn-today {
    font-size: .9rem;
    padding: 0.3rem 1rem;
}
.cl-month {
    font-size: 1.1rem;
    margin-left: 1.5rem;
}
.btn-main.home-top {
    padding: 8px 40px;
    font-size: 18px;
}

  }

 @media (min-width: 992px) and (max-width: 1400px) { 
    .sign-in-block {
        width: 80%;
    }
    .form-right-con h1 {
        font-size: 24px;
    }
    .form-right-con p {
        font-size: 18px;
    }
    a.google-signin {
        font-size: 22px;
    }
    .btn-main {
        padding: 20px 30px;
        font-size: 24px;
    }
    .form-right-con p {
        line-height: 32px;
    }
    .logo-img.home h1 {
        font-size: 1.1rem;
        margin-top: 5px;
    }
    .logo-img img {
        width: 144px;
    }
    .circle-menu-list ul li {
        list-style: none;
        margin-bottom: 1.5rem;
    }
    .circle-menu-list ul li a {
        width: 100px;
        height: 100px;
        border: 6px solid #ebae79;
    }
    .circle-menu-list ul li a:hover {
        border: 6px solid #4e9d48;
    }
    .circle-menu-list ul li.active a {
        border: 6px solid #4e9d48;
    }
    .calender-day {
        margin-top: 2rem;
    }
    .cl-btn-today {
        font-size: 1.1rem;
    }
    .cl-month {
        font-size: 1.5rem;
    }
    .btn-main.home-top {
        padding: 16px 50px;
        font-size: 24px;
    }
 }
@media (min-width: 768px) and (max-width: 991.98px) { 
   
    .main-container {
        height: auto;
        padding: 3vh 0vw;
    }
    .form-right-con h1 {
        font-size: 36px;
    }

    .logo-img.home h1 {
        font-size: .7rem;
        margin-top: 5px;
        margin-bottom: 30px !important;
    }
    .logo-img img {
        width: 120px;
    }
    .circle-menu-list ul li {
        list-style: none;
        margin-bottom: 1.1rem;
    }
    .circle-menu-list ul li a {
        width: 80px;
        height: 80px;
        border: 6px solid #ebae79;
    }
    .circle-menu-list ul li a:hover {
        border: 6px solid #4e9d48;
    }
    .circle-menu-list ul li.active a {
        border: 6px solid #4e9d48;
    }
    .calender-day {
        margin-top: 1.5rem;
    }
    .cl-btn-today {
        font-size: .6rem;
        padding: 0.3rem 1rem;
    }
    .cl-month {
        font-size: .9rem;
        margin-left: 1.5rem;
    }
    .btn-main.home-top {
        padding: 4px 30px;
        font-size: 14px;
    }
 }

@media (min-width: 576px) and (max-width: 767.98px) { 
    body {
        height: inherit;
        display: inherit;
        align-items: inherit;
    }
    .sign-in-block {
        width: 100%;
    }
    .form-right-con h1 {
        font-size: 16px;
    }
    .form-right-con p {
        font-size: 13px;
    }
    .video-box {
        width: 100%;
    }
    .btn-main {
        padding: 5px 15px;
        font-size: 14px;
        line-height: normal;
    }
    .logo-img.register {
        margin-bottom: 30px;
    }
    a.google-signin {
        font-size: 22px;
    }

    .table-list-thumbnail.new-team {
        width: 100px;
        height: 100px;
        border: 5px solid #ebae79;
    }
    
}

@media (max-width: 575.98px) {
    body {
        height: inherit;
        display: inherit;
        align-items: inherit;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .sign-in-block {
        width: 100%;
    }
    .form-right-con h1 {
        font-size: 16px;
    }
    .form-right-con p {
        font-size: 13px;
    }
    .video-box {
        width: 100%;
    }
    .btn-main {
        padding: 10px 20px;
        font-size: 16px;
    }
    .logo-img.register {
        margin-bottom: 30px;
    }
    a.google-signin {
        font-size: 22px;
    }
    .circle-menu-list ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .circle-menu-list ul li a {
        width: 70px !important;
        height: 70px !important;
    }
    .calender-day{
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .container-log-on-3 {
        padding: 1rem;
    }
    .guest-box {
        margin-right: 0rem;
        margin-bottom: 1rem;
    }
    .guest-container {
        flex-direction: column;
    }
    .logo-img {
        text-align: center;
      
    }
    .guest-box p {
        font-size: 1.1rem;
    }

    .payment-section {
        border: 5px solid #ebae79;
        border-radius: 50px;
        padding: 20px 10px;
    }
    .join-our-business-box {
        padding: 1rem 1rem;
    }
    .btn-main.home-top {
        padding: 6px 30px !important;
        font-size: 14px !important;
    }
    .modal-form-section {
        border: 5px solid #ebae79;
        border-radius: 76px;
        padding: 10px 10px;
    }
    .form-con.for-setting-1 {
        min-height: 300px;
        padding: 0 2em;
    }
    .btn-main {
        padding: 5px 15px;
        font-size: 14px;
        line-height: normal;
    }

    .table-list-thumbnail.new-team {
        width: 100px;
        height: 100px;
        border: 5px solid #ebae79;
    }
    .form-con {
        padding: 0 10px;
        margin-top: 0px;
    }
    .modal-form-section .form-control {
        font-size: 12px;
        border: 2px solid #ebae79;
        height: 30px;
        margin-top: 10px;
    }

    #custom-search-input {
        margin: 0;
        margin-top: 10px;
        padding: 0;
        margin-bottom: 10px;
    }
 }









 



















 

  
