* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: repeat-x top #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}
option {
    color: #333;
}
body, select, input, div {
	font-family: 'Arial';
	color: #777;
	font-size: 14px;
	line-height: 18px;
}
img {
    border: none;
    width: 100%;
    transition: all ease-in-out 0.5s;
}
a, :focus {
	outline: none;
	color: #477ab9;
	text-decoration: none;
}
a:hover {
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
	outline: none;
	text-decoration: none;
}

ol , ul {
	margin-bottom: 0;
}
p,span,small,ul,li{
    font-family: 'Arial';
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Arial';
}
section {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section::-webkit-scrollbar
{
    display: none;
}

p{
	line-height: 24px;
}
/* equal */
.heading-area{
	text-align: center;
}
.heading-area h2 {
    font-size: 27px;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.heading-area p {
    font-size: 16px;
    line-height: 22px;
    color: #555;
    font-weight: 500;
    margin-bottom: 0;
}
.heading-area h2:after {
    position: absolute;
    content: "";
    background:  url(../image/logo&fav/logo-icon.png);
    background-size: 100% !important;
    width: 75px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    bottom: 0;
    left: -95px;
    margin: auto;
    top: -10px;
}
.heading-area h2:before {
    position: absolute;
    content: "";
    background:  url(../image/logo&fav/logo-icon2.png);
    background-size: 100% !important;
    width: 75px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    bottom: 0;
    right: -95px;
    margin: auto;
    top: -10px;
}


.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}
.mt-120{
	margin-top: 120px;
}
.mt-40{
    margin-top: 40px;
}

.icon {
    display: inline-block;
    transition: all ease-in-out 0.5s;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.icon:before {
    content: "";
    display: block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% !important;
    background-color: #333;
    width: 30px;
    height: 30px;
}
.ic-mobile:before{
    -webkit-mask-image: url(../image/icon/mobile.svg);
}
.ic-telephone:before{
    -webkit-mask-image: url(../image/icon/telephone.svg);
}
.ic-mail:before{
    -webkit-mask-image: url(../image/icon/gmail.svg);
}
.ic-ask:before{
    -webkit-mask-image: url(../image/icon/ask.svg);
}
.ic-answer:before{
    -webkit-mask-image: url(../image/icon/answer.svg);
}

.mt-30{
    margin-top: 30px;
}
/* equal  */
/*header */
header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    background: #f5f8fb;
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
}
header .container-fluid {
    padding: 0 5%;
}
.header-top {
    background: #f2fafd;
}
.header-bottom {
    background: #e76c4f;
}
.header-menu ul{
    padding-left: 0;
}
.logo-area img {
    width: 220px;
    padding: 10px 0;
}
.cert-area img{
    width: 220px;
    padding: 6px 0;
}

.logo-area a {
    display: block;
}
.header-info ul li a {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}
.header-info ul li {
    display: inline-block;
    margin-right: 20px;
}
.header-info {
    padding: 10px 0px;
}
.header-info ul {
    padding: 0;
}
.header-menu {
    text-align: center;
}
.header-menu ul .link {
    display: inline-block;
    padding: 0px 15px 8px;
    position: relative;
}
.header-menu ul .link a {
    padding: 15px 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out 0.4s;
    position: relative;
    overflow: hidden;
}
header.sticky .header-menu ul .link a {
    color: #ffffff;
}
header.sticky .header-menu ul .link a:hover {
    color: #ffffff;
}
header.sticky  .header-menu ul .link a:after {
    background: linear-gradient(90deg, transparent, #ffffff);
}
.header-menu ul .link a:hover {
    color: #444;
}
.header-menu ul .link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: rgb(255 255 255 / 59%);
}

.header-menu ul .link a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #444);
    left: -100%;
    bottom: 0;
}

.header-menu ul .link a:hover:after {
    left: 100%;
    transition: all 0.5s linear;
}
.sub-menu {
    position: absolute;
    width: max-content;
    background: #f2fafd;
    left: -30%;
    z-index: 1;
    top: 0%;
    display: none;
    box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
}

.sub-menu ul {
    padding: 0;
}

.sub-menu ul li {
    display: block;
    border-bottom: 1px solid rgb(231 107 79 / 23%);
}
.header-menu ul .link .sub-menu ul li a {
    text-align: left;
    border: 0;
    transition: none;
    color: #333333;
    padding: 8px 15px;
    font-size: 15px;
    transition: all ease-in-out 0.2s;
    position: relative;
    left: 0;
}

