@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "Poppins", serif;
}

body {
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #000000;
}

button {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000000;
    font-weight: 400;
    font-family: "Poppins", serif;
}

h1 {
    font-size:45px;
    line-height: 55px;
    font-weight: 500;
}

h2 {
    color: #56BEA4;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

h3 {
    font-size:29px;
    line-height: 48px;
    font-weight: 300;
}

h4 {
    color: #56bea4;
    font-size:19px;
    line-height: 30px;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 300;
}

p:last-child {
    margin-bottom: 0;
}

p.small {
    font-size: 14px;
    line-height: 22px;
}

p.large {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-default {
    display: inline-block;
    color: #fff;
    background: #F1B342;
    min-width: 175px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 0px 35px;
}

.btn-default:hover {
    background: none;
    border:2px solid #F1B342;
    color: #F1B342;
}

/*** HEADER ***/
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 5px;
    z-index: 9999;
}

.navbar-nav .nav-link {
    color: #000000;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    letter-spacing: 0px;
    font-weight: 400;
    padding:0px 0px !important;
    font-size: 18px;
    line-height: 1.3;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .dropdown .nav-link img,
.navbar-light .navbar-nav .menu-item-has-children .nav-link img {
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    background: #000;
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
    border: 2px solid #F1B342;
    color: #F1B342;
    border-radius: 40px;
    line-height: 40px;
    padding: 0px 25px !important;
    text-align: center;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link:hover {
    border-color: #F1B342!important;
    color: #fff !important;
    background: #F1B342!important;
}

.dropdown-toggle::after {
    content: '';
    background: url(../img/down-arrow.svg) 50% 50% no-repeat;
    background-size: contain;
    border: none;
    width: 13px;
    height: 12px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}



.navbar-light .navbar-nav .lbtn .dropdown-toggle::after {
    background: url(../img/arrow-yellow-down.png) 50% 50% no-repeat;
}

.navbar-light .navbar-nav .dropdown-toggle:hover::after {
    filter: invert(0) brightness(0);
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
	color:#000000!important;
}

.navbar-light .navbar-nav .nav-item.active>a {
    color:#000000!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
    margin-left: 25px;
	display:inline-block;
    vertical-align: top;
}

.navbar-expand-lg .navbar-nav>li:last-child {
    margin-left: 45px;
}

.navbar-brand img {
    min-height: 50px;
    margin-right: 20px;
    filter: invert(1) brightness(1);
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:last-child>ul.sub-menu,
.navbar-nav li.menu-item-has-children:last-child>ul.sub-menu {
    left: auto;
    right: 0px;
    min-width:150px;
}

.navbar-nav li.dropdown:hover ul.sub-menu,
.navbar-nav li.menu-item-has-children:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 240px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
    background: #fff;
}

.navbar-light .navbar-nav ul.sub-menu li:first-child {
    border-radius: 10px 10px 0px 0px;
}

.navbar-light .navbar-nav ul.sub-menu li:last-child {
    border-radius: 0px 0px 10px 10px !important;
    overflow: hidden;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
    position: relative;
    border: none !important;
}

.navbar-nav ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 15px 20px !important;
    
    font-size: 18px;
    font-weight: 400;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: #000!important;
    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
	color:#000!important;
    font-weight: bold;
    /* background: #bea670; */
}

/*** sliderinfo ***/
.sliderinfo {
    overflow: hidden;
}

.sliderinfo marquee {
    border-bottom: 1px solid #d4d4d4;
    float: left;
    display: flex;
    align-items: center;
}

.sliderinfo p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    display: inline-block;
    padding: 5px 15px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    margin-right: 25px;
}

.sliderinfo p span {
    margin-left: 12px;
    display: inline-block;
}

.sliderinfo p img {
    margin-right: 5px;
    max-width: 27px;
}

.color-green {
    color: #25A956 !important;
}

.color-grey {
    color: #808080;
}

/*** topbar ***/
.topbar {
    background: #F4F4F4;
}

.topbar p {
    margin: 5px 0px;
}

.topbar .left a {
    text-decoration: underline;
}

.topbar .left a:hover {
    text-decoration: none;
}

.topbar .right a {
    display: inline-block;
    margin-left: 40px;
}

.topbar .right a span {
    margin-right: 5px;
    vertical-align: middle;
}

.topbar .right a:hover {
    text-decoration: none;
}

.topbar .right a:first-child {
    margin-left: 0px;
}


/**/
.side-menu {
	position:fixed;
    top: 110%;
    width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index:999999;
	overflow:hidden;
	overflow-y:auto;
    background: rgba(0,0,0,.5);
    height: 100vh;
}

.side-menu.intro {
	top:0px;
}

.side-menu .bg {
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    padding: 0px 20px;
    padding-top: 7px;
    padding-bottom: 20px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:0px;
	width:100%;
    margin-bottom: 60px;
}

.side-menu ul.main-menu>li {
    border-bottom: 1px solid #ccc;
}

.side-menu ul.main-menu li>a {
    display: inline-block;
    width: 100%;
    color: #56BEA4;
    font-weight: 600;
    font-size: 19px;
}

.side-menu ul.main-menu li span {
    margin-left: auto;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 5px;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 10px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 22px;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f106";
    top: 46%;
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding: 10px 0px 0px 0px !important;
    display: none !important;
    top: 0 !important;
    width: 100%;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li {
    margin: 0;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a,
.side-menu ul.navbar-nav li ul.sub-menu li.active>a {
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav>li {
    margin: 0;
    padding: 0;
    padding: 20px 0px;
}

a.CloseBtn {
	color:#FFFFFF;
	font-size:16px;
    font-weight: 300;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 25px;
	margin:20px 10px;
	position: relative;
    z-index: 99;
    cursor: pointer;
    border: 1px solid #fff;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.side-menu .newsletter .form-control {
    border: 1px solid #D9D9D9;
}

.side-menu .links {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    color: #000;
}

.side-menu .links a {
    display: inline-block;
    margin-bottom: 5px;
    color: #000;
}

.side-menu .links a span {
    margin-right: 10px;
    vertical-align: middle;
}

.side-menu .links a:hover {
    text-decoration: none;
}


/*** launching-soon ***/
.launching-soon {
    padding: 40px 0px;
}

.launching-soon .bg {
    background: #56BEA4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    height: calc(100vh - 80px);
}

.logoimg {
    min-height: 110px;
    min-width: 275px;
}

.space-rightleft {
    /* padding: 0px 10px; */
}

/*** banner ***/
.banner {
    padding: 0px 0px;
}

.banner .bgimg {
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 40px 45px 200px 45px;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
body.page-template-template-home .banner .bgimg{
    padding: 40px 45px 120px 45px;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    border-radius: 15px;
}

.zindex {
    position: relative;
    z-index: 99;
}

.banner .bgimg h1 {
    margin-bottom: 20px;
}

.banner .bgimg h1,
.banner .bgimg h3,
.banner .bgimg p {
    color: #fff;
}

.banner .bgimg h3 {
    margin-bottom: 40px;
}

/*** footer ***/
.footer .bg {
    border-radius: 18px;
    padding: 25px 45px;
    background: #56BEA4;
}

.footer h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding-bottom: 10px;
}

.footer p {
    color: #fff;
}

.footer .links a {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
}

.footer .links a span {
    margin-right: 5px;
    vertical-align: middle;
}

.footer .links a:hover {
    text-decoration: none;
}

.footer .links a:first-child {
    margin-left: 0px;
}

.newsletter {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-control {
    height: 48px;
    border-radius: 25px;
    padding: 0px 30px;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    border: none;
    margin: 0;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.newsletter .submit-btn {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 6px;
    right: 7px;
    background: #F1B342;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
}

.newsletter .submit-btn:hover {
    background: #56bea4;
}


/*** copyright ***/
.copyright {
    padding: 18px 0px;
}

.copyright p {
    color: #808080;
}

.copyright ul {
    margin: 0;
    padding: 0;
}

.copyright ul li {
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    font-size: 14px;
    line-height: 22px;
}

.copyright ul li a {
    color: #808080;
    line-height: 22px;
    font-weight: 300;
}

.copyright ul li a:hover {
    color: #000;
}

.copyright ul li:after {
    content: '•';
    color: #808080;
    padding: 0px 10px;
    font-weight: 300;
}

.copyright ul li:last-child:after {
    display: none;
}


/*** confirmation ***/
.confirmation {
    padding: 10px 0px 0px 0px;
}

.confirmation .bg {
    background: #56BEA4;
    border-radius: 18px;
    padding: 180px 15px;
}

.confirmation h1 {
    color: #fff;
    margin-bottom: 0;
}

.confirmation h3 {
    color: #fff;
    margin: 25px 0px 35px 0px;
}


/*** info-list ***/
.info-list {
    padding: 0px 0px 10px 0px;
}

.info-list .link-list:last-child {
    border: none;
}

.info-list .link-list {
    padding: 0px 0px;
    border-bottom: 1px solid #808080;
    border-bottom: 1px solid #CCCCCC;
    align-items: center;
}

.info-list .link-list:last-child {
    border-bottom: none;
}

.info-list p {
    max-width: 670px;
}

.info-list h2 {
    color: #000;
}

.info-list .round-btn {
    color: #000;
    border: 1px solid #CCCCCC;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}

.info-list .round-btn img {
    filter: invert(0) brightness(0);
    transform: rotate(-90deg);
    max-width: 20px;
    margin-left: 3px;
}


/*** Modal ***/
button.CloseBtn {
	color:#FFFFFF;
	font-size:16px;
    font-weight: 300;
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 25px;
	position: relative;
    z-index: 99;
    cursor: pointer;
    border: 2px solid #fff;
    opacity: 1;
    width: auto;
    height: auto;
    position: fixed;
    top: 25px;
    right: 20px;
    background: none;
}

button.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

button.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-dialog {
    max-width: 100% !important;
    margin: 0 auto;
}

.modal.fade .modal-dialog {
    transition: transform .3 ease-out;
    transform: translate(0, 50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal {
    margin-top: 150px;
    height: calc(100vh - 150px);
    border-radius: 30px 30px 0px 0px;
}
/* 
.modal.show {
    display: flex !important;
    align-items: end;
    justify-content: end;
}

.modal.show .modal-dialog {
    transform: none;
    overflow-y: scroll;
} */

.modal .modal-content {
    background: none;
    border-radius: 0;
    border: none;
}

.modal .modal-body {
    background: #fff;
    border: none;
    padding: 40px 20px;
}

.modal h2 {
    color: #000;
    margin-bottom: 20px;
}

.modal h4 {
    color: #000;
    margin-bottom: 20px;
}

.userinfo {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 20px;
}

.userinfo p {
    margin-bottom: 0px;
}

.userinfo .img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.userinfo .img {
    min-width: 56px;
    margin-right: 30px;
}

.contact-info {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
}

.contact-info p {
    margin-bottom: 0px;
}

.contact-info .img span {
    font-size: 24px;
    margin-top: 4px;
}

.contact-info .img {
    min-width: 56px;
    margin-right: 30px;
    text-align: center;
}

.modal .round-img {
    width: 100%;
    margin-bottom: 0;
    height: 248px;
    border-radius: 20px;
    margin-top: 30px;
}

.forminfo {
    border-radius: 20px;
    padding: 30px;
    background: #F1F1F1;
}

.forminfo .form-control {
    padding: 0px 20px;
    margin-bottom: 15px;
}

.forminfo textarea.form-control {
    padding: 15px 15px;
    height: 166px;
    border-radius: 5px;
    resize: none;
}

.form-check {
    color: #000000;
    font-size: 16px;
    line-height: 31px;
    padding-left: 40px;
    margin-bottom: 25px;
    /* 808080 */
}

.form-check-input {
    border-color: #d5d5d5 !important;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    width: 25px;
    height: 25px;
    margin-left: -40px;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #F1B342;
    border-color: #F1B342 !important;
}

.forminfo .textinfo {
    margin-bottom: 20px;
}

.forminfo .errortext {
    color: #FF0000;
    font-size: 18px;
    font-weight: 300;
    margin-left: 25px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #F1B342;
}

/*** main-info ***/
.main-info {

}

.main-info .stats {
    padding: 0px 25px;
    padding-top: 25px;
    padding-bottom: 40px;
}

.main-info .stats h2 {
    color: #000;
}

.main-info .mainspace>div {
    padding-left: 30px;
    padding-right: 40px;
}

.main-info .mainspace>div:last-child {
    padding-left: 40px;
    padding-right: 15px;
}

.sidebar .list {
    margin-top: 20px;
}

.list {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

.list li {
    position: relative;
    background: url(../img/check.svg) 0px 7px no-repeat;
    background-size: 16px auto;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 15px;
}

.sidebar h4 {
    color: #000;
}

.sidebar h1 {
    margin-bottom: 10px;
    margin-top: 25px;
}

.sidebar p {
    margin-bottom: 0px;
}

.sidebar .pricetext {
    margin-bottom: 0px;
    font-weight: 600;
}

.sidebar .pricetext span {
    font-size: 18px;
    font-weight: 300;
}

.sidebar .nametext {
    color: #000;
    margin-bottom: 0px;
}

.sidebar .btn-default {
    margin: 20px 0px;
    width: 100%;
}

.sidebar .helpbar {
    background: #56BEA4;
    padding: 15px 25px 10px 25px;
    border-radius: 7px;
    margin-top: 10px;
}

.sidebar p {
    color: #fff;
}

.sidebar p a {
    color: #fff;
}

.sidebar p a:hover {
    color: #000;
}

.sidebar p span {
    color: #fff;
    vertical-align: middle;
    margin-right: 10px;
}

.sidebar .lg {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar p {
    margin-bottom: 10px;
}

p.lg {
    font-size: 20px;
    font-weight: 600;
}

.borderbtn {
    display: inline-block;
    border: 3px solid #F1B342;
    color: #F1B342;
    border-radius: 45px;
    line-height: 42px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.borderbtn:hover {
    border-color: #F1B342!important;
    color: #fff !important;
    background: #F1B342!important;
}

.icon-list {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 0px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.icon-list:first-child {
    border-top: 1px solid #e3e3e3;
    border-radius: 8px 8px 0px 0px;
}

.icon-list:last-child {
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 20px;
}

.icon-list>span {
    min-width: 90px;
    text-align: center;
    font-size: 45px;
}

.icon-list p.lg {
    margin-bottom: 0;
}

.intro_info {
    margin-top: 60px;
}

.intro_info h2 {
    margin-bottom: 20px;
}

.intro_info p {
    margin-bottom: 50px;
}

.intro_info .mtspace {
    margin-top: 40px;
    margin-bottom: 40px;
}

.intro-box:hover {
    top: -5px;
}

.intro-box {
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);
    margin-top: 15px;
    position: relative;
    transition: all .3s;
    top: 0;
}

.intro-box .lg {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.intro-box .lg span {
    color: #000;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.intro-box .small {
    line-height: 2;
    margin-bottom: 0;
}

.big-images .round-img {
    width: 100%;
    margin-bottom: 0;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.rich-text-block {
    padding: 40px 0px;
}

.rich-text-block h2 {
    margin-bottom: 20px;
}

.rich-text-block p {
    margin-bottom: 20px;
}

.list.lg li {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    background: url(../img/check.svg) 0px 10px no-repeat;
    background-size: 17px auto;
    margin-bottom: 5px;
}
.rich-text-block ul li, .rich-text-block ol li{
    line-height: 36px !important;
}
.numberd-list {
    font-size: 18px;
    line-height: 36px;
    padding-left: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}


.numberd-list li {
    margin-bottom: 15px;
}

.cta-box .bgimg {
    border-radius: 15px;
    margin-bottom: 0px;
    padding: 35px 45px 45px 45px;
    position: relative;
    overflow: hidden;
    background: url(../img/modal-img-1.png) 50% 50% no-repeat;
    background-size: cover;
}

.cta-box .bgimg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}

.cta-box .bgimg h2 {
    margin-bottom: 20px;
    line-height: 42px;
}

.cta-box .bgimg h2,
.cta-box .bgimg h3,
.cta-box .bgimg p {
    color: #fff;
}

.cta-box .bgimg h3 {
    margin-bottom: 110px;
}

.ketler-cargo-banner .bgimg {
    position: relative;
    overflow: hidden;
    background: url(../img/banne-mobile.png) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.ketler-cargo-banner .bgimg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}

.faq {
    margin-top: 80px;
    margin-bottom: 80px;
}

.faq h2 {
    margin-bottom: 25px;
}

.faq .accordion {
    border: none;
    border-radius: 0;
}

.faq .accordion p {
    max-width: 80%;
}

.faq .accordion .accordion-item {
    border: none !important;
    border-radius: 0px !important;
    border-bottom:1px solid #e2e2e2 !important;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.accordion-button {
    padding: 10px 0px 10px 0px;
    background: none !important;
    border: none !important;
    color: #000 !important;
    font-size:19px;
    font-weight: 600;
    box-shadow: none !important;
    gap: 15px;
}

.accordion-button:not(.collapsed) {
    padding: 10px 0px;
    padding-bottom: 0px;
}

.accordion-body {
    padding: 0px 0px 20px 0px;
    border: none !important;
}

.accordion-button:not(.collapsed)::after {
    background: url(https://ridetoday.at/wp-content/uploads/2025/02/Asset-3.svg) 50% 50% no-repeat;
}

.accordion-button::after {
    width: 53px;
    height: 53px;
    border: none !important;
    background: url(https://ridetoday.at/wp-content/uploads/2025/02/Asset-1.svg) 50% 50% no-repeat;
   
}

.sidebar.fixed {
    position:fixed;
    top:0;
    max-width: 385px;
}

.sidebar {
    max-width: 385px;
}

.bottom {
    top:auto;
    bottom:0;
    position:absolute;
}


/*** Aboutpage ***/
.aboutpage {
    padding: 30px 0px;
}

.navbar-brand img {
    filter: none;
}

.image-caption figure {
    height: 480px;
    border-radius: 15px;
    margin-bottom: 15px;
}

h4 {
    font-weight: 600;
}

.image-caption {
    margin-top:30px;
    margin-bottom:20px;
}

.numberd-list {
    margin-bottom: 40px;
    margin-top: 30px;
}

.aboutpage h1 {
    margin-bottom: 20px;
}

.aboutpage .categorybox .grey-borderbtn {
    margin-top: 10px;
}

.aboutpage .rich-text-block {
    padding: 20px 0px 40px 0px;
}

.aboutpage .categorybox {
    margin-bottom: 130px;
}

.semibold {
    font-weight: 600;
}

.color-black {
    color:#000 !important;
}

.aboutpage .userinfo {
    margin-bottom: 25px;
}

.aboutpage .userinfo p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.aboutpage .userinfo p span {
    font-size: 18px;
    color: #000;
}

.grey-borderbtn {
	display: inline-block;
	border: 1px solid #cccccc;
	color: #272320;
	border-radius: 45px;
	line-height: 40px;
	padding: 0px 25px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.grey-borderbtn:hover {
    border-color: #F1B342!important;
    color: #fff !important;
    background: #F1B342!important;
}

.categorybox h4 {
    margin-bottom: 20px;
}

.categorybox p {
    margin-bottom: 4px;
}

.categorybox p.small {
    margin-bottom: 15px;
}

.aboutpage .rich-text-block  ul li {
    background: url(../img/tick.svg) 0px 5px no-repeat;
    background-size: 17px auto;
	list-style:none;
    padding-left: 30px;
}
.aboutpage .rich-text-block  ul  {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

body.single.single-post h2{
	color:#000 !important;
}


.launching-soon {
	padding: 15px 0px;
	height:100vh;
}

.side-menu h4 {
	color: #000;
	margin-bottom: 30px;
	font-weight: 600;
}

.navbar-expand-lg .navbar-nav>.menu-item-has-children>a:after {
	content: '';
	background: url(https://ridetoday.at/wp-content/themes/ride-today/assets/img/down-arrow.svg) 50% 50% no-repeat;
	background-size: contain;
	border: none;
	width: 13px;
	height: 12px;
	position: relative;
	top: 5px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: .255em;
}

.navbar-expand-lg .navbar-nav>.menu-item-has-children.lbtn>a:after {
	content: '';
	background: url(https://ridetoday.at/wp-content/uploads/2025/02/arrow-orange.svg) 50% 50% no-repeat;
	background-size: contain;
	border: none;
	width: 13px;
	height: 12px;
	position: relative;
	top: 5px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: .255em;
}

.info-list {
	padding: 0px 15px 10px 15px;
}

span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	color: #FF0000;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	padding: 0;
	margin-bottom: 5px;
}

.wpcf7-not-valid-tip {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}

.launching-soon .bg {
	background: #56BEA4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	height: calc(100vh - 30px);
}

.modal-open .header {
	z-index: 9 !important;
}

.modal .wpcf7-response-output {
	margin-top: 5px;
	display: inline-block;
}

.semibold {
	font-weight: 600 !important;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.form-check input {
	position: absolute;
	top: -1px;
	left: 0px;
	border-radius: .25em;
	width: 25px;
	height: 25px;
	margin-left: -40px;
	box-shadow: none !important;
	border: 1px solid #d5d5d5 !important;
	appearance: none;
	background: #fff;
}

.form-check input:checked {
	background: #f1b342;
	border-color: #f1b342 !important;
}

.form-check input:checked:after {
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 3px;
	font: normal normal normal 14px / 1 FontAwesome;
	color: #FFF;
	font-size: 16px;
}


.aboutpage .rich-text-block p img {
	height: 480px;
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
}

.modal.show .modal-dialog, .modal .modal-content {
	height:100%;
}

.navbar-brand img {
	filter:none !important;
}

.header ul.sub-menu {
	border-radius: 10px !important;
	overflow: hidden;
	padding: 0;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav>li>.nav-link {
	line-height: 50px;
}

.navbar-light .navbar-nav .nav-item.lbtn>.nav-link {
	margin: 5px 0px;
}

.header {
	padding: 15px 5px;
}

.aboutpage .rich-text-block ol li {
	font-size: 18px;
	line-height: 36px;
	padding-left: 0px !important;
	font-weight: 300;
	margin-bottom: 15px;
}

.aboutpage .rich-text-block ol  {
	padding-left: 15px !important;
}
.aboutpage .rich-text-block ul, .aboutpage .rich-text-block ol{
	margin-bottom:30px
}

.aboutpage .rich-text-block ul li {
	font-size: 18px;
	line-height: 36px;
	padding-left: 30px;
	font-weight: 300;
	margin-bottom: 15px;
}

.material-symbols-outlined {
	font-weight: 200;
}

.categorybox p.small{
	line-height:30px;
}

p.small{
	line-height:30px;
}


.navbar-expand-lg .navbar-nav>.menu-item-has-children.lbtn:hover>a:after {
	filter: brightness(15) invert(0);
}
.footer form.wpcf7-form button.submit-btn img{
	height:13px;
}

.cta-box .btn-default:hover{
	border:2px solid #F1B342;
	background:none;
	color:#F1B342;
}
.sidebar p.small{
	line-height: 22px;
}

.sidebar p.small a:hover{
	color:#fff;
	line-height: 22px;
	text-decoration:underline;
}

.navbar-expand-lg .navbar-nav > li:last-child {
	margin-left: 18px !important;
}

.btn-close:hover{
	color:#fff;
	text-decoration: none; 
	opacity: inherit;
}

.main-info .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 5px;
    background: #000000;
    opacity: .4;
}
 
.main-info .owl-theme .owl-dots .owl-dot.active span,
.main-info .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
    opacity: 1;
}

 
.aboutpage.default-post .categorybox .grey-borderbtn {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}
 
.aboutpage.default-post .rich-text-block ul li {
    background: url(../img/check.svg) 0px 10px no-repeat;
    background-size: 17px auto;
}
 
.aboutpage.default-post .rich-text-block {
 
}
 
.vehicle-banner {
    display: flex;
    align-items: center;
    /* border: 1px solid #CCCCCC; */
    border: 1px solid #e4e4e4;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    margin: 18px 0px;
}
 
.vehicle-banner h5 {
    font-weight: 600;
    margin-top: 0;
}
 
.vehicle-banner .text {
    min-width: 60%;
}
 
.vehicle-banner .btn-default {
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid #F1B342;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}
 
.vehicle-banner .grey-borderbtn {
    margin-bottom: 10px;
}
 
.vehicle-banner .btn-default:hover {
    border-width: 1px;
}
 

.vehicle-banner .btn-default:hover {
    border-width: 2px;
}
 
body.single h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Poppins", serif;
	color:#56BEA4;
}

section.main-info.aboutpage .rich-text-block .vehicle-banner{
	margin-bottom:60px;
}

.vehicle-banner .grey-borderbtn:hover {
    border-width: 2px;
    color: #F1B342 !important;
    background: #fff !important;
}

.topbar .right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
 
.topbar .dropdown {
    margin-left: 20px;
}
 
.topbar .dropdown>button {
    background: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 36px;
    vertical-align: middle;
}
 
.topbar .dropdown>button span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
 
.topbar .dropdown:hover ul.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 99999;
}
 
.topbar ul.dropdown-menu {
    display: block;
    border-radius: 10px !important;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
    min-width: 200px;
    border: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: auto;
    right: 0;
}
 
.topbar ul.dropdown-menu li:first-child {
    border-radius: 10px 10px 0px 0px;
}
 
.topbar ul.dropdown-menu li {
    width: 100%;
    position: relative;
    border: none !important;
    background: #fff;
}
 
.topbar ul.dropdown-menu li {
    background: #fff;
}
 
.topbar ul.dropdown-menu li:last-child {
    border-radius: 0px 0px 10px 10px !important;
    overflow: hidden;
}
 
.topbar ul.dropdown-menu li a {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
    width: 100%;
    position: relative;
    line-height: 25px;
    padding: 15px 20px !important;
    font-size: 18px;
    font-weight: 400;
    background: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 1px solid #D9D9D9;
    color: #000 !important;
    white-space: break-spaces;
}
 
.topbar ul.dropdown-menu li:hover>a,
.topbar ul.dropdown-menu li.active>a {
    color: #000 !important;
    font-weight: bold;
}

img.p-img {
    max-width: 80%;
}

 
.footer .form-control:focus {
    box-shadow: 0 0 0 2px #F1B342;
}
 
.forminfo .form-control:focus {
    box-shadow: 0 0 0 2px #F1B342;
}
 
@media only screen and (min-width:768px) {
.main-info .row>.col-lg-12.text-center.col-md-12.col-12.d-none.d-lg-block.d-md-block img {
    max-width: 80%;
}
 
}
 
.modal .round-img {
    height: 294px;
}
 
#ModalContact {
    height: -webkit-fill-available;
    margin: 0;
}
 
#ModalContact .col-lg-7>div, #ModalContact .col-lg-7 form, #ModalContact .col-lg-7 .forminfo {
    height: 100%;
}
 
#ModalContact.modal button.CloseBtn {
    position: absolute;
    top: 30px;
}
 
#ModalContact.modal .modal-body {
    margin-top: 150px;
    border-radius: 30px 30px 0px 0px;
}

#ModalContact.modal button.CloseBtn {
    position: relative;
    top: 0px;
    width: auto;
    max-width: fit-content;
    margin-left: auto;
    margin-bottom: 80px;
}
 
#ModalContact.modal .modal-body {
    margin-top: 0px;
}
 
#ModalContact .modal-dialog, #ModalContact .modal-content {
    height: auto;
}
 
#ModalContact .modal-dialog {
    height: 100%;
    display: flex;
    align-items: end;
}
 
 .notification-box {
    margin: 30px 0px;
}
 
.notification-box h2 {
    color: #000000;
}
 
.notification-box h3 {
    margin-bottom: 0;
}
 
.notification-box .bg {
    border-radius: 18px;
    padding: 25px 45px;
    background: #F4F4F4;
}
 
.btn-default.borderedbtn {
    background: none;
    border: 2px solid #F1B342;
    color: #F1B342;
}
 
.btn-default.borderedbtn:hover {
    background: #F1B342;
    border: 2px solid #F1B342;
    color: #fff;
}

.notification-box h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 33px;
}
/*** gravity form css **/
 

 
.modal #gform_wrapper_2 .gform_fields {
    row-gap: 0;
}
 
.modal #gform_wrapper_2 input[type="text"],
.modal #gform_wrapper_2 input[type="email"] {
    height: 48px;
    border-radius: 25px;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 15px;
    box-shadow: none;
}
 
.modal #gform_wrapper_2 input[type="text"]:focus,
.modal #gform_wrapper_2 input[type="email"]:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 2px #F1B342;
}
 
.modal #gform_wrapper_2 p {
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    margin-top: 15px;
}
 
.modal #gform_wrapper_2 label{
    color: #000000;
    font-size: 16px;
    line-height: 31px;
}
 
.modal #gform_wrapper_2 input[type="checkbox"] {
    border: 1px solid #d5d5d5 !important;
    appearance: none;
    background: #fff !important;
    border-radius: .25em !important;
    width: 25px !important;
    height: 25px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-top: 2px;
}
 
.modal #gform_wrapper_2 input[type="checkbox"]:checked {
    background: #f1b342 !important;
    border-color: #f1b342 !important;
}
 
.modal #gform_wrapper_2 input[type="checkbox"]:checked:before {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold;
}
 
