/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/

body,html{
    height: 100%;
}
body {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    overflow-x: hidden;
    position: relative;
    color: #444;
    font-family: "Satoshi-Regular", Sans-serif;
	font-weight:400;
	background:#FFF8F6;
}



/*** default placeholder End***/
* {margin:0;padding:0;}
img {max-width: 100%;height: auto;}
.hide{display: none;}
:focus{outline: 0;outline: none;}

a {
    color: #444;
}

a:hover {
    color: #5bc5ff
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 1rem;
}
a:focus { 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}


/* btn sec */
.btn, .elm-button {
    display: inline-block; 
    padding: 11px 22px;
    width: auto;
    min-width: 170px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid transparent;
}
.btn:hover {
color:#F64A3B; background:#FFF8F6;
}
.address-box .btn:hover {
    color: #0074c8;opacity:1;
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px; 
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px; 
    background: #0074c8;
    border: none;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}

.elm-button:active, .elm-button:focus {
    background: #bd7e52;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
}

b, strong { 
    color: #000;
    font-weight: 600;
}

[type=submit]{
    cursor: pointer;
}

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

.title{
    color: #112239;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    line-height: 1.25;
    font-weight: normal;
}
.titles {
    font-family: "Rosario", system-ui;
    font-weight: 600;line-height:1;
}
.heading{
    color: #00121f;  
}

h2 span, .h2 span, h1 span, .h1 span {
    font-weight: 400; color:#F64A3B;
}

h1, .h1 {
    font-size: 40px; 
}

h2, .h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-size: 3.5rem;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 23px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.static-page-details h1 {
    font-size: 35px;
}

.static-page-details h2 {
    font-size: 36px;  
}

.static-page-details, .content-area {
    padding-right: 28px;
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
} 

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 200px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #800000;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    padding-bottom: 2px;
}

.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 12px;
    color: #000000;
    text-transform: capitalize; 
    font-weight: 500;
    z-index: 1;
}

.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    width: calc(100% + 15px);
    height: calc(100% + 10px);
}
.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor a{
    color: #fff;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: -7px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F64A3B;
    transition: all .2s ease-in-out;
    margin: auto;
    z-index: -1;
}
.nav-menu .menu-top > li.menu-item-has-children > a:before { 
    left: 0px;
}

.nav-menu>.menu-top>li.menu-item-has-children:after{
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -7px;
    z-index: 1;
}
.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after{
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;  
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: #ffffff;
    color: #000000;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: #2a55ca;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}


.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

li#menu-item-327 a {
    text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;    
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686274509804);*/
}
.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {
    /*    content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;*/
}

ul.menu-top li:hover li a:hover:before {
    border-left: 1px solid #2853c7 !important;
    border-bottom: 1px solid #2853c7 !important;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    display: flex;
} 

.menu-top ul li {
    display: inline-block;
    position: relative;
}

.menu-top ul {
    text-align: left;
}
.menu-top li:first-child { 
    padding-left: 0;
    margin-left: 0;
}

.menu-top li:last-child {margin-right: 0;padding-right: 0px;}

.menu-top li a:hover {
    color: #ffffff;     
}

.menu-top .sub-menu {
    background-color: #F64A3B;
    min-width: 222px;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.menu-top > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border-bottom: 10px solid rgba(42, 85, 202, 0.97);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    display: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 8px 5px 8px 20px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 400; 
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/
    text-shadow: none; 
    filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after{
    /*    content: '';
        background: #2a55ca;
        position: absolute;
        height: 2px;
        width: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;*/
}

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/

ul.menu-top li .sub-menu li a:last-child{
    border-bottom: none;
}

.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}

.menu-header > ul > li > ul {
    transform: translateY(0rem);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {

    background: #ffffff;
    color: #2a55ca; 
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}

header#header.small-header .menu-header > ul > li > ul {
    padding-top: 0;
    /*    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);*/
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden; 
}

.menu-header ul li:hover>ul {
    opacity: 1;
    /*    transform: translateY(0);*/
    display: block;
    visibility: visible;   
} 