.header-menu ul .link .sub-menu ul li a:hover {
    color: #e76c4f;
    left: 5px;
}
.header-menu ul .link .sub-menu ul li:last-child {
    border: 0;
}
.header-menu ul .link .sub-menu ul li a:after {
    display: none;
}

.header-menu ul .link:hover .sub-menu {
    display: block;
    top: 100%;
}
.header-menu ul .link .sub-menu ul li a i {
    position: absolute;
    right: 20px;
    left: inherit;
    top: 40%;
}
.mega-menu {
    width: 435px;
}
.half{
    display: inline-block;
    margin-right: 10px;
}

/* header close */

/* slider area */
.slider {
    background: url(../image/slider/bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 0;
}
.slider .container {
    max-width: 1200px;
}
.slider:after {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(7 229 247 / 50%), rgb(7 229 247 / 50%));
    top: 0;
    bottom: 0;
    z-index: -1;
}
.slider-form {
    background: linear-gradient(45deg, rgb(6 6 6 / 50%), rgb(5 235 247 / 60%));
    padding: 32px 25px;
    margin: 10.4% 0;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 20px 20px -21px black;
    -moz-box-shadow: 0 20px 20px -21px black;
    box-shadow: 0 20px 20px -21px black;
    overflow: hidden;
}
.slider-form .pd-lr{
    padding-left: 5px;
    padding-right: 5px;
}
.slider-form .custom-input::placeholder{
    color: #ffffff;
}
.slider-form .custom-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: inset 0 0 5px #ccc;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}
.slider-form .row {
    margin-right: -5px;
    margin-left: -5px;
}

.slider-form h1 {
    font-family: 'Arial';
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.slider-form h1:after {
    width: 100px;
    height: 3px;
    border-radius: 50%;
    background: #b12d22;
    content: "";
    display: block;
    margin: auto;
}
.slider-form h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: center;
}
.slider-form label {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
}

.slider-content p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 300;
}
button:focus {
    outline: 0;
}
.carousel {
    position: relative;
    margin: 5% 0;
    background: #ffffff;
    padding: 5px;
    -webkit-box-shadow: 0 20px 20px -21px black;
    -moz-box-shadow: 0 20px 20px -21px black;
    box-shadow: 0 20px 20px -21px black;
}
.carousel-indicators .active {
    background-color: #4d3531;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgb(255 0 0 / 0%);
    border-radius: 50%;
    border: 2px solid #4d3531;
    cursor: pointer;
}
.carousel-indicators li::before,
.carousel-indicators li::after{
    display: none;
}
.carousel-indicators {
    bottom: 5%;
    right: 3%;
    left: inherit;
    margin: 0;
}
.slider-btn a,
.slider-btn .custom-submit {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    transition: 0.2s ;
    position: relative;
    overflow: hidden;
    background: #e53d2f;
    letter-spacing: 2px;
    border: 0;
    z-index: 1;
}
.slider-btn a .fa-arrow-alt-circle-right:after,
.slider-btn .custom-submit .fa-arrow-alt-circle-right:after {
    content: "";
    background: url(../image/icon/read.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 1px;
    
}
.slider-btn .custom-submit {
    padding: 7px 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    
}

.slider-btn a:hover,
.slider-btn .custom-submit:hover{
    background: #333333;
    transition-delay: 1s;
}
.slider-btn a i,
.slider-btn .custom-submit i {
    position: relative;
    left: 10px;
    transition: all ease-in-out 0.5s;
}
.slider-btn a:hover i,
.slider-btn .custom-submit:hover i {
    left: 20px;
}
.slider-btn a span,
.slider-btn .custom-submit span{
    display: block;
    position: absolute;
}
.slider-btn a span:nth-child(1),
.slider-btn .custom-submit span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff);
}
.slider-btn a:hover span:nth-child(1),
.slider-btn .custom-submit:hover span:nth-child(1){
    left: 100%;
    transition: all 0.5s linear;
}
.slider-btn a span:nth-child(2),
.slider-btn .custom-submit span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent , #ffffff);
}
.slider-btn a:hover span:nth-child(2),
.slider-btn .custom-submit:hover span:nth-child(2){
    top: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.25s;
}
.slider-btn a span:nth-child(3),
.slider-btn .custom-submit span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent , #ffffff);
}
.slider-btn a:hover span:nth-child(3),
.slider-btn .custom-submit:hover span:nth-child(3){
    right: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.5s;
}
.slider-btn a span:nth-child(4),
.slider-btn .custom-submit span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#ffffff );
}
.slider-btn a:hover span:nth-child(4),
.slider-btn .custom-submit:hover span:nth-child(4){
    bottom: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.75s;
}