.modal #gform_wrapper_2 input[type="submit"] {
    display: inline-block;
    color: #fff;
    background: #F1B342;
    min-width: 175px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 0px 35px;
    box-shadow: none;
    outline: none !important;
}
 
.modal #gform_wrapper_2 input[type="submit"]:hover {
    background: none;
    border: 2px solid #F1B342;
    color: #F1B342;
}
 
.modal .form-div {
    border-radius: 20px;
    padding: 30px;
    background: #F1F1F1;
    margin-bottom: 15px;
}
 
.modal .form-div .gform_fields {
    row-gap: 0;
}
 
.modal .form-div input[type="text"],
.modal .form-div input[type="email"],
.modal .form-div input[type="tel"],
.modal .form-div textarea {
    height: 48px;
    border-radius: 25px;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    margin-bottom: 15px;
    box-shadow: none;
}
 
.modal .form-div input[type="text"]:focus,
.modal .form-div input[type="email"]:focus,
.modal .form-div input[type="tel"]:focus,
.modal .form-div textarea:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 2px #F1B342;
}
 
.modal .form-div textarea {
    padding: 15px 15px !important;
    height: 166px !important;
    border-radius: 5px !important;
    resize: none !important;
}
 
.modal .form-div p {
    line-height: 30px;
    color: #808080;
    font-size: 14px;
}
 