header#header.small-header .menu-top > li > a {

}
.small-header .menu-header > ul > li > ul.sub-menu {
    transform: translateY(0px);
}

/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
}

.section-pd, .common-padding {
    padding: 70px 0;
}

/*======= Header Search ======*/
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;    
    background-size: 18px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px; 
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}

header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s; 
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 5px;
    position: relative;    
    background-image: url(../img/svgs/search.svg);    transform: rotate(-90deg);
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}
.search-input-box input{
    padding-left: 0;
    padding-right: 0; 
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 15px !important;
    background-color: #fff !important;
    color: #76777a;
    border: none !important;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/**Header Search End**/


.title span {
    color: #12699c;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

div#html5-close {
    background-image: url(../img/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
}
.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    list-style: disc;
    list-style-position: inside;
}
.list-style ul li:after {content: '';position: absolute;width: 6px;height: 6px;top: 12px;left: 0;border-radius: 50%;}
/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #000;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
body.mobile-search-active {
    /*    position: fixed;
        overflow-y: scroll;
        left: 0;
        right: 0;*/
}
.mobile-search-bar-box{
    display: none
}

.mobile-search-bar-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 10000;


    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.25s;
    border-radius: 0px;
}
.mobile-search-bar-box form {
    display: none;
}
.mobile-search-active .menu-top>li>a:before {
    background: transparent;
}
.mobile-search-active .mobile-search-bar-box form {
    display: block;
}
.mobile-search-active .mobile-search-bar-box {
    z-index: 999999;
    height: 100%;
}

.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}


.search-input-box .form-control:focus {
    /*    border-bottom: 1px solid #3a98e8;
        height: 2.5rem;*/
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
.search-wrap {
    cursor: pointer;
}
.mobile-search-bar {
    /*    width: 25px;
        height: 40px;*/
}
.mobile-search-bar {
    display: flex;
    align-items: center;
}
.mobile-search-bar svg {
    width: 16px;
    height: 16px
}
fill {
    width: 100%;
    height: 100%;
}

.mobile-search-bar svg path {
    fill: #ffffff;
}

.small-header .mobile-search-bar{

}

.mobile-search-bar img {
    cursor: pointer;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}

.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.mobile-search-bar-box .search-input-box {
    width: 80%;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

/* mobile menu end */


/**********Search page*********/
#searchPage h2.page-title {
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

#searchPage h2.page-title span {
    color: #7a233c;
    font-style: italic;
}
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
/******************************/
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
    /*    margin-top: 50px;*/
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
} 
.clientreviews div strong {
    color: #212529;
} 
.clientreviews .heading span {
    color: #212529; 
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/ 

/********** Blog Page ***********/
.blog-page .blog-listing-row .blog-loop {
    display: inline-block;
    width: 50%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link {
    display: inline-block;
    height: 330px;
    width: 100%;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
    box-shadow: 1px 1px 5px rgba(204, 204, 204, 0.25);
    padding: 10px 10px;
    background: #fff;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover {
    background: rgba(0, 0, 0, 0.02);
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap .bottom-wrap a.blog-content {
    display: block;
    line-height: 1.5;
}
.blog-page .blog-listing-row .blog-loop a.blog-title {
    font-size: 29px;
    font-weight: 600;
}
.blog-btn {
    color: #b77143;
    font-weight: 500;
    position: relative;
}
.blog-btn:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #be7143;
    position: absolute;
    right: -30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
/**************Blog Page Single*****************/
.blog-single h1 {
    font-size: 30px;
}
.sidebar-contact .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.sidebar-contact .h4 {
    color: #F64A3B;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.blog-single-row .blog-img-link img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-single-row .blog-img-link {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}
.sidebar-listing-wrap .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    padding-top: 15px;
    box-shadow: 1px 1px 5px rgba(204, 204, 204, 0.5);
    background: #fff;
}
.sidebar-listing span {
    padding: 0px 30px;
}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}
.sidebar-contact.fly-program {
    text-align: center;
}
.sidebar-listing span {
    color: #000;
    font-size: 25px;
    padding-left: 3rem;
}

.blog-search-field {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #efefef;
    height: 55px;
}

.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}

.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 3.5rem;
    cursor: pointer;
    background: url(../img/search-gold.jpg) no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 25px;
    border-radius: 10px;
}

