*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
   
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding: 100px;
}
body{
    background-color: #F7F7F7 !important;
    overflow: hidden;
    line-height: 1.6;
	padding-top: 100px;
}

/* fonts */

@font-face {
    font-family:GT-Sectra;
    font-weight: 400;
    font-style: normal;
    src: url(../Fonts/GT-Sectra/GT-Sectra-Regular.ttf);
  
  }
@font-face {
    font-family:GT-Sectra;
    font-weight: 700;
    font-style: normal;
    src: url(../Fonts/GT-Sectra/GT-Sectra-Bold.ttf);
  
  }
@font-face {
    font-family:GT-Sectra;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    src: url(../Fonts/GT-Sectra/GT-Sectra-Regular-Italic.ttf);
  
  }
@font-face {
    font-family:GT-Sectra;
    font-weight: 700;
    font-style: italic;
    src: url(../Fonts/GT-Sectra/GT-Sectra-Bold-Italic.ttf);
  
  }
@font-face {
    font-family:GothamBook;
    font-weight:400;
    font-style: normal;
    src: url(../Fonts/Gotham/GOTHAMBOOK.TTF);
  }
  
@font-face {
    font-family:GothamBook;
    font-weight:400;
    font-style: italic;
    src: url(../Fonts/Gotham/GOTHAMBOOK-ITALIC.TTF);
  }
  
:root{
    --primary-color:#2C2C75;
    --secondary-color:#E31E27;
    --body-text-color:#000;
    --heading-color:#2F2B3C;
    --white-color:#fff;
}
h1,h2,h3,h4,h5,h6,p,a{
    margin-bottom: 0 !important;
}


button{
    border: none;
    outline: none;
    border-radius: 5px;
}
 
:focus{
    outline: none
}
header .navbar{
    height: 100px;
}
label.error{
    font-size: 14px !important;
    margin-top: 9px;
    color: red !important;
}

/* menu-btn */
  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #312272;
    margin: 6px 0;
    transition: 0.4s;
  }
  .bar2{
    width: 20px;
  }
  
  .change .bar1 {
    transform: translate(0, 6px) rotate(314deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -12px) rotate(40deg);
  }

  /*  */

.primary_btn{
    background: #2C2C75;
    font-size: 20px;
	line-height:29px;
    border-radius: 50px;
    color: var(--white-color);
    font-family: GothamBook;
    text-align: center;
    padding: 15px 40px;
    align-items: center;
    text-decoration: none;
    border: none;
	display:flex;
	align-items:center;
}

.primary_btn i{
	
	display: flex;
    width: 15px;
    height: 15px;
    font-size: 15px;
    margin-left: 10px;
    align-items: center;
	transition:all ease 0.2s;
}


.primary_btn:hover{ color: #ffffff; background: var(--secondary-color);}


.primary_btn.active,
.primary_btn.active:hover
{border-radius:30px 30px 0 0; background:#ffffff; color: #2C2C75;}

.primary_btn.active i{transform: rotate(-180deg);}

.secondary_btn{
    background: var(--white-color);
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    color: var(--secondary-color);
    font-size: 20px;
	line-height:27px;
    font-family:GothamBook;
    text-align: center;
    display: grid;
    align-items: center;
    text-decoration: none;
    padding: 15px 40px;
}


.secondary_btn:hover{
    color: #ffffff;
	 background: var(--secondary-color);
}


.container{
    max-width: 1260px !important;
    padding: 0 20px !important;
}

.mobile_calendar{display:none;}

/* navbar */
.navbar .nav-item .nav-link {
    font-size: 18px;
    color: var(--primary-color);
    padding: 0 !important;
    position: relative;
    font-family:GT-Sectra;
	display:block;
	padding:14px 0 !important;
}
.navbar .nav-item .nav-link i{font-size: 14px; margin-left: 10px; display:none;}

.navbar .nav-item:last-child .nav-link{    
display: block;
    background: #2c2c75;
    border-radius: 50px;
    color: #ffffff;
    padding: 14px 40px !important;}
	
.navbar .nav-item:last-child .nav-link:hover{background:#e31e27;}	
	
	.navbar .nav-item:last-child .nav-link:after{display:none !important;}

#navbar{
    transition: all 0.5s;
}

.navbar .nav-item .nav-link::after{
    content: '';
    position:absolute;
    bottom: 0;
    width: 100%;
    background: var(--secondary-color);
    display: block;
    height: 2px;
    transform: scale(0);
    transform-origin: right;
    transition: transform 0.8s;
}
.navbar .nav-item .nav-link:hover::after{
    transform: scale(1);
    transform-origin: left;
}
.navbar-nav{
    margin-right: 54px;
}

footer .footer_content a.direction_btn{display: inline-flex;
    text-decoration: none;
    border: 1px solid #2c2c75;
    align-items: center;
    padding: 13px 30px;
    border-radius: 30px;
    gap: 10px;
    font-size: 15px;
    line-height: 16px;}
footer .footer_content a.direction_btn:hover{color:#ffffff; background:#2c2c75;}

/* hero-page */
#hero{
    width: 100%;
    background: rgb(242,242,255);
    background: linear-gradient(90deg, rgba(242,242,255,1) 55%, rgba(253,179,182,1) 100%);
	position:relative;
}
#hero .hero_page  .left_side{}

#hero .hero_page  .left_side .Display_heading{
   font-size: 100px;
    color: var(--primary-color);
    font-family: GT-Sectra;
    line-height: 110px;
}
#hero .hero_page  .left_side .Display_text{
   font-size: 23px;
   color: var(--body-text-color);
   font-family:GothamBook;
       margin-top: 30px;
}
#hero .hero_page  .left_side .content{  padding: 220px 0 120px 0;}