#ModalContact.modal .form-div p{
	margin-top:15px;
}
.modal .form-div label{
    color: #000000;
    font-size: 16px;
    line-height: 31px;
}
 
.modal .form-div input[type="checkbox"] {
    border: 1px solid #d5d5d5 !important;
    appearance: none;
    background: #fff !important;
    border-radius: .25em !important;
    width: 25px !important;
    height: 25px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-top: 2px;
}
 
.modal .form-div input[type="checkbox"]:checked {
    background: #f1b342 !important;
    border-color: #f1b342 !important;
}
 
.modal .form-div input[type="checkbox"]:checked:before {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold;
}
 
.modal .form-div input[type="submit"] {
    display: inline-block !important;
    color: #fff !important;
    background: #F1B342 !important;
    min-width: 175px !important;
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    border-radius: 25px !important;
    text-transform: uppercase !important;
    padding: 0px 35px !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 5px !important;
}
 
.modal .form-div input[type="submit"]:hover {
    background: none!important;
    border: 2px solid #F1B342!important;
    color: #F1B342!important;
}
 
.notification-box h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 33px;
}
 
.modal .form-div {
    border-radius: 20px;
    padding: 30px;
    background: #F1F1F1;
    margin-bottom: 15px;
}
 
.modal #gform_wrapper_2 input[type="submit"] {
    margin-bottom: 20px !important;
}



@media only screen and (max-width:767px) {
.image-caption figure {
    height: 280px;
}

}

@media only screen and (min-width:768px) and (max-width:991px) {
.aboutpage .userinfo {
    margin-bottom: 25px;
    display: block;
}

.userinfo .img {
    margin-right: 0px;
    margin-bottom: 15px;
}

.aboutpage.main-info .mainspace>div {
    padding-left: 15px !important;
}

.image-caption figure {
    height: 380px;
}

}

@media only screen and (min-width:992px) and (max-width:1199px) {

}

@media only screen and (min-width:1200px) and (max-width:1399px) {

}
