/* ===================================Social Channel=================================== */
.social-channel{
    width: 100%;
    display: block;
    padding: 50px 0;
    margin: 0;
    background: #104382;
}
.social-channel .text-n-cta{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-channel .text-n-cta h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.social-channel .text-n-cta .cta{
    background: #b5133a;
    padding: 18px;
}
/* ===================================Main Footer=================================== */
.main-footer{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background: #053775;
    color: #fff;
    overflow: hidden;
}
.main-footer a{
    color: #fff;
}
.main-footer a:hover{
    color: #ff4471;
}
.main-footer > .container{
    padding-top: 70px;
    padding-bottom: 70px;
}
.main-footer h4{
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 25px;
}
.main-footer ul{
    padding: 0;
    margin: 0 0 20px;
}
.main-footer .left-wrap ul li{
    position: relative;
    padding-bottom: 10px;
}
.main-footer .left-wrap ul li + li{
    border-top: 1px solid rgb(16, 67, 130);
    padding-top: 10px;
}
.main-footer .left-wrap ul li a{
    font-size: 16px;
}
.main-footer .left-wrap ul.social-links li{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    transition: 0.5s ease-in-out;
} 
.main-footer .left-wrap ul.social-links{
    padding: 0;
    margin: 0;
}
.main-footer .left-wrap ul.social-links li + li{
    margin-left: 15px;
}
.main-footer .left-wrap ul.social-links li a{
    font-size: 20px;
    color: #053775;
}
.main-footer .left-wrap ul.social-links li:hover{
    background: #ff4471;
}
.main-footer .left-wrap ul.social-links li:hover a{
    color: #fff;
}
.main-footer .right-wrap .contact-form .each-field{
    margin-bottom: 20px;
}
.main-footer .right-wrap .contact-form .each-field input,
.main-footer .right-wrap .contact-form .each-field textarea{
    width: 100%;
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    padding: 15px 10px;
}
.main-footer .right-wrap{
    position: relative;
    z-index: 1;
}
.main-footer .right-wrap:after {
    position: absolute;
    content: '';
    top: -200px;
    right: -1000px;
    width: 235%;
    height: 200%;
    background: #05326b;
    z-index: -1;
}
.main-footer .right-wrap .contact-form .each-field textarea{
    height: 80px;
}
.main-footer .right-wrap .contact-form .each-field input::placeholder,
.main-footer .right-wrap .contact-form .each-field textarea::placeholder{
    opacity: unset;
}
.main-footer .right-wrap .contact-form .each-field input:focus,
.main-footer .right-wrap .contact-form .each-field textarea:focus{
    border: 1px solid #ff4471;
    outline: none;
}
.main-footer .right-wrap .contact-form .submit-field .cta{
    width: 180px;
    border: none;
    font-size: 14px;
    padding: 18px 0;
    margin-top: 10px;
    background: #b5133a;
}
.main-footer .right-wrap .icon-n-info{
    margin: 35px 0 0;
}
.main-footer .right-wrap .icon-n-info .each-info{
    display: flex;
    align-items: end;
}
.main-footer .right-wrap .icon-n-info .each-info + .each-info{
    margin-top: 35px;
}
.main-footer .right-wrap .icon-n-info .each-info img{
    width: 44px !important;
    height: 40px !important;
    margin-right: 20px;
}
.main-footer .right-wrap .icon-n-info .each-info .right-info h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}
.copyright-text{
    width: 100%;
    display: block;
    padding: 18px 0;
    margin: 0;
    background: #03244d;
    text-align: center;
    position: relative;
    z-index: 1;
}
.copyright-text p{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}


/* ================================ Star ratings css =============================*/
.each-field.for_ratings{
    margin-bottom: 5px !important;
}
fieldset.star_rating, 
.star_rating label { 
    margin: 0; padding: 0; 
}

.star_rating { 
  border: none;
  display: inline-block;
  text-align: left;
}

.star_rating > input { display: none; } 
.star_rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.star_rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.star_rating > label { 
  color: #ddd; 
 float: right; 
}
.star_rating > input:checked ~ label, /* show gold star when clicked */
.star_rating:not(:checked) > label:hover, /* hover current star */
.star_rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.star_rating > input:checked + label:hover, /* hover current star when changing rating */
.star_rating > input:checked ~ label:hover,
.star_rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.star_rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


/* ===================================After Login Pages=================================== */
.after-login-pages.main-footer{
    position: fixed;
    bottom: 0;
    z-index: 99;
}
/* ===================================Responsive=================================== */
@media screen and (max-width:1199px) {
    .after-login-pages.main-footer{
        position: static;
    }
}
@media screen and (max-width:1150px) {
    .main-footer .right-wrap:after{
        width: 239%;
    }
}
@media screen and (max-width:1050px) {
    .social-channel .text-n-cta h3 {
        font-size: 24px;
    }
    .main-footer .row .col-lg-4,
    .main-footer .row .col-lg-8{
        width: 100%;
    }
    .main-footer .right-wrap:after{
        display: none;
    }
    .main-footer h4 {
        font-size: 26px;
        margin: 0px 0 20px;
    }
    .main-footer .right-wrap {
        margin: 50px 0 0;
    }
}
@media screen and (max-width:991px) {
    .main-footer > .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-footer .copyright-text p {
        font-size: 14px;
    }
    .social-channel{
        padding: 30px 0;
    }
    .social-channel .text-n-cta h3 {
        font-size: 22px;
    }
}
@media screen and (max-width:840px) {  
    .main-footer .right-wrap .contact-form .each-field input,
    .main-footer .right-wrap .contact-form .each-field textarea {
        padding: 10px;
    } 
    .main-footer .right-wrap .contact-form .submit-field .cta{
        margin-top: 0;
    }
    .social-channel .text-n-cta h3 {
        font-size: 20px;
    }
    .social-channel .text-n-cta .cta {
        font-size: 14px;
    }
    .main-footer .contact-wrap{
        margin: 30px 0 0;
    }
}
@media screen and (max-width:767px) {  
    .main-footer .right-wrap .icon-n-info {
        margin: 30px 0 0;
        display: flex;
    }
    .main-footer .right-wrap .icon-n-info .each-info + .each-info {
        margin-top: 0;
        margin-left: 20px;
    }
    .main-footer .right-wrap {
        margin: 30px 0 0;
    }
    .social-channel .text-n-cta {
        flex-direction: column;
        text-align: center;
    }
    .social-channel .text-n-cta h3{
        margin: 0 0 30px;
        line-height: 32px;
    }
}
@media screen and (max-width:640px) {  
}
@media screen and (max-width:575px) {
    .main-footer h4 {
        font-size: 22px;
    }
    .main-footer .left-wrap ul li a,
    .main-footer .right-wrap .icon-n-info .each-info .right-info h5 {
        font-size: 14px;
    }
    .main-footer .left-wrap ul li {
        position: relative;
        padding-bottom: 5px;
    }
    .main-footer .left-wrap ul li + li{
        padding-top: 5px;
    }
    .main-footer .left-wrap ul.social-links li {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .main-footer .left-wrap ul.social-links li a {
        font-size: 16px;
    }
}
@media screen and (max-width:450px) {
    .main-footer .right-wrap .icon-n-info{
        display: block;
    }
    .main-footer .right-wrap .icon-n-info .each-info + .each-info {
        margin-top: 20px;
        margin-left: 0;
    }
    .main-footer .copyright-text p {
        font-size: 13px;
        font-weight: 400;
    }
}
@media screen and (max-width:390px) {

}