#hero .hero_page  .left_side .button_group{
    margin-top: 62px;
}
#hero .hero_page  .right_side .home_img{
    position: absolute;
    bottom: 0;
    left: auto !important;
	right:0;
    pointer-events: none;
	width: 50%;
}

/* services */ 
 .heading{
font-size: 48px;
color: var(--primary-color);
font-family:GothamBook;
}
#services .line{
    height: 1px;
    width: 100%;
    margin-left: 62.5px;
    background: #2C2C75;
}
#services{
        margin-top: 80px;
    margin-bottom: 80px;
}
#services .service_cards{
margin-top: 39px;
}
#services .service_cards .row:nth-child(2),#services .service_cards .row:nth-child(3),#services .service_cards .row:nth-child(4),#services .service_cards .row:nth-child(5){
margin-top: 51px;
}

#services   .service_card{
    padding: 40px;
}
#services .service_card .card_img{display:flex;}
#services .service_card .card_img img {object-fit:cover; width:100%; height:100%;}
#services .service_card .card-body{
    display: flex;
    flex-direction: column;
	    align-items: flex-start;
    height: 100%;
    padding: 0 50px !important;
}



#services .service_card .card-title {
    font-size: 42px;
    margin-top: 20px;
    color: var(--primary-color);
    font-family:GT-Sectra;
    font-weight: 400;
}
#services .service_card .card-subtitle { font-size: 20px; color: var(--body-text-color);
    margin-top: 15px; font-weight: 900; font-family:GothamBook;}
#services .service_card .card-text { font-size: 20px; color: var(--primary-color); font-family:GothamBook;
    margin-top: 15px;}

#services .card_icon{text-align:right;}
#services .service_card .card-text ul{list-style-type: none; margin: 0; padding: 0;}
#services .service_card .card-text ul:first-child{margin-top:0;}	
#services .service_card .card-text ul li strong{font-size:18px; color:#111111;}	
#services .service_card .card_btn {
    background: transparent;
    font-size: 18px;
    margin-top: 25px;
    border-radius: 50px;
    font-family: GothamBook;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 180px;
    padding: 10px 25px;
}
#services .service_card .card_btn:hover{background: var(--primary-color); color:#ffffff;}

#services .service_card .card_img::after{
    content: url(../images/shape2.png);
    position: absolute;
    bottom: 30px;
    right: 30px;
    transform: scale(.6);
    line-height: 0;
    transform-origin: right bottom;
}
#services .service_card .card_img::before{
    content: url(../images/shape1.png);
    position: absolute;
    top:30px;
    transform: scale(.6);
	transform-origin: left top;
    left:30px;
    z-index: 1;
}


/* contact */

