@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Montserrat", sans-serif; */



/*html, body {
	width: 100%;
	overflow-x: hidden;
} */



:root {
  --bg-blue: #0176B7;
}


* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}

 

/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #f79d2d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #032641;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
}



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

/* .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 20px;
    height: 3px;
    background: #1db315;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #032641;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #199adb;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


.nav {
    width: 100%;
    justify-content: center;
    border-top: 2px solid rgba(190, 190, 190, 1);
}

.top-nav 
{
    position: relative;
}

 



/*******************************
********NAV BAR*****************
*****************************/


/***************** Top Bar *****************/

.top-bar {
    position: relative;
    background: rgba(21, 166, 237, 1);
    padding: 10px 0;
}

  

.top-bar .info-details ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.top-bar .info-details ul li a {
    color: #2f0909;
    font-size: 14px;
}

.top-bar .info-details ul span {
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #75bf33;
    margin-right: 10px;
}


.top-social li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 2px solid #FFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-social li:last-child a {
    margin-right: 0;
}

 

.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}

.site-info ul li:first-child  
{
    margin-right: 25px;
}

.site-info ul li a i 
{
    font-size: 25px;
    margin-right: 10px;
}

.site-info ul li a 
{
    color: #FFF;
    display: flex;
    align-items: center;
}



/************ End Header ***************/

