/* carousel section Start */
.carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            width: 100%;
            margin: auto; }
            
             @media screen and (max-width: 600px) and (min-width: 240px)
        { 
            #myCarousel { margin-top:80px !important;}
        .flipbox_area { margin-top: -60px !important; } 
            .slider5 {height: 230px; background-size: cover;}
        }
        
            
        @media screen and (max-width: 992px) and (min-width: 601px)
        { 
            #myCarousel { margin-top:80px !important;}
        .flipbox_area { margin-top: -60px !important; } 
            .slider5 {height: 450px;    
    background-size: cover;}
        }
        
         @media screen and (max-width: 1200px) and (min-width: 990px)
          { 
        #myCarousel {margin-top:80px !important;}
        .flipbox_area{margin-top: -60px !important;}
 .slider5 {height: 600px; background-size: contain;}
        }
          @media screen and (max-width: 1400px) and (min-width: 1201px)
          { 
        #myCarousel {margin-top:80px !important;}
        .flipbox_area{margin-top: -60px !important;}
 .slider5 {height: 780px; background-size: contain;}
        }
        
          @media screen and (max-width: 1920px) and (min-width: 1401px)
          { 
        #myCarousel {margin-top:80px !important;}
        .flipbox_area{margin-top: -60px !important;}
 .slider5 {height: 850px; background-size: contain;}
        }
        
         @media screen and (max-width: 2400px) and (min-width: 1921px)
          { 
        #myCarousel {margin-top:80px !important;}
        .flipbox_area{margin-top: -60px !important;}
 .slider5 {height: 1100px; background-size: contain;}
        }
         @media screen and (max-width: 3200px) and (min-width: 2401px)
          { 
        #myCarousel {margin-top:80px !important;}
        .flipbox_area{margin-top: -60px !important;}
 .slider5 {height: 1100px; background-size: contain;}
        }
        
    @media screen and (max-width: 600px) and (min-width: 400px) {
  .footersmargin {margin-left:20%;}
    .slider_text {margin-left:10px;}
     .slider5 {height: 250px;    
    background-size: cover;}
    }
    
    
    @media screen and (max-width: 790px) and (min-width: 600px){
        .feature_style_tree_content {
        bottom: -120px !important;
    }
    .feature_style_five {
        width:330px !important;
    }
     .slider5{
       height: 350px;
       
    background-size: cover;}

    }
/* carousel section End */

/* containers Section Start */
 .blue:hover {
  border: 2px solid #373588;
  background-color:#f7f7f7;
  border-radius:8px;
  /*padding: 10px;*/
}

.containerss {
  position: relative;
  text-align: center;
  color: black;
  
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:white;
      font-weight: 600;
    font-size: 15px;
    padding:6px;
    border-radius:4px;
    width:80%;
    text-align:center;
}


.feature_style_three_title h5 > a:hover{
    color:orange;
}

.quote_btn .btn:hover{
    background-color:#cc2d8a;
    color:white;
}
/* Container Section End */

/* Feedback Section */

#feedback {
            position: fixed;
            top: 40%;
            z-index: 999;
            -webkit-animation-duration: .8s;
            animation-duration: .8s;
            -webkit-transition: .8s ease;
            -o-transition: .8s ease;
            transition: .8s ease;
            width: 215px;
            left: -215px;
        }

            #feedback .pull_feedback {
                position: absolute;
                top: 100px;
                transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform-style: preserve-3d;
                height: 50px;
              
                display: block;
                z-index: 999;
                right: -100px;
                border: 0;
                background: #cc2d8a ;
                color: #fff;
               
                text-align: center;
                line-height: 35px;
                transition: .5s ease;
                border: 1px solid #cc2d8a;
                border-top-color: rgb(30, 38, 45);
                border-top-style: solid;
                border-top-width: 4px;
                border-top: 0;
                border-radius: 0px 0px 10px 10px;
                font-size: 16px;
            }