/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


  
/*** Spinner ***/
/*
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
*/

/* Whatsapp */

.whats-float {
	position: fixed;
	transform:translate(108px,0px);
	/*top:25%;*/

	right:0px;
 
	width:150px;
	overflow: hidden;
	/*background-color: #25d366;*/ /* Green Color */
	/*background-color: #000048;*/
  background-color:#015FC9;
	
	color: #FFF;
	border-radius: 4px 0 0 4px;
	z-index: 10;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
   
}
.whats-float a span {
	color: white;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;

	position: absolute;
	line-height: 16px;
	font-weight: 600;
}

.whats-float i {
	font-size: 30px;
	color: white;
	line-height: 30px;
	padding: 10px;
	transform:rotate(0deg);
	transition: all 0.5s ease-in-out;
	text-align:center;

}

.whats-float:hover {
	color: #FFFFFF;
	transform:translate(0px,0px);
}

.whats-float:hover i  {
	transform:rotate(360deg);
}



/* @@@@@@@@@@@@ */



/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 70px;
   
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    /*color: #696E77;*/
    color: black;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), /*url(../img/carousel-1.jpg)*/ center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
   
    color:#15233C;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   /* color: #A7A8B4; */
   color:#15233C; 
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
   /* color: #A7A8B4; */
   color: #2e3ac2;
   /* border: 1px solid#A7A8B4; */
   border: 1px solid #2e3ac2;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}





.logo2{
  
 border: 2px  solid  rgb(117, 68, 182); 

/* background-color: #E3EEED;*/
border-radius: 15px;
 /* height: 170px; */
 height:170px;

}

.text{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #15233C;
   font-weight: 600;
   line-height: 1.2;
   
}

.logo2 .img2{

position:relative;
padding-top:20px;
text-align: center;

}



.img3{
    text-align: center;


}
.img3:hover{
    scale: 110%;
}


.logo2:hover{
    border: 2px solid rgb(228, 15, 15);
    scale: 110%;
   /* background-color: #e0ccde;  */
   
}


@media (max-width:300px) {
    
.logo2{
    height:220px;
    margin-left: 5%;
    margin-right: 5%;
  }
.logo2 .text { 
    font-size: 18px;
}

}

 
@media (min-width:300px) and (max-width:380px){
    
    .logo2{
        height:260px;
        margin-left: 7%;
        margin-right: 7%;
      }
    .logo2 .text { 
        margin-top: 10px;
        font-size: 20px;
    }
    
    }
       
    @media (min-width:380px) and (max-width:500px){
    
        .logo2{
            height:280px;
            margin-left: 10%;
            margin-right: 10%;
          }
        .logo2 .text { 
          
            font-size: 20px;
        }
        
        }

        @media (min-width:500px) and (max-width:576px){
    
            .logo2{
                height:280px;
                margin-left: 15%;
                margin-right: 15%;
              }
            .logo2 .text { 
              
                font-size: 20px;
            }
            
            }    
     @media (min-width:576px) and (max-width:768px){
    
        .logo2{
                    height:220px;
                    margin-left: 5%;
                    margin-right: 5%;
            }
        .logo2 .text { 
                  
                    font-size: 20px;
            }
                
        }       

        @media (min-width:768px) and (max-width:992px){
    
            .logo2{
                        height:220px;
                        margin-left: 5%;
                        margin-right: 5%;
                }
            .logo2 .text { 
                      
                        font-size: 20px;
                }
                    
            }  
            
            @media (min-width:992px) and (max-width:1200px){
    
                .logo2{
                            height:200px;
                            margin-left: 5%;
                            margin-right: 5%;
                    }
                .logo2 .text { 
                          
                            font-size: 20px;
                    }
                        
                }           







 
/* Services Section
--------------------------------*/