/* slider close */


/* About Start */
.about-content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}
.about-content {
    margin-top: 30px;
}

.about-image {
    position: relative;
    
}
.about-image img {
    width: 85%;
    -webkit-box-shadow: 0 20px 20px -21px black;
    -moz-box-shadow: 0 20px 20px -21px black;
    box-shadow: 0 20px 20px -21px black;
    border: 5px solid #fff;
    transition: all ease-in-out 0.5s;
    position: relative;
}
.about-image img:hover{
    z-index: 11;
    transform: scale(1.04);
}
.about-image .abt-img2 {
    position: absolute;
    left: 65px;
    top: 65px;
}
.about:before,
.disorder:before{
    background: #ffffff url(../image/icon/bg_tr.png);
    background-size: 100% 100% !important;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    background-position: 100% !important;
    background-attachment: fixed !important;
    z-index: -1;
}
/* About Close */

/* Get In Touch Start */
.get-in-touch {
    background: url(../image/slider/bg2.jpg);
    background-size: 100%;
    background-position: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.get-in-touch .heading-area h2:after,
.disorder .heading-area h2:after,
.about .heading-area h2:after{
    display: none;
}
.get-in-touch:after {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 75%);
    top: 0;
    bottom: 0;
    z-index: -1;
}

.get-in-touch .heading-area p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.get-in-touch .heading-area h2{
    color: #fff;
}
.get-btn {
    text-align: center;
    padding: 6% 0;
}
.get-btn a {
    margin-top: 0;
}
/* Get In Touch Close */

/* disorder Start */
.disorder .heading-area p{
    margin-top: 20px;
}
.item-content img {
    width: auto;
    margin-bottom: 30px;
}