.banner-content {
    position: absolute;
    top: 40%;
    z-index: 99;
    width: 45%;
    right: 0%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.banner-content h1 {
    font-size: 45px;
    line-height: 70px;
    color: rgba(0, 54, 95, 1);
    margin-bottom: 20px; 
    font-weight: 700;
}
  

.dactor-info 
{
    margin: 80px 0;
}
 
.doc-text h3
{
    color: rgba(11, 55, 89, 1);
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

.doc-text p  
{
    color: rgba(0, 0, 0, 1);
}

.doc-text ul li 
{
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.doc-text ul li i  
{
    color: #039be5;
    font-size: 20px;
    margin-right: 10px;
}

.drop-from {
    padding-left: 40px;
    position: relative;
    color: rgba(9, 137, 200, 1);
    border: none;
    height: 50px;
    box-shadow: 0 0 5px #e7e7e7;
}

.form-select.drop-from:focus {
    
    box-shadow: none;
}

.cover-drop 
{
    position: relative;
}

.cover-drop::before {
    content: '\f041';
    position: absolute;
    left: 10px;
    top: 12px;
    font-family: FontAwesome;
    z-index: 9;
    font-size: 25px;
    color: rgba(9, 137, 200, 1);
}

.info-gradient 
{
    background: url(../images/doc-details-bg.png) no-repeat center;
    background-size: cover; 
    border-radius: 30px; 
    overflow: hidden;
    padding: 70px 50px;
}

.book-appoinment {
    background: #FFF;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px #e1e1e1;
}

.date-area {
    border: 1px solid rgba(199, 199, 199, 1);
    border-radius: 5px;
    padding: 5px 10px;
    max-width: 60px;
    line-height: 22px;
}

.date-area p  
{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}

.date-area strong
{
    font-size: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.date-slide .slick-prev:before, .date-slide .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\f104';
    font-family: FontAwesome !important;
    font-size: 29px !important;
    left: 9px !important;
    position: absolute;
    top: -7px;
}

.slick-next:before {
    content: '\f105';
    font-family: FontAwesome !important;
     font-size: 29px !important;
    right: 14px !important;
    position: absolute;
    top: -7px;
}

.slots b  
{
    font-size: 18px;
    font-weight: bold;
}

a.call-btn 
{
    background: rgba(21, 166, 237, 1);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;

}

a.call-btn i  
{
    font-size: 24px;
    margin-right: 6px;
}

.book-appoinment h4  
{
    color: rgba(9, 137, 200, 1);
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
}

.calender-drop .drop-from 
{
    border: 1px solid rgba(174, 184, 191, 1);
    border-radius: 5px;
    overflow: hidden;
}

.calender-drop 
{
    position: relative;
}

.calender-drop::before {
    content: '\f041';
    position: absolute;
    left: 10px;
    top: 12px;
    font-family: FontAwesome;
    z-index: 9;
    font-size: 25px;
    color: rgba(9, 137, 200, 1);
}

.part-surg 
{
    background: rgba(11, 55, 89, 1);
    padding: 15px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.05);
    color: #FFF;
    border-radius: 20px;
    height: 130px;
}
.part-surg p  
{
    color: #FFF;
    font-size: 15px;
}

.part-surg img 
{
    margin-right: 10px;
}

.four-part {
    margin-top: -128px;
}

.four-part .row 
{
    padding-left: 30px;
    padding-right: 30px;
}

.heading-area p  
{
    color: rgba(0, 0, 0, 1);
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
}

.heading 
{
    font-size: 48px;
    line-height: 55px;
    color: rgba(0, 123, 183, 1);
    font-weight: bold;
}


.about-content p  
{
    margin-bottom: 15px;
}

.btn-contact 
{
    display: inline-block;
    background: rgba(11, 55, 89, 1);
    color: #FFF !important;
    text-transform: capitalize;
    padding: 10px 20px; 
    border-radius: 50px;
}


.opd-schedule  
{
    background: rgba(11, 55, 89, 1);
    padding: 80px 0;
}

.white-heading p  
{
    color: rgba(173, 228, 255, 1);
}

.white-heading .heading 
{
    color: #FFF;
}

.timing-chamber 
{
    border: 3px solid rgba(21, 166, 237, 1);
    border-radius: 20px;
    padding: 20px;
}

.timing-chamber  h3 
{
    color: rgba(248, 159, 15, 1);
    font-weight: 600;
    margin-bottom: 15px;
}

.timing-chamber ul li 
{
    color: #FFF;
    line-height: 40px;
}

.why-choose 
{
    padding: 80px 0;
    background: rgba(244, 251, 255, 1);
}

.choose-icon img 
{
    width: auto;
}

.choose-part h3 
{
    margin-bottom: 15px; 
    font-weight: 600;
}

.choose-part  
{
    border: 1px solid rgba(21, 166, 237, 1);
    border-radius: 20px;
    margin: 10px;
    display: flex !important;
    flex-flow: column;
    justify-content: space-between;
}


.choose-slide .slick-prev:before {
    content: '\f104';
    font-family: fontawesome;
    color: #000;
    font-size: 50px !important;
    right: 0px !important;
    position: absolute;
    top: 0;
}

.choose-slide .slick-next:before {
    content: '\f105';
    font-family: fontawesome;
    color: #000;
    font-size: 50px !important;
    left: 0px !important;
    position: absolute;
    top: 0;
}

.choose-slide .slick-prev, .choose-slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background: transparent;
}

.choose-slide .slick-next {
    right: -50px;
}

.choose-slide .slick-prev {
    left: -50px;
}

.video-area 
{
    margin: 80px 0;
}


.orange-sec 
{
    background: rgba(228, 140, 0, 1);
    padding: 50px 30px;
    border-radius: 30px;
    position: relative;
}

.orange-sec::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background: #f7b66b;
    left: 48%;
    top: 35px;
    bottom: 0;
}

.experince-area h2  
{
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    line-height: 45px;
    margin-bottom: 20px;
}

.experince-area h3
{
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: 40px;
    margin-bottom: 20px;
}

.experince-area ul  
{
    margin-bottom: 30px;
}