.section-bg {
    /* background: #f5f8fd;  */
    background-color: #ffd2f1;
   /* border-radius: 50px;
   margin-left: 5%;
   margin-right: 5%; */
  }
  
  .section-bg2 {
    /* background: #f5f8fd;  */
    background-color: #e2edfa;
    border-radius: 50px;
  /* padding-top: 10px;
   padding-bottom: 40px; */
   margin-left: 5%;
   margin-right: 5%; 
  } 
  

  
  .services {
    padding: 40px 0 40px 0;
  }
  
  .services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;

  
    border-radius: 25px;
   margin: 20px 20px 20px 20px; 
    background: #ffffff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  .services .box:hover {
   /* border: 1px solid red; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .services .icon {
    margin: 0 auto 15px auto; 
   
    padding-top: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    
    width: 150px;
    height: 150px; 
  }
  
  .services .icon i {
    font-size: 36px;
    line-height: 1;
  }
  
  .services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .services .title a {
    color: #111;
  }
  
  .services .box:hover .title a {
   /* color: #1bb1dc; */
   color: red;
  } 
  
  .services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
  }
  

  @media (max-width:350px){
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: -20px;
       margin-right: -20px; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
   
      

        border-radius: 25px;
      margin: 20px 10px 20px 10px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      } 

      .services .icon {
        margin: 0 auto 15px auto; 
       
        padding-top: 15px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        
        width: auto;
        height: auto; 
      }
      
      .services .icon i {
        font-size: 36px;
        line-height: 1;
      }
      .services .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
      }
      
      .services .title a {
        color: #111;
      }
      
      .services .box:hover .title a {
       /* color: #1bb1dc; */
       color: red;
      } 
      
      .services .description {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
        text-align: left;
      }
      

}