#contact{
background: var(--primary-color);
background-image: url(../images/background-overlay.png);
background-repeat: no-repeat;
background-size: cover;
padding: 95px 0 115px 0;
display: grid;
align-items: center;

}
#contact .heading{
    font-size: 50px;
    color: var(--primary-color);
    font-family:GothamBook;
    margin-bottom: 30px !important;
	    font-weight: 900;
    }
#contact .contact_form{
        background: var(--white-color);
    padding: 50px;
    border-radius: 20px;
    width: 1100px;
    /* min-width: 50%; */
    max-width: 800px;
    margin: auto;
}
#contact .contact_form .form-control{
background: transparent;
border: none;
border-bottom: 1px solid var(--primary-color) !important;
border-radius: 0;
padding: 0;
font-size: 18px;
height:50px;
}
#contact .contact_form input:focus{
    box-shadow: none;
}
#contact .contact_form .message_input, 
#contact .contact_form  .email_input , 
#contact .contact_form  .input_button {
margin-top: 40px !important;
}
#contact .contact_form .form-control::placeholder , 
#contact .contact_form #message::placeholder {
    color: var(--primary-color);
    font-family:GothamBook;
    font-size: 18px;
  }

  #contact .contact_form #message{
  border: none;
  border-bottom: 1px solid var(--primary-color) !important;
  width: 100%;
  resize: none;height:120px;
  }

  /* tour-section */

  #tour{
    background: #EAEAFF;
    overflow: hidden;
    margin-top: 0;
    padding: 75px 0px;
  }
  #tour .heading{
    font-size: 50px;
    color: var(--primary-color);
    font-family:GothamBook;
    font-weight: 900;
    margin-bottom: 65px !important;
    }
    
 
#tour .tour_descriptions{ margin-top: 120px; }
#tour .tour_detials h6{
        font-size: 25px;
		line-height: 30px;
    color: var(--primary-color);
    font-family: GT-Sectra;
    margin: 16px 0 0 0;
  }
#tour .tour_detials{ padding: 0; }
#tour .tour_descriptions .border-right{ border-right: 1px solid var(--secondary-color);  }
 

  /* footer */
  footer{
     display: grid;
    background: #fff4f4;
    align-content: center;
    height: 360px;
  }
  footer .footer_content {
   align-items: flex-start!important;
 }
 
 footer  .footer_content a{
    color: var(--primary-color);
    font-size: 16px;
    font-family: GothamBook;
    font-weight: 400;
    line-height: 24px;
	display:inline-block;
  }
  
   footer  .footer_content .footer_block h4{ text-transform: uppercase; font-size: 15px;
    font-weight: 700; margin: 0 0 10px 0 !important;}
  
  footer  .footer_content a:not(:first-child){margin-top:8px;}
  footer  .footer_content p{
    color: var(--body-text-color);
    font-size: 22px;
    font-family: GothamBook;
    font-weight: 900;
  }
  /* slider */
  .slider button{
    display: none !important;
  }
  .slick-slide {
    width: 100%;
    margin: 0 40px;
  }
  .slick-slide img {
    display: block;
    width: 100% !important;
	border-radius: 20px;
}
  .slick-list{
    overflow: visible !important;
  }
  .slick-slide.slick-center{
    position: relative;
  }
  .slick-slide.slick-center::after{
    content: url(../images/shape2.png);
    position: absolute;
    bottom: -40px;
    right: -40px;
    transform: scale(0.8);
}
.slick-slide.slick-center::before{
    content: url(../images/shape1.png);
    position: absolute;
    top: -62px;
    transform: scale(0.8);
    left: -63px;
}

  .slick-dots{
    display: none !important;
  }

  /* copyright */
  #copyright{
    background: #2E2E2E;
    /* height: 83px; */
    color: var(--white-color);
    display: grid;
    align-items: flex-end;
    padding: 15px 0;
    font-family: GothamBook;
	text-align:center;
  }