.experince-area ul li 
{
    color: #FFF; 
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

.experince-area ul li::before {
    content: '\f061';
    position: absolute;
    font-family: fontawesome;
    left: 0;
    font-weight: 100;
    width: 25px;
    height: 25px;
    border: 2px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 5px;
    font-size: 12px;
    top: 3px;
}



.experince-area p   
{
    color: #FFF;
    margin-bottom: 20px;
}

.client-say-heading {
    background: rgba(21, 166, 237, 1);
    width: 415px;
    padding: 30px;
    height: 460px;
    border-radius: 0 100px 0 0;
    flex: 0 0 415px;
}

.testimo-heading h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.testi-slider button {
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: -295px;
    bottom: -63px !important;
    transform: translate(0px, 0px);
    top: inherit;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider .slick-prev:before {
    content: '\f060';
    font-family: fontawesome;
    font-size: 15px;
}

.testi-slider .slick-next:before {
    content: '\f061';
    font-family: fontawesome;
    font-size: 15px;
}

.testi-slider .slick-prev:before, .testi-slider .slick-next:before {
    color: #000;
}
.testi-slider button {
    left: -228px;
}

.testi-slider .slick-next {
    left: -170px !important;
}

.testi-slider .slick-next:before {
    content: '\f061';
    font-family: fontawesome !important;
    font-size: 15px !important;
    right: 14px !important;
    position: absolute;
    top: 11px;
}

.testi-slider .slick-prev:before {
    content: '\f060';
    font-family: fontawesome !important;
    font-size: 15px !important;
    left: 14px !important;
    position: absolute;
    top: 11px;
}

.client-content {
    background: #FFF;
    box-shadow: 0 0 10px #0000001a;
    padding: 20px;
    border-radius: 15px 15px 0;
}

.client-image {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-right: 10px;
    overflow: hidden;
}

.client-details {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -50px;
    justify-content: end;
    width: 100%;
}

.client-content img 
{
    width: auto;
}

.testimonial 
{
    padding: 80px 0;
}

.more-tretments 
{
    background: rgba(244, 251, 255, 1);
}

.three-column ul 
{
    column-count: 3;
}
 

.three-column ul li  {
    color: #000;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}

.three-column ul li::before {
    content: '\f061';
    position: absolute;
    font-family: fontawesome;
    left: 0;
    font-weight: 100;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 5px;
    font-size: 12px;
    top: 3px;
}

.conditions-part 
{
    padding: 80px 0;
}

.procedures-list ul 
{
    display: flex; 
    flex-flow: wrap; 
    justify-content: center;
}

.procedures-list ul li {
    background: rgba(224, 245, 255, 1);
    padding: 10px;
    height: 107px;
    margin: 15px;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    display: none;
}

.procedures-list ul li:nth-child(even) {
  background-color: rgba(229, 230, 255, 1);
}

#loadMore 
{
    display: inline-block;
    background: rgba(11, 55, 89, 1);
    color: #FFF !important;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 50px;
}

.faq-area 
{
    background: #f9f9f9;
    padding: 70px 0;
}

.faq-area .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
}

.faq-area .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq-area .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow:  none;
}

.faq-area .accordion-button 
{
    font-weight: 600;
    text-transform: capitalize;
}

.call-back 
{
    background: rgba(0, 123, 183, 1);
}


.call-back 
{
    border-radius: 30px 30px 0 0;
}

.from-foot input 
{
    margin: 0 10px;
    height: 50px;
}

.from-foot input[type=submit] 
{
    background: rgba(248, 159, 15, 1); 
    border: none; 
    border-radius: 6px;
    color: #FFF; 
    text-transform: capitalize;
    font-weight: 600;
    min-width: 150px;
}




.copy-right 
{
    padding: 20px 0;
    background: rgba(3, 38, 65, 1);
}

.copy-right p   
{
    color: #FFF;
}





/* ******************************************** */
/******************* Gallery Start **************/
/* ******************************************** */

.gallery-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 0px;
}

.gallery-area>.container-fluid .gallerys {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-holder {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

.gallery-holder img {
    width: 100%;
}

.gallery-holder>.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.gallery-holder>.holder .capson {
    background: rgba(8, 21, 52, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0px);
    transition: all 0.4s;
}

.gallery-holder:hover .holder .capson {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox {
    position: relative;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    transform: translate(-500%, 0px);
    transition: all 0.9s;
}

.gallery-holder:hover>.holder .capson .lightbox {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox i {
    position: relative;
    z-index: 1;
}

.gallery-holder>.holder .capson .lightbox::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotateZ(0deg);
    z-index: 0;
    transition: all 0.3s;

}

.gallery-holder>.holder .capson .lightbox:hover::after {
    background: #d2202d;
    transform: rotateZ(45deg);
}

.tab-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.tab-center button {
    margin: 5px 1px;
    width: 165px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.tab-center button:first-child {
    background: #133d99;

}

.tab-center button:last-child {
    background: #d2202d;
}

/* ******************************************** */
/******************* Gallery End **************/
/* ******************************************** */

.from-foot p, .from-foot span 
{
	display: flex;
}

.from-foot p input {
    margin: 0 10px;
    height: 50px;
}