.sidebar-contact {
    background: url('../img/bg-side.jpg');
    padding: 3rem 1.5rem;
    background-size: cover;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: top;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
}
.sidebar-contact .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.sidebar-contact .h4 {
    color: #F64A3B;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-contact .contact-btn-div {
    text-align: center;
    margin: auto;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #fff;
    font-weight: 600;
}
.spacer-lr {
    padding: 1rem 2rem;
}
.widgettitle {
    padding: 1rem 2rem;
    font-weight: 600;
}

.sidebar-listing ul li {
    padding: 10px 1rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
    position: relative;
    padding-left: 2rem;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15); 
}

.sidebar-listing ul li a {
    color: #000;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px;
    font-weight: 500;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
    background: #F64A3B;
    border-radius: 0px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: #fff;
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {
    content: "";
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-contact .wpcf7-response-output {
    font-size: 10px;
}

.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
/******************************/
/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    width: 170px;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(../img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{text-transform: uppercase;}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(../img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default; 
}
/* code add in css */
img[src*=".svg"] {width: 100%;}
svg path { 
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}
/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing {
    position: relative;
    border: 1px solid #CFCFCF;
}
.static-page .aside-sidebar .sidebar-listing{
    margin-top: 75px;
}
.aside-sidebar .widgettitle {

}
/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
    border: 1px solid green !important;
}
/******Header Fix******/
#header{
    position:relative;
    right: 0;
    left: 0;
    z-index: 1030;background: #FFF8F6;
}

.home #header{
	background:none !important;
	background-color:transparent !important;
}

.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
 
}
header#header.small-header {
    background: rgba(255, 255, 255, 0.98);box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.logo-wrapper {
    width: 175px;
    transition: 0.5s ease all;
    margin-bottom: 0px;
}

#header.small-header .logo-wrapper {
    
}
.navigation-wrap {
    display:inline-block;
	margin-left:20px;
}
.navigation-wrap .search-wrap svg path {
    fill: #fff;
}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 20px;
    height: 20px;
}
.container_none {
    padding: 0px 40px; 
}