.success_message{
    margin-top: 24px;
    color: green;
    font-size: 24px;
}
.success_message h5{text-align: center; color: #2C2C75; font-size: 35px;}
.success_message h5 small{    display: block; font-size: 15px; font-weight: 400;} 

.btn_parent{position:relative;}
.multi_locations{position: absolute;
    left: 0;
    top: 100%;
    list-style-type: none;
    margin: 0;
    background: #ffffff;
    padding: 5px 30px 15px 30px;
    width: 100%;
    border-radius: 0 0 30px 30px;
	display:none;
	}
	
	
.multi_locations li:not(:last-child){margin-bottom:10px;}

.multi_locations li a{text-decoration: none;
    color: #e31e27;
    display: block;
    padding: 12px 15px 12px 37px;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #e31e27;
    position: relative;
    border-radius: 40px;}
.multi_locations li a small{    display: block;  font-size: 14px; line-height: 17px; margin:0 0 0 0;}	
.multi_locations li a i{    font-size: 17px;
    position: absolute;
    top: 20px;
    left: 15px;}
.multi_locations li a:hover{color:#c6171f;}



.specialities_inner h2{font-size: 50px;  color: var(--primary-color); font-family: GothamBook; font-weight: 900;
    margin-bottom: 80px !important;}
.specialities_inner{text-align:center;}
.specialities_inner ul{display: flex; justify-content: center; margin: 40px 0 0 0; padding: 0; list-style-type: none;}
.specialities_inner ul li{width:20%; display:flex; flex-direction:column; gap:22px;}
.specialities_inner ul li img{height:40px;}
.specialities_inner ul li span{color:#2c2c75; font-size: 30px; font-family: GT-Sectra; font-weight: 400;}
.specialities_inner ul li:not(:first-child){border-left:1px solid #e42831;}


#specialities{background:#ffffff; padding:100px 0;}

   /* <!-------------------------     Media-Queries    ------------------------------> */

  @media (min-width:992px) and (max-width:1299px){
    .container{
        max-width: 960px !important;
    }
    #hero .hero_page .left_side {
        padding-left: 40px !important;
    }
    #hero .hero_page .left_side .Display_heading {
        font-size: 68px;
    }
    #hero .hero_page .left_side .Display_text {
        font-size: 18px;
    }
    .secondary_btn, .primary_btn {
        font-size: 18px;
    }
    footer .footer_content p ,footer .footer_content a ,#contact .contact_form label , #tour .tour_detials h6 {
        font-size: 24px;
    }
    #contact .heading , #tour .heading {
        font-size: 56px;
    }
 
    #services .service_card .card-title {
        font-size: 32px;
    }
    #services .service_card .card-text {
        font-size: 16px;
    }
    #services .service_card .card-subtitle {
        font-size: 18px;
    }
    #services .service_card .card_btn {
        font-size: 18px;
        width: 180px;
        height: 56px;
    }
    #contact .contact_form {
        width: 700px;
    }
    .slick-slide.slick-center::after {
        bottom: -75px;
        right: -65px;
        transform: scale(0.5);
    }
    .slick-slide.slick-center::before {
        top: -80px;
        transform: scale(0.5);
        left: -72px;
    }
}

  @media (min-width:1300px) and (max-width:1550px){
    .container{
        max-width: 1200px !important;
    }
    #hero .hero_page .left_side .Display_heading {
        font-size: 80px;
    }
    #hero .hero_page .left_side .Display_text {
        font-size: 16px;
    }
    .secondary_btn, .primary_btn {
        width: 225px;
        height: 75px;
        font-size: 24px;
    }
    footer .footer_content p ,footer .footer_content a ,#contact .contact_form label , #tour .tour_detials h6 {
        font-size: 24px;
    }
    #contact .heading , #tour .heading {
        font-size: 56px;
    }
 
    #services .service_card .card-title {
        font-size: 40px;
    }
    #services .service_card .card-text {
        font-size: 18px;
    }
    #services .service_card .card-subtitle {
        font-size: 20px;
    }
    #services .service_card .card_btn {
        font-size: 22px;
        width: 180px;
        height: 56px;
    }
    
}





   
   @media (max-width:991px){
  
    .card_icon{
        text-align: end !important;
    }
 
    .navbar .nav-item .nav-link {
        width: 86px;
    }
    .navbar-nav{
        margin-top: 32px;
    }
    header .navbar{
        height: auto;
        padding: 20px 0;
    }
	body{padding-top:90px;}
    #tour .tour_detials h6 {
        font-size: 16px;
    }
    footer  .footer_content a,footer .footer_content p{
        font-size: 16px;
    }

    #hero .hero_page  .left_side .Display_heading{
        font-size: 64px;
        color: var(--primary-color);
        margin-top: 110px;
     }
    
     #contact .contact_form {
        width: 100%;
    }
     #hero .hero_page  .left_side .Display_text{
        font-size: 18px;
        color: var(--body-text-color);
     }
     #hero{
        height: 100%;
     }
     #hero .hero_page .right_side .home_img {
        left: 169px !important;
        width: 100%;
    }
     #services .service_card .card-title {
            font-size: 34px;
    }