.item-content {
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 0 20px #afadad;
    -moz-box-shadow: inset 0 0 20px #afadad;
    box-shadow: inset 0 0 20px #afadad;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}

.item-content h5 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.pd-0{
    padding:0 2.5px;
}
.item-content:hover {
    background: radial-gradient(#e76c4f, #e76c4f);
    box-shadow: none;
    
}
.item-content:hover h5 {
    color: #fff;
}
.item-content:hover img {
    transform: scale(1.2) rotate(360deg);
}
/* disorder Close */

/* Health And Package Start */

.healt-packages {
    background: url(../image/slider/bg3.jpg);
    background-size: 100%;
    background-position: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.healt-packages:after {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 75%);
    top: 0;
    bottom: 0;
    z-index: -1;
}
.healt-packages .heading-area h2{
    color: #fff;
}
.health-content {
    background: rgb(255 255 255 / 50%);
    padding: 32px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.health-both {
    position: relative;
    -webkit-box-shadow: 0 20px 20px -21px black;
    -moz-box-shadow: 0 20px 20px -21px black;
    box-shadow: 0 20px 20px -21px black;
    border: 5px solid #fff;
    overflow: hidden;
}
.health-content ul {
    padding: 0;
    margin-bottom: 10px;
}
.health-image {
    position: relative;
}
.health-content ul li {
    display: inline-block;
    margin-right: 30px;
}
.health-content ul li:first-child span {
    text-decoration: line-through;
    margin-right: 30px;
    color: #e53d30;
}
.health-content ul li span {
    font-size: 23px;
    font-weight: 600;
    color: #e53d30;
    font-family: 'Arial';
    letter-spacing: 0.5px;
}
.off-sec {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #e53d30;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    top: 10px;
    right: 10px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 63%);
    z-index: 1;
}
.health-content h4 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.health-content h4:after {
    position: absolute;
    content: "";
    background: #b52f23;
    width: 25px;
    height: 4px;
    left: 0;
    margin: auto;
    bottom: -5px;
}
.health-content .slider-btn a{
    font-size: 17px;
    padding: 5px 25px;
}
.health-both:hover img {
    transform: scale(1.3) rotate(10deg);
}
.link-item {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}
/* Health And Package Close */

/* Test By Condition Start */
.condition{
    background: #f7f7f7;
    padding: 50px 0;
}
.condition-slider .owl-item img,
.equipments-slider .owl-item img {
    display: block;
    width: 80px;
    margin: auto;
    margin-bottom: 20px;
}
.condition-slider .owl-item h5,
.equipments-slider .owl-item h5 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}
.condition-slider .item,
.equipments-slider .item {
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 0 20px #afadad;
    -moz-box-shadow: inset 0 0 20px #afadad;
    box-shadow: inset 0 0 20px #afadad;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
.condition-slider .item:hover{
    background: radial-gradient(#333, #333);
    box-shadow: none;
}
.condition-slider .item:hover img {
    transform: scale(1.1) rotate(360deg);
}
.condition-slider .item:hover h5,
.equipments-slider .item:hover h5 {
    color: #fff;
}
.condition-slider .owl-nav,
.equipments-slider .owl-nav {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    margin-top: 30px;
}
.condition-slider .owl-prev img,
.condition-slider .owl-next img,
.equipments-slider .owl-prev img,
.equipments-slider .owl-next img {
    width: 20px;
    margin: 0 5px;
}
.condition-slider .owl-prev,
.equipments-slider .owl-prev{
    position: relative;
}
.condition-slider .owl-prev:after,
.equipments-slider .owl-prev:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1px;
}
/* Test By Condition close */


/* Footer area */
.footer-area {
    padding: 30px 0;
    background: #f5f8fb;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 220px;
}
.footer-content.logo-footer {
    margin-right: 30px;
}
.footer-content p {
    font-size: 16px;
    line-height: 25px;
    color:#555;
    font-weight:500;
}

.footer-head p {
    color: #151b2c;
    margin-bottom: 5px;
}
.footer-head h4:after {
    position: absolute;
    content: "";
    background: #b52f23;
    width: 25px;
    height: 4px;
    left: 0;
    margin: auto;
    bottom: -10px;
}
.footer-head h4 {
    color: #3c3c3c;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}
.footer-icons ul li {
    display: inline-block;
    margin: 0 3px;
}
.footer-icons ul li a.fb-icon {
    background: #4267B2;
}
.footer-icons ul li a.fb-icon:hover {
    background: #d6392b;
    color: #4267B2;
}
.footer-icons ul li a.tw-icon {
    background: #1DA1F2;
}
.footer-icons ul li a.tw-icon:hover {
    background: #d6392b;
    color: #1DA1F2;
}
.footer-icons ul li a.in-icon {
    background: #0077b5;
}
.footer-icons ul li a.in-icon:hover {
    background: #d6392b;
    color: #0077b5;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    transition: all ease-in-out 0.1s;
}
.footer-icons ul li a:hover i {
    transform: scale(1.4);
}
.footer-icons ul li a i {
    line-height: 34px;
    transition: all ease-in-out 0.2s;
}
.footer-icons {
    margin-top: 20px;
}
.footer-list li {
    display: block;
    width: 50%;
    float: left;
}
.footer-list {
    
    padding-left: 15px;
    margin-top: 35px;
}

.footer-list li a {
    color: #666666;
    padding: 7px 0px 10px 20px;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\f105 ";
    top: 1px;
    left: 0;
    font-size: 11px;
    font-family: fontawesome;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: #bc141a;
}
.footer-list li a:hover::after{
    color: #bc141a;
}
.footer-area-bottom {
    background: #e76c4f;
    padding: 10px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#bc141a;
}
.copyright-text a {
    color: #1face2;
}
.copyright p {
    margin-bottom: 0;
    color: #151b2c;
}
.copyright a {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 3px;
}
.copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 13px;
}
.footer-contacts ul li a {
    font-size: 18px;
    color: #333;
    font-weight: 300;
    letter-spacing: 1px;
}
.footer-contacts ul li {
    display: block;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
}
.footer-contacts ul {
    padding: 0;
}
.footer-contacts {
    margin-top: 30px;
}
.footer-contacts ul li .icon {
    top: 0;
    background: #e76c4f;
    padding: 5px;
    float: left;
}
.footer-contacts ul li .icon:before {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
/*----------------------------------------*/

.toggle-icon {
    display: none;
}
.mobile-menu-main {
    display: none;
}

/*---------------------------------------*/


/* header sub-menu */


.social-fixed ul  {
    padding: 0;
}
.social-fixed {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 70%;
}
.social-fixed ul li a {
    display: block;
}
.social-fixed ul li img {
    width: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 50%;
}
.social-fixed ul li.whatsapp img {
    border-radius: 50% 50% 50% 0;
}

.social-fixed ul li {
    display: block;
    padding: 5px 5px;
    text-align: left;
    border-bottom: 1px solid rgb(255 255 255 / 47%);
}
.social-fixed ul li.facebook{
    background: #45619d;
    border-radius: 6px 0 0;
}
.social-fixed ul li.youtube {
    background: #f94434;
}

.social-fixed ul li.whatsapp {
    background: #46a81c;
    border-radius: 0 0 0 6px;
}

.social-fixed ul li:last-child {
    border-bottom:none;
}