@media (max-width:576px){
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: 5%;
       margin-right: 5%; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
     height:280px;
      
        border-radius: 25px;
      margin: 20px 50px 20px 50px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      } 

}

   @media (min-width:576px) and (max-width:650px){
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: -20px;
       margin-right: -20px; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
     height:280px;
      
        border-radius: 25px;
      margin: -10px 20px -10px 20px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

   }
 
   
   @media (min-width:650px) and (max-width:768px){
    .section-bg2 {
     
       margin-left: -50px;
       margin-right: -50px; 
      } 

    .services .box {
       
     height:280px;
      margin: 10px 40px 10px 40px; 
        
      }

   }
 

   @media (min-width:768px) and (max-width:992px){
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: 2%;
       margin-right: 2%; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
     height:280px;
      
        border-radius: 25px;
      margin: 10px 40px 10px 40px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

   }

   @media (min-width:992px) and (max-width:1200px){
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: 2%;
       margin-right: 2%; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
     height:280px;
      
        border-radius: 25px;
      margin: 10px 20px 10px 20px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

   }
   @media (min-width:1200px) {
    .section-bg2 {
        /* background: #f5f8fd;  */
        background-color: #e2edfa;
        border-radius: 50px;
     
       margin-left: 5%;
       margin-right: 5%; 
      } 

    .services .box {
        padding: 30px;
        position: relative;
        overflow: hidden;
     height:280px;
      
        border-radius: 25px;
      margin: 10px 20px 10px 20px; 
        background: #ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

   }

   /* @@@@@ ####### %%%%%%%%% *********** &&&&&&& */
  
  .section-bg3 {
    background: #e6fdfc;;  
      /* background-color: #225fa5;
       border-radius: 50px;
     
     margin-left: 15%;
     margin-right: 15%; */
     }
     
  
  .services2 {
    padding: 80px 0 40px 0;
  }
  
  .services2 .box2 {
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 300px;

  
    border-radius: 25px;
    margin: 50px 10px 20px 10px;
    background:#ffffff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); 
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  .services2 .box2:hover {
   /* border: 1px solid red; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .services2 .icon2 {
    margin: 0 auto 15px auto; 
   
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    
    width: 100px;
    height: 100px; 
  }
  
  .services2 .icon2 i {
    font-size: 36px;
    line-height: 1;
  }
  
  .services2 .title2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .services2 .title2 a {
    color: red;
  }
  
  .services2 .box2:hover .title2 a {
   /* color: #1bb1dc; */
   color: #015FC9;
  } 
  
  .services2 .description2 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    color: #15233C;
    font-weight: 600;
  }
  
  
  @media (min-width:576px) and (max-width:768px) {
    .services2 .box2 {
        padding: 30px;
        position: relative;
        overflow: hidden;
        height: 360px;
    width:250px;
      
        border-radius: 25px;
        margin: 50px 10px 20px 10px;
        background:#ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); 
        transition: all 0.3s ease-in-out;
        text-align: center;
      }
  }

  @media (min-width:768px) and (max-width:992px) {
    .services2 .box2 {
        padding: 30px;
        position: relative;
        overflow: hidden;
        height: 400px;
    width:220px;
      
        border-radius: 25px;
        margin: 30px 10px 20px 10px;
        background:#ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); 
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

      
  }
  @media (min-width:992px) and (max-width:1200px) {
    .services2 .box2 {
        padding: 30px;
        position: relative;
        overflow: hidden;
        height: 320px;
    width:300px;
      
        border-radius: 25px;
        margin: 30px 10px 20px 10px;
        background:#ffffff;
        box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); 
        transition: all 0.3s ease-in-out;
        text-align: center;
      }

      
  }



  /* @@@@@@@@ ############ %%%%%%%%%%%%%% **********/

  

  /* FAQ CSS Start */

  .faq-container {
    margin: 0 auto;
    max-width: 800px;

  }
  
  .faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: 0.3s ease;
  }
  
  .faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  
  .faq.active::before,
  .faq.active::after {
    color: #2ecc71;
    content: "\f075";
    font-family: "Font Awesome 6 Free";
    font-size: 7rem;
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 20px;
    z-index: 0;
  } 
  
  .faq.active::before {
    color: #3498db;
    left: -30px;
    top: -10px;
    transform: rotateY(180deg);
  }
  
  .faq-title {
    margin: 0 35px 0 0;
  }
  
  .faq-text {
    display: none;
    margin: 30px 0 0;
  }
  
  .faq.active .faq-text {
    display: block;
  }
  
  .faq-toggle {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
  }
  .faq-toggle .fa-times,
  .faq.active .faq-toggle .fa-chevron-down {
    display: none;
  }
  
  .faq.active .faq-toggle .fa-times {
    color: #fff;
    display: block;
  }
  
  .faq-toggle .fa-chevron-down {
    display: block;
  }
  
  
  .faq.active .faq-toggle {
    background-color: #9fa4a8;
  }

  /* FAQ CSS End */


  /* Contact Us Start */


  .logo4{
  
    border: 5px  solid  rgb(255, 255, 255); 
   
   /* background-color: #E3EEED;*/
   border-radius: 15px;
   height: auto;
  
   }

  .text2{
    font-family: "Poppins", sans-serif;
    
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
 
    text-align: left;
    font-size: 20px;
   /* color: #15233C; */
   color: white;
   font-weight: 600;
   line-height: 60px;
   
}

@media (max-width:300px){
  .logo4{
  
    border: 5px  solid  rgb(255, 255, 255); 
   
   /* background-color: #E3EEED;*/
   border-radius: 15px;
   height: auto;

   }

  .text2{
    font-family: "Poppins", sans-serif;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 3px;
   font-size: 10px;
    text-align: left;

   /* color: #15233C; */
   color: white;
   font-weight: 600;
   line-height: 30px;
}

}

@media (min-width:300px) and (max-width:450px){
  .logo4{
   height: auto;
   }

  .text2{
    padding-left: 5px;
   font-size: 14px;
   line-height: 30px;
}

}


@media (min-width:450px) and (max-width:576px){
  .logo4{
   height: auto;
   }

  .text2{
    padding-left: 10px;
   font-size: 16px;
   line-height: 30px;
}

}
  /* Contact Us End