.button_group {
            /* flex-direction: column; */
            align-items: center;
           }
           #contact .contact_form .form-control::placeholder , #contact .contact_form #message::placeholder {
            font-size:16px;
          }
           .primary_btn,.secondary_btn{
            width: 200px;
            font-size: 16px;
           }
           #services .heading{
            font-size: 40px;
           }
             
        #services .service_card .card_img::before {
            content: url(../images/shape1.png);
            position: absolute;
            top: -60px;
            transform: scale(.3);
            left: -60px;
        }
        #services .service_card .card_img::after {
            content: url(../images/shape2.png);
            position: absolute;
            bottom: -60px;
            transform: scale(.3);
            right: -60px;
        }
        .slick-slide.slick-center::after {
            content: url(../images/shape2.png);
            position: absolute;
            bottom: -90px;
            transform: scale(.2);
            right: -90px;
        }
        .slick-slide.slick-center::before {
            content: url(../images/shape1.png);
            position: absolute;
            top: -90px;
            transform: scale(.2);
            left: -90px;
        }
      
      
           #hero .hero_page  .left_side .Display_heading{
            font-size:54px !important;
         }
         #hero .hero_page  .left_side .Display_text{
            font-size: 20px !important; 
         }
         #contact .contact_form #message {
           padding:8px 0; 
        }
      
        .navbar-toggler{
            border: none !important;
            outline: none;
        }
        .navbar-toggler:focus{
            border: none !important;
            box-shadow: none !important;
            outline: none;
        }
  
        #hero .hero_page .left_side .content {
            margin-top: 200px;
        }
        #services .service_card {
            padding: 40px;
        }
        #services .service_card .card_img {
            height:100%;
            width: 100%;
        }
        #services .service_card .card-text {
          margin-top: 0px;
        }
        #services .service_card .card-body {
            padding:0 !important;
            gap: 24px;
            margin-top: 24px;
           margin-bottom: 24px;
            justify-content: unset;
        }
        #services .service_card .card-subtitle {
            font-size: 16px;
            margin-top:0px;
        }
        #services .service_card .card_btn {
            font-size: 16px;
        }
   
        #tour .heading {
            font-size: 40px;
            color: var(--primary-color);
            font-family: GothamBook;
            font-weight: 900;
        }
        
        footer {
            height: 254px;
        }
        #contact .heading {
            font-size: 40px;
        }
        #contact .contact_form label {
            font-size: 16px;
        }
  
         .button_group{
            align-items:start !important;
          }
		  
		  .specialities_inner ul li span{font-size:20px;}
		  .specialities_inner ul li img { height: 30px;}
        
        }
      

@media (min-width:768px) and (max-width:991px){
    .container {
        max-width: 720px !important;
    }
    #hero .hero_page .right_side {
        height: 25vh;
        pointer-events: none;
    }
    #hero .hero_page .left_side .Display_heading {
        font-size: 80px !important;
    }
    #hero .hero_page .right_side:before {
        top: -299px;
        left: 363px;
        scale: 0.8;
    }
    #hero .hero_page .right_side:after {
        bottom: 216px;
        right: 158px;
        scale: 0.8;
    }
} 


 
 @media (max-width:768px){
    #hero .hero_page .right_side .home_img {
        display: none;
    }
 #services .service_card .card-text ,footer .footer_content p,  #contact .contact_form .form-control ,.navbar .nav-item .nav-link ,label.error{
        font-size:14px !important;
    }
    #tour .heading{
        margin-bottom: 0 !important; 
    }
    #contact .contact_form .message_input, #contact .contact_form .email_input, #contact .contact_form .input_button {
        margin-top: 16px !important;
    }
footer { height: auto; padding: 40px 0;}
#tour .tour_descriptions {}
.container { max-width: 640px !important; padding: 0 24px !important;}

footer .footer_content {
    flex-direction: column;
    text-align: center !important;
    align-items: center !important;
    gap: 35px;
 }

#hero .hero_page .left_side .content { margin-top: 0px; padding: 40px 0 40px 0;}
#tour .tour_detials h6 { font-size: 14px;}
#hero .hero_page .left_side{}
#hero .hero_page .left_side{ height: 100%;}

.slick-slide{margin:0 10px;}
#hero .hero_page .left_side .Display_heading{margin-top:0;  font-size: 54px !important;  line-height: 61px;}
#hero .hero_page .left_side .Display_text{    font-size: 16px !important;
    line-height: 24px;
    margin: 15px 0 0 0;}
	
#services .service_card .card_btn, .primary_btn, .secondary_btn {font-size: 15px;  margin-top: 0;  padding: 11px 23px !important; width:auto;}

#hero .hero_page .left_side .button_group{gap: 15px !important;}

#services .service_card .card_btn{margin-top:25px;}
#services .service_card .card-subtitle{margin-bottom:10px !important; }
#services .service_card .card_img::before{left:0; top:0;}
#services .service_card .card_img::after{right:0; bottom:0;}
#contact .contact_form{padding:30px;}
#contact{padding:60px 0;}
#copyright h6{font-size: 15px; line-height: 22px;}

#hero .hero_page .left_side .Display_text{  font-size: 14px;  }
#tour {
        margin-top: 0;
      }
#tour .heading {
          font-size: 40px;
          color: var(--primary-color);
          font-family: GothamBook;
          font-weight: 900;
      }
#tour .tour_descriptions .border-right {border-right: 0px solid var(--secondary-color);}
.content{text-align: start;}
#tour .tour_detials {padding: 0; }
#tour .tour_descriptions{ margin-top: 64px;}   
#services .service_card .card-text ,footer .footer_content p,  #contact .contact_form .form-control ,.navbar .nav-item .nav-link ,label.error{ font-size:14px !important;}  
#hero .hero_page .left_side { height: 100%;} 
#services .service_card .card-title {    font-size: 26px; margin: 0 0 10px 0 !important;}
#services .service_card .card-title br{display:none;}
#services .heading { font-size: 34px;}
.card_icon img{ width: 48px;}
#services .service_card { padding: 24px;}
#services .service_card .card-text ul li strong { font-size: 15px; line-height: 28px; display: block;}
#services .service_card .card-text ul { font-size: 15px; line-height: 26px;}
#services .service_card .card-body{gap:0;}
#services .line{margin-left:20px;}
#tour .tour_detials h6 { font-size: 18px; line-height: 24px;}
#tour{padding: 60px 0px 40px 0;}
#tour .tour_detials{margin-bottom:35px;}
#services .service_cards .row:nth-child(2), #services .service_cards .row:nth-child(3), #services .service_cards .row:nth-child(4), #services .service_cards .row:nth-child(5) {
    margin-top: 30px;
}
#services { margin-top: 60px; margin-bottom: 50px;}

.navbar .nav-item .nav-link{font-size: 18px !important; width:auto;  padding: 16px 0 !important; line-height: 23px !important;}
	
header .navbar-nav { margin: 15px 0 0 0 !important; gap: inherit !important;}
#contact .heading { font-size: 40px; margin-bottom: 10px !important;}
.success_message h5{font-size: 35px;}
.success_message h5 small{font-size: 15px;}
.navbar .nav-item:last-child .nav-link {  padding: 14px 25px !important;}


}


@media (max-width:767px){
.specialities_inner ul{flex-wrap:wrap;}
.specialities_inner ul li{width: 47%; padding: 18px 0 18px 0;}
.specialities_inner ul li img {}
.specialities_inner h2 {font-size: 32px; margin-bottom: 30px !important;}
.specialities_inner ul li:not(:first-child){border:none;}
.multi_locations li a{font-size:17px;}
.navbar-brand img{max-width:140px;}
.mobile_calendar {
    display: block;
    background: #2c2c75;
    display: flex;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #Ffffff;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

#specialities { padding: 50px 0;}

}

 @media (min-width:320px) and (max-width:480px){
  
    
}