.desktop_menu ul li a {
    border-right: 2px solid #00487c;
    padding: 0px 15px;
    line-height: 100%;	color:#0074c8;
font-family: 'Clarendon';
	text-transform:uppercase;
}
.desktop_menu ul li a:hover {
    text-decoration: underline;
}
.desktop_menu ul li:last-child a{
	 border-right: 0px;color:#00487c;
}
.desktop_menu ul {
    display: flex;
}
.nav-phone {
    display: flex;
    align-items: center;    padding-right:0px;
}
/**********************************************/
/************Home Banner***********/
.home-page-banner .btn:hover {
    color: #fff;
}
.home-page-banner {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-banner-wrap {
    width: 100%;
    position: relative;
    height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;   padding: 30px;
    background-color: #FFF8F6;    background-position: top right;
    background-repeat: no-repeat;
}
.button_link a {
    color: #F64A3B;position: relative;
	display:inline-block;
}
/* .button_link a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #00487c;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    bottom: 6px;
    right: -18px;
    margin: 0 auto;
    border-bottom: 5px solid transparent;
} */
.button_link a:after {
    content: "";
    width: 4px;
    height: 9px;
    border-left: 5px solid #F64A3B;
    border-right: 5px solid transparent;


    border-top: 5px solid transparent;
    bottom: 2px;
    /* left: 0; */
    right: -6px;
    margin: 0 auto;
    border-bottom: 5px solid transparent;
    display: inline-block;
    position: relative;
}
.mainbanner_img{
	background-position: center;
    background-repeat: no-repeat;    background-size: cover; background-color: #b8cbd8;background-color: #000;
}
.home-banner-wrap .heading {
    letter-spacing: 0px;
    line-height: 1;
    text-transform: capitalize;
    color: #1f1f1f;
    font-size: 5rem;
	font-family: 'stephanie_marie_jfregular';
}
.home-banner-wrap .heading span{
	color: #F64A3B;
}
.header-phn-wrap {
    text-align: right;
}

.header-phn-wrap > a {
    color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 0px;
    background-position: center left;
    margin-bottom: 0px;
}
.search-wrap {
    margin-right: 15px;
    background: #0074c8;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px;
}
/**********************************/
/************Inner Banner***********/
.inner-banner {
    height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.inner-banner .banner-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    top: 45px;
    text-align: center;
    letter-spacing: 3px;
}

/*********Logo*********/
.header-left-logo {
    padding: 1rem 15px;
}
/********Footer*********/
.footer-bg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-logo{
    max-width: 300px;
    margin: auto;
}

.footer-col-2 ul {
    column-count: 2;
}
.footer_description {
    font-size: 14px;
}
footer a{
}
footer .title {
    font-size: 25px;
    color: #fff;
}
.nap-wrapper .nap-address-info {
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 7px;
    padding-left: 25px;
    line-height: normal;
    margin-bottom: 10px;
}
.nap-wrapper .phoneno{
    margin-bottom: 10px;
}
a.direction-link {
    border-bottom: 1px solid #fff;
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.menu-footer li a {
    padding: 3px 0px;
    display: inline-block;
}
.copyright-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {
    padding: 5px 0;
    padding-right: 15px;
}
.menu-disclaimer-container {
    display: inline-block;
}
.social_share {
    padding-left: 15px;
}
.menu-disclaimer-container ul {
    display: flex;
}
.footer-map a {
    color: #fff;
}
.menu-disclaimer-container ul li a {
    padding: 0px 10px;
    margin: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
    border-right: none;
}
footer .current-menu-item a {
    color: #0074c8;
}
.social_share ul {
    display: flex;
}
.social_share li a img {
    max-height: 26px;
	max-width: 26px;
}
.social_share li {
    margin: 0px 10px;
}
.footer-map {
    background: #F64A3B;
    color: #fff;
    text-align: center;padding: 30px;
}
.nap_map_iframe_full iframe {
    width: 100%;
    border: none;
    height: 100%;
}
.nap_map_iframe_full {
    height: 100%;
}
.footer-map .h2 {
    line-height: 1;
}
.loc-titles {
    font-weight: bold;
    font-size: 18px;
}
.adresbox {
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    position: absolute;
    background: #fff;
    font-size: 13px;
    padding: 20px;
    border-radius: 10px;

    margin: auto;
    transform: translateY(-50%);
    margin: 0px auto;
    left: 0px;
    right: 0px;
    max-width: 188px;top:25%
}
.adresbox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.adresbox a.direction-link {
    color: #00487c;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #00487c;
}
a:hover{
    color: #0074c8
}
/****** COMMON for Theme **********/
.btn-richgold{
    background-color: #F64A3B;
	border:1px solid #F64A3B;
}
.btn-blue{
    background-color: #fff;
	color:#F64A3B;
	border:1px solid #fff;
}

.btn-blue:hover{
	background-color:transparent;
	color:#fff;
	border:1px solid #fff;
}

.btn-richgold:hover:after{
	border-left: 5px solid #F64A3B;
}

/******************************All Common Css Above*********************************************/
/************banner***********/

.look_as_good_img {
    background-size: cover;
    height: 100%;
    z-index: 1;
    position: relative;    background-position: top center;
}
.blue-bg{background-color: #F64A3B; color:#fff;}
.look_as_good_sec {    background-color: #FFF8F6;
    padding-left: 33.3%;
    margin-top: -65px;
}
.grey-bg{
	 background-color: #FFF8F6;
}
.contentwraps {
    padding-top: 100px;
    padding-bottom: 25px;
    line-height: 1.6;
}
.btnicon:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    bottom: 18px;
    right: 8px;
    margin: 0 auto;
    border-bottom: 5px solid transparent;
}
.btnicon {
    position: relative;
}	
.theme_color{
	    color: #F64A3B;
}
.testimonials-content{
	    font-size: 1.3em;
    line-height: 1.65em;
}
.slider-arrow .slick-arrow {
    position: absolute;
    height: 54px;
    width: 54px;
    background: 0 0;
    border: 0 solid #fff;
    left: 0;
    top: 20%;
    margin-top: -27px;
    cursor: pointer;
    font-size: 0px;
    color: transparent;
    opacity: .6;
    background-image: url(../img/left_previous_icon.png);
    background-size: contain;
    background-position: center;
}
.slider-arrow .slick-next {
    right: 0;
    left: auto;
    font-size: 0px;transform: rotate(180deg);
   
}
.testimonials-slider {
    padding-left: 120px;
    padding-right: 120px;
}
.testimonials-title {
    font-size: 1.5em;
    margin-top: 1em;
    font-weight: bold;
}
.review_from {
    color: #919191;
    font-size: 12px;
}
.rating_text span {
    color: #F64A3B;
}
.rating_text {
    font-size: 20px;
}
.our_procedures {
    background-color: #F64A3B;
}
.box_content {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    padding: 20px;
}
.procedures_box {
    position: relative;
    display: block;
}
.procedures_title{font-size:42px;}
.procedures_list{
	margin-left:-8px;
	margin-right:-8px;
	}
	.procedures_loop{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:16px;
	}
.procedures_box:hover img {
    transform: scale(1.05,1.05);
}	
.procedures_box img {
       -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}	
.procedures_img {
    overflow: hidden;
}
.attorney-box {
    position: relative;
    height: 100%;
    display: inline-block;
}
a.attorney-link {
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    padding: 0 16px;
    background: #fff;
    margin: 3px;
    display: flex;
    height: 53px;
    line-height: 54px;
    width: 53px;
    align-items: center;
    justify-content: center;
}
.attorney-image {
    height: 275px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
}
.attorney-content {
    padding: 10px 0 15px;
}
.attorney-name {
    font-size: 26px;
    line-height: 40px;
}
.attorney-designation {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.attorney-box:hover .team-social {
    visibility: visible;
    opacity: 1;
}
.attorney-link svg {
    fill: rgba(0,0,0,0.3);transition: all .5s;
}
.attorney-link:hover svg {
    fill: #0074c8;
}
.attorney-box .team-social {
    border: 7px solid rgba(0,0,0,0.1);
    position: absolute;
    font-size: 19px;
    background: #fff;
    background: rgba(255,255,255,0.7);
   opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    border-radius: 3px;display: flex;
    align-items: center;
    justify-content: center;    transition: all .5s;
}
.view_profile {display:none;
    position: absolute;
    background: #000;
    padding: 13px 10px;
    color: #fff;
    margin-top: -160px;
    line-height: 100%;
    font-size: 17px;    min-width: 125px;    transition: all .5s;
}
.view_profile:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.attorney-link:hover .view_profile{display:block; margin-top: -150px;}
.greybg{background-color: #FFF8F6;}
.pagetop_content h2{font-size:28px; letter-spacing:1px;}
.iconwrap1 {
    background-color: #F64A3B;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.iconwrap1 svg {
    fill: #fff;
}
.itemloop {
    display: flex;
    align-items: center;
}
.itemloop a {
    font-size: 18px;
}
.greybg2 {
    background-color: #f8f8f8;
}
.bluebg2 {
        background-color: #0074cd;
}
.afterbeforeimg {
    width: 157px;
    height: 210px;
    border-right: 1px solid #fff;
}
.itemname {
    width: 100px; 
}
.child-procedures-box-content {
    width: 100%;
}
.btn-bluedark {
    background-color: #fff;
    padding: 6px 17px;
    min-width: auto;
	color:#F64A3B !important;
	border:1px solid #fff;
}
.btn-bluedark:after{
	    bottom: 14px;
    right: 0px;
}

.big_img {
    padding-bottom: 107.24%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    background-position: center;
    background-color: #f3f1f1;
    border: 1px solid #dfdddd;
}
.imagetag {
    position: absolute;
    bottom: 0px;
    background: #0074c8;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
}
.formwraps {
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 25px;
    text-align: center;
}
.formwraps_heading {
    background: #0074c8;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
}
.catlists {
background: #00487c; margin-bottom:1px;
}
.catlists a {
font-family: 'Clarendon';
padding: 10px 15px;
}
.closebox {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px; 
    cursor: pointer;
    width: 20px;
    text-align: center;
    line-height: 100%;
}
.appointment_form label {
    margin: 0px;
    font-weight: 600;
}
.appointment_form .wpcf7-checkbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 2rem;
    font-size: 15px;
}
.appointment_form .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0px;
}
.appointment_form label span {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;

}
.appointment_form .wpcf7-list-item label span {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}
.field-group-btn {
    display: inline-block;
    position: relative; 
}
.doctorcontent .h4:after { 
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 18px;
    left: 0px;
    background: #111111;
}
.doctorcontent:first-child {
    background: #e6e6e6;
    padding: 20px;
}  
.headingbar {
    background: #e6e6e6;
    position: relative;
    z-index: 9;
    display: inline-block;
    padding-right: 15px;
}
.listyle2 li:before {
    content: "";
    position: absolute;
    border-left: 1px solid #0074c8;
    border-bottom: 1px solid #0074c8;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top:4px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.listyle2 ul {
    list-style: none;
}
.listyle2 ul li {
    padding-left: 20px;
}
.look_as_good_sec .blue-bg {
    position: relative;
    z-index: 9;
}

/***** PAGE - VIDEO ******/
.video-list-box{
    background-color: #F64A3B;
    height: 100%
}
.video-frame{
    background: #ebebeb url(../img/site-logo.png) no-repeat center;
    background-size: 60%;
    padding-bottom: 56.24%;
    position: relative
}
.video-frame img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.link-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.video-list-title{
    text-align: center;
    color: #FFF;
    padding: 15px;
    line-height: 1.45;
    position: relative
}
.video-list-box:hover{
  background-color: #F64A3B;   
} 

.video-icon-holder:before {
    content: "";
    background: url(../img/play-icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background-size: 70px 70px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-video-pagination{
    justify-content: center
}


video#banner_video {
    width: 100%;
    height: 100%;
	object-fit: cover;
}


#bannerVideo button.close {
    position: absolute;
    top: -20px;
    background: #0074c8;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 1;
    right: -15px;
    color: #fff;
}

.banner-Vbtn {
    position: absolute;
    left: 0;
    bottom: 10%;
    max-width: 100px;
	box-shadow: none;
	transition: all .5s ease-in-out;
	transform: scale(1);
	outline: none !important;
    border: 0;
}

.banner-Vbtn svg {
    width: 100px;
    height: 100px;
}

.banner-Vbtn:hover, .banner-Vbtn:focus {
    background: transparent;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    transform: scale(1.1);
}

.procedure-gallery-box{
 border: 1px solid #CFCFCF   
}
.procedure-gallery-box .btn{
    text-align: left
}
.aside-sidebar .procedure-gallery-box .widgettitle{
    margin-bottom: 0
}

/* new css for gallery page */
.inner-page-banner {
    width: 100%;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-page-banner  .inner-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.photo-category-banner{
    background-color: #f5f5f5
}
.photo-category-banner  .inner-banner-image {
    width: 40%;
}

.inner-page-banner .banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    color: #1B1B1B;
}
.photo-center-info {
    width: 100%;
    position: relative;
}
.gallery_cat_image, .gallery_cat_image img {

    width: 100%;
    display: block;
}
.photo-center-info ul {
    width: 100%;
    position: relative;
}
.photo-center-info ul li {
    display: block;
}
.photo-center-info ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #444444;
    border-top: 1px solid #DBDBDB;
    display: block;
    padding: 10px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 96% center;
    background-image: url(https://mintrm10.sg-host.com/wp-content/uploads/2024/09/arrow-right.png);
}
.photo-center-info ul li a:hover { 
    background-color: #F64A3B;
    background-image: url(../img/right-white-arrow.webp);
    color: #ffffff;
    border-color: #F64A3B;
}

.photo-center-info ul li:first-child a {
    border: none;
}

.gallery-parent-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #1B1B1B;
    margin-bottom: 20px;
}  
.gallery_cat_image {
    margin-bottom: 40px;
}
.gallery-item-wrap {
    margin-top: 60px;
}

 .main-heading {
    font-weight: 700;
    font-size: 45px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
} 

/* new css for gallery page */


/* gallery detail page css */
.gallery-list-page .child-procedures-boxes {
    background: #FFF8F6;
    padding: 60px 60px;
    width: 100%;
    margin-top: 50px;
    position: relative;
    padding-top: 0;
}
.gallery-list-info {
    margin-top: 60px;
    display: flex;
}

.gallery-list-info  .child-procedures-box-row {
    position: relative;
    padding-bottom: 55px;    width: 100%;
}
.child-gallery-box-button {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 55px;
    left: 0;
    right: 0;
    margin: auto;
}
.gallery-list-page .child-procedures-box-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-list-info .child-image-box-wrap {
    display: flex;
    padding: 0 10px;
}
.gallery-list-info .child-procedures-box-image {
    background-color: #f5f5f5;
    background-size: contain;
    background-position: center;
    position: relative;
    height: 325px;
    border: 10px solid #FFFFFF;
    width: 50%;
    background-repeat: no-repeat;
}
.gallery-list-info .before-img-wrap{
    border-right-width: 5px;    
}
.gallery-list-info .after-img-wrap{
    border-left-width: 5px;
}
.gallery-post-meta {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.gallery-list-info .patient-text {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.gallery-list-info .patient-text a {
    font-weight: 700;
    font-size: 35px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
    display: inline-block;
}
.gallery-list-info .gallery-detail-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #444444;
    padding: 0 10px;
    margin: 10px 0px;
    justify-content: center;
}
.gallery-list-info .gallery-detail-text  .theme_color { 
    font-weight: 500;
}
.gallery-list-info .gallery-detail-text .itemname {
    width: auto;
    padding-left: 5px;
}
.child-gallery-box-button .gallery-btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #F64A3B;
    background: #FFF8F6;
    display: block;
    padding: 18px 15px;
    font-family: 'Gotham';
}
/* gallery detail end css */
.contact-btn-wrap {
    margin-top: 30px;
}

.consultationForm-code iframe {
    width: 100%;
    margin-top: 25px;
}


.header-left-logo {
    width: 230px;
}

.nav-phone {
    width: calc(100% - 300px);
	flex-wrap: wrap;justify-content: end;
}

.social_share {
    margin-left: auto;
    display:inline-block;
    justify-content: end;
}
.gallery-list-page .main-heading {
    color: #F64A3B;
}
.form-iframe {
	margin-top: 30px;
}   

.gallery-list-page .subheading {
    font-size: 40px;
    text-transform: uppercase;
}

.single-gallery .cat-name {
    text-transform: uppercase;
    display: block;
}


.our_procedures p{
	color:#fff;
}

.our_procedures p a{
	color:#fff;
}

.our_procedures h2{
	color:#fff;
}

.our_procedures h2 span{
	color:#fff;
}

.our_procedures .button_link a{
	color:#fff;
}

.our_procedures .button_link a:after{
	border-left: 5px solid #fff;
}

.look_as_good_sec h2 span{
	color:#fff;
}

.footer-map .h2 span{
	color:#fff;
}

.testimonials_sec .button_link a{
	color:#F64A3B;
}

.testimonials_sec .button_link a:after{
	border-left: 5px solid #F64A3B;
}

.header-phn-wrap svg{
	fill:#F64A3B;
}

.header-phn-wrap svg circle{
	stroke:#F64A3B;
}

.page-template-leave-review .section-pd{
	background:#FFF8F6 !important;
}

.page-template-leave-review .section-pd h2{
	color:#000;
}

.page-template-leave-review .section-pd p{
	color:#000;
}

.specials-content .button-wraper.button_link a{
	color:#F64A3B;
}

.specials-content .button-wraper.button_link a:after{
	border-left: 5px solid #F64A3B;
}

@media (max-width: 991px){
	.specials-image {
    margin-bottom: 15px;
}
}