/* font-family: 'Josefin Sans', sans-serif;
font-family: 'Rubik', sans-serif; 
font-family: 'Roboto', sans-serif;
*/
:root{
	--te-50:#007bff;
}

body{
	font-family: 'Poppins', sans-serif;
	color: #313131;	
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;	
}
img{
	max-width: 100%;
}
button:focus{
    border: 0px !important;
    box-shadow: inherit !important;
    outline: none;
}
hr{
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s; 
}
a:hover{
	text-decoration: none;
}
.heading-1{
    position: relative;
    width: fit-content;
    padding-bottom: 12px;
}
.heading-1 > a{color: #333;}
.heading-1:after, .heading-1:before{
    content: '';
    height: 1px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0a74c0;
}
.heading-1:after{
    bottom: -4px;
    max-width: 60%;
}
.heading-1 span{
    font-weight: 900;
    color: #0a74c0;
}
.btn-pl:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: -1;
}
.btn-pl:hover:before{
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
}
.nav-wrapper .bg-dark{
	background-color: transparent !important; 
}
.nav-wrapper .navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: .9rem 0.6rem;
    /* margin: 0px 0.4rem; */
    text-transform: uppercase;
}
.h-auto{height: auto;}
.top-header {
    background: #0a74c0;
    font-weight: 400;
    font-size: 0.95rem;
}
.top-header, .top-header a {
    color: #fff;
    font-weight: 300;
}
.top-header .dropdown-menu a{
	color:#333;
}
.top-header-right li a {
    background: #fff;
    width: 22px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 1px;
    font-size: 1.3rem;
    padding: 0;
}
.top-header-right li.fb a, .stay-connect ul li.fb a i{
	color: #4867aa;
}
.top-header-right li.tw a, .stay-connect ul li.tw a i{
	color: #00aced;
}
.top-header-right li.ln a, .stay-connect ul li.ln a i{
	color: #0274b3;
}
.top-header-right li.insta a, .stay-connect ul li.insta a i{
	color: #f6191e;
}
.top-header-right li.fb a:hover{
    background: #4867aa;
    color: #fff;
}
.top-header-right li.tw a:hover{
    background: #00aced;
    color: #fff;
}
.top-header-right li.ln a:hover{
    background: #0274b3;
    color: #fff;
}
.top-header-right li.insta a:hover{
    background: #f6191e;
    color: #fff;
}
.top-header .top-header-left a i{
	font-size: 0.9rem;
}
.top-header a {
	position: relative;
    padding: 0px 5px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.header{
	position: relative;
}
.nav-wrapper {
    margin-top: 0.8rem;
    background: #0a74c0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.nav-wrapper.fixed {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
}
.musafir-logo{
    position: absolute;
    top: -36px;
    left: 0;
    z-index: 999;
    max-height: 107px;
    min-height: 100px;
    line-height: 90px;
    width: 100%;
    text-align: center;
}
.musafir-logo:after{
	background: #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    right: -29px;
    top: -3px;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    width: 2000px;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.29);
}
.middle-right i{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    width: 2.5rem;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #dd4d42;
    border-radius: 3px 12px 3px 12px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.middle-right .web-what i{
	color: #00e676;
}
.middle-right{
	padding:0.5rem 4rem 0.5rem 0rem;
	margin-top: 0.6rem;
}
.middle-right li a {
    padding-left: 3.2rem;
    color: #333;
}
.middle-right li{
	position: relative;
}
.btn-touch a{
    padding: 0.2rem 0.5rem;
    background: #e91e63;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: inline-block !important;
    font-size: 13px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 43px;
    margin: 2px 0px;
}
.middle-right h4{
	font-size: 15px;
	text-align: left;
}
.middle-right .web-what h4 span{
	font-size: 0.9rem;
}
.middle-right .addr h4 {
    font-size: 15px;
}
.middle-right .list-inline-item:not(:last-child){
	margin-right: 3rem;
}
.top-header-right {
    padding-right: 4rem;
} 
.top-header-right .list-inline-item:not(:last-child){
	margin-right: 0;
}
.top-header-right a i{
	font-size: 0.8rem;
    line-height: 21px;
}
.top-header-right .g-plus a i{
	font-size: 1rem;
    line-height: normal;
}
.top-header-right .list-inline-item:not(:last-child) a:after{
	content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to top, transparent, #DBDBDB, transparent);
}
.top-header-left .list-inline-item:not(:last-child){
	margin-right: 0.4rem;
}
.slider-wrapper .owl-carousel .owl-item img{
	/* height: 450px; */
    box-shadow: 0 0 3px rgb(0 0 0 / 31%);
	object-fit: cover;
}
.slider-wrapper .cra-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    max-width: 80%;
    width: 100%;
    text-align: center;
}
.slider-wrapper .cra-caption h1 .sm-txt {
    font-size: 2.5rem;
    vertical-align: middle;
}
.slider-wrapper .cra-caption h1{
	display: block;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #ff333b;
    /* background-image: -webkit-linear-gradient(top,#ffc8c8,#ff000b);
    background-image: -moz-linear-gradient(top,#ffc8c8,#ff000b);
    background-image: -ms-linear-gradient(top,#ffc8c8,#ff000b);
    background-image: -o-linear-gradient(top,#ffc8c8,#ff000b);
    background-image: linear-gradient(60deg,#ffc8c8,#ff000b);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent; */
}
.slider-wrapper .cra-caption p{
	text-transform: uppercase;
    color: #fff;
    word-spacing: 0.5rem;
    letter-spacing: 0.3rem;
    font-size: 1.5rem;
    font-weight: 300;
    background: #146ead;
    display: inline-block;
    padding: 0.2rem 0px;
    margin-top: 0.5rem !important;
}
.slider-wrapper .owl-carousel button.owl-dot span{
	width: 6px;
	border-radius: 15px;
	height: 20px;
	display: block;
	border: 2px solid #fff;
}
.slider-wrapper .owl-carousel .owl-dots{
	position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot{
	display: block;
	margin-bottom: 3px;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot:focus{
	border: 0px;
	box-shadow: inherit;
	outline: none;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot.active span{
	background: #0a74c0;
	border-color: #0a74c0;
}
.nav-wrapper .navbar{
	padding: 0;
	/* margin-left: 4.5rem; */
}
.home-ser-wrap {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
    z-index: 9;
    position: relative;
    max-width: 882px;
    margin: -60px auto 20px;
}
.col-serv-wrap{
	text-align: center;
	position: relative;
    padding: 1rem 0px;
}
.col-serv-wrap a{
	color: #333;
	display: block;
}
.col-serv-wrap a:hover .ser-icon{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.home-ser-wrap .col-serv-wrap:after{
	content: '\ea88';
    font-family: IcoFont;
    position: absolute;
    right: -37px;
    top: 0;
    font-size: 77px;
    color: #f7f7f7;
}
.home-ser-wrap .col-serv-wrap.last-wrap:after{
	display: none;
}
.col-serv-wrap .ser-icon i {
    font-size: 2rem;
}
.col-serv-wrap .ser-icon, .serv-col-desc, .serv-col-desc h4{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.col-serv-wrap .ser-icon {display: inline-block; background: #fff; position: absolute; top: -26px; width: 60px; height: 60px; line-height: 60px; color: #0a74c0; left: 0; right: 0; padding-top: 5px; margin: 0 auto; border-radius: 50%; border: 3px solid #fff; border-top-color: #0a74c0; box-shadow: 0 0 4px rgb(0 0 0 / 36%); border-bottom-color: #0a74c0; }
.col-serv-wrap h4 {padding-top: 31px; margin-bottom: 0; font-size: 1.2rem; font-weight: 700; position: relative; background-color: #fff; background-image: -webkit-linear-gradient(left,#0a74c0,#0a74c0); background-image: -moz-linear-gradient(left,#0a74c0,#0a74c0); background-image: -ms-linear-gradient(left,#0a74c0,#0a74c0); background-image: -o-linear-gradient(left,#0a74c0,#0a74c0); background-image: linear-gradient(-90deg,#0a74c0,#0a74c0); -webkit-background-clip: text; -moz-background-clip: text; -ms-background-clip: text; -o-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; -ms-text-fill-color: transparent; -o-text-fill-color: transparent; text-fill-color: transparent; }
.col-serv-wrap h4 span{
	display: block;
    font-size: 1.1rem;
    color: #0a74c0;
    font-weight: 400;
}
.musafir-logo img {
    max-width: 252px;
    margin-top: 8px;
}
.get-in-touch{
    padding-right: 0;
    text-align: right;
    /* margin-right: 4rem; */
}
.slider-wrapper .owl-nav button, .our-technology .owl-nav button{
   position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(239 45 53 / 55%) !important;
    border-radius: 50%;
    color: rgb(239 45 53) !important;
    margin-top: -20px;
    background: #ffc4c633 !important;
    font-size: 1.6rem !important;
    line-height: 35px !important;
}
.our-technology .owl-nav button{
    border: 0px solid #7d7d7d !important;
    color: #0a74c0 !important;
    border-radius: inherit;
    font-size: 2rem !important;
    width: auto;
    height: auto;
    margin-top: -12px;
}
.our-technology .owl-carousel .owl-item img{
    height: auto;
    margin: 0px auto;
    width: auto;
}
.our-technology .owl-carousel .owl-item{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slider-wrapper .owl-nav button.disabled, .our-technology .owl-nav button.disabled{
    opacity: 0.5;
}
.slider-wrapper .owl-nav button.owl-prev, .our-technology .owl-nav button.owl-prev{
    left: 20px;
}

.slider-wrapper .owl-nav button.owl-next, .our-technology .owl-nav button.owl-next{
    right: 20px;
}
.our-technology .owl-nav button.owl-prev, .our-technology .owl-nav button.owl-next{
    top: -38px;
    border: 1px solid #ff333b !important;
}
.our-technology .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 71px;
    width: 100%;
}
.our-technology .owl-nav button.owl-prev{
    left: 0px;
}
.our-technology .owl-nav button.owl-next{
    right: 0px;
}
.about-wrap-col{
    position: relative;
}
.home-about-col{
    display: table;
    height: 500px;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
    position: relative;
    width: 95%;
}
.inner-img-col {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.home-about-col:after, .innerpage-header .inner-img-col:after {
    content: "";
    position: absolute;
    top: 0;
    left: -85px;
    width: 102%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.innerpage-header .inner-img-col:after {
    left: 0;
    width: 100%;
    z-index: 1;
}
.home-about-img:before, .loing-dash-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}
.home-about-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
    object-fit: cover;
    background-position: center;
}
.balance-col {
    float: left;
}
.home-about-right{
    display: table;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
    left: -125px;
    width: 141%;
    position: absolute;
    top: 33px;
    padding-left: 90px;
    padding-right: 235px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 435px;
    background: #0a74c0;
    margin-left: -35px;
}
.home-about-right:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: -1;
    background: url(../images/bg-patt.png);
}
.box-content-wrapper{
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
    max-width: 390px;
}
.home-about-temp {
    overflow: hidden;
    padding: 0rem 0px 0px;
}
.about-wrap-col:after{
    content: "";
    position: absolute;
    top: 0;
    right: -86%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: skewX(-16deg);
    transform: skewX(-16deg);
}
.musafir-serv-col {
    position: relative;
    padding-left: 60px;
    margin-bottom: 1.5rem;
}
.musafir-serv-col, .musafir-serv-icon, .musafir-serv-txt, .musafir-serv-txt h4{
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.musafir-serv-col:hover:hover .musafir-serv-icon{
   background: #0a74c0; 
   color: #fff;
}
.musafir-serv-col:hover:hover .musafir-serv-txt h4{
    background-image: -webkit-linear-gradient(left,#0a74c0,#0a74c0);
    background-image: -moz-linear-gradient(left,#0a74c0,#0a74c0);
    background-image: -ms-linear-gradient(left,#0a74c0,#0a74c0);
    background-image: -o-linear-gradient(left,#0a74c0,#0a74c0);
    background-image: linear-gradient(-90deg,#0a74c0,#0a74c0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}
.musafir-serv-icon {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #0a74c0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    border-radius: 50%;
    color: #0a74c0;
}
.musafir-serv-txt  h4{
    font-size: 1.2rem;
    font-weight: 600;
    color: #525252;
}
.musafir-serv-txt {
    color: #717171;
    font-size: 0.95rem;
}
.home-about-left-col {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: skewX(16deg);
    transform: skewX(16deg);
    padding: 0 120px 0 135px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.home-about-left-col h2{
    font-weight: 600;
}
.home-about-left-col p {
    font-size: 1.2rem;
    font-weight: 300;
}
.title{
    color: #fff;
    position: relative;
}
.signup-wrap-form.get-in-touch-wrap h3, .login-form-wrap h3, .side-title{
    position: relative;
}
.title:before, .signup-wrap-form.get-in-touch-wrap h3:before, .login-form-wrap h3:before, .side-title:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ee3131;
}
.signup-wrap-form.get-in-touch-wrap h3:before, .login-form-wrap h3:before{
    height: 4px;
}
.home-about-right .title:before{
    background: #fff;
}
.home-about-right .box-content-wrapper{
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.btn-com {
    padding: .5rem 1.5rem;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.btn-com:after{
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.btn-com:after{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s; 
}
.btn-com:hover:after{
    width: 100%;
    background: #fff;
}
.btn-com:hover{
    color:#0a74c0;
}
.home-about-left-col .btn-com, .send-your-query .btn-com, .get-in-touch-wrap .btn-com, .login-wrap-user .btn-com, .read-more{
    background: #0a74c0;
    border-color: #0a74c0;
}
.slider-wrapper {
    position: relative;
}
#particles-js{
  width: 100%;
  height:calc(100% - 160px);
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0px;
}
/* footer style start from here */
.top-footer {
    /* background: #171717; */
}
.bottom-footer {
    /* background: #0e0e0e; */
}
.site-footer, .site-footer a{
    color: rgb(0 0 0 / 90%);
}
.site-footer a:hover{
 color: rgb(227 17 26);   
}
.foot-top-comm h3{
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
    text-transform: capitalize;
}
.foot-top-comm h3 > a{color: #000;}
.foot-top-comm h3:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 4px;
    background: #0a74c0;
    bottom: 0;
    left: 0;
}
.bottom-footer{
    /* border-top: 1px solid rgb(255 255 255 / 10%); */
    background: rgb(255 234 237 / 62%);
    font-size: 0.8rem;
}
.foot-top-comm{
    font-size:0.9rem;
    font-weight: 500;
}
.musafir-important-link ul li, .innerheader-txt ul li, .list li, .mega-drop-down-wrap > li > ul > li > a, .dropdown-menu .dropdown-item, .blog-desc li:before, .list-fing li{
    position: relative;
}
.dropdown-menu .dropdown-item, .list-fing li{
    padding-left: 23px;
}
.musafir-important-link ul li:before, .innerheader-txt ul li:not(:last-child):after, .list li:before, .mega-drop-down-wrap > li > ul > li > a:before, .dropdown-menu .dropdown-item:before, .blog-desc li:not(:last-child):before, .list-fing li:before, .list-curve li:before, .list-thumb li:before{
    content: '\eaa0';
    position: absolute;
    left: 0;
    top: 0px;
    font-family:IcoFont;
}
.dropdown-menu .dropdown-item:before{
    left: 3px;
    top: 4px;
}
.musafir-important-link ul li, .top-add-musafir li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 9px;
}
.top-add-musafir li i{
    position: absolute;
    left: 0;
    top: 4px;
}
.top-add-musafir h5 {
    font-size: 16px;
    color: #0a74c0;
}
.follow-us-footer a {
    position: relative;
    width: 38px;
    height: 38px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 38px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #ffffff14;
}
.social-media li{
    padding: 0px;
    margin-right: 0px !important;
}
.social-media li a{
    padding: 2px 10px;
    position: relative;
}
.social-media li:not(:last-child) a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.11);
}


/* footer style end from here */


.innerpage-header{
    /* background: url('../images/slider4.jpg') no-repeat center center; */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    z-index: 9;
    overflow: hidden;
    height: 200px;
}
.innerpage-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.innerheader-txt {
    padding: 32px 0px;
    position: relative;
    z-index: 9;
}
.innerheader-txt a{
    color: #0a74c0;
}
.innerpage-header:after{
    left: 0px;
    width: 100%;
    z-index: -1;
}
.innerheader-txt ul li{
    padding:    0px 21px 0px 5px ;
    margin-right:0px !important;
}
.innerheader-txt ul li:not(:last-child):after{
    left: auto;
    right: 0px;
}
.main-inner{
    background: #fff;
}
.main-content {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    font-size: 0.9rem;
    line-height: 25px;
    color: #6d6d6d;
}
.office-add > ul > li.contact-col {
    padding: 15px 33px;
}
.col-phone li{
    margin-bottom: 5px !important;
    padding: 0 !important;
}
.office-add  ul >li{
    position: relative;
    background: #fff;
    padding: 25px 25px 1px;
    margin-bottom: 5px;
}
.office-add li h3{
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #0a74c0;
}
.office-add li.contact-col a{
    color: #333;
}
.con-address p{
    font-size: 14px;
    border-bottom: 1px dashed rgba(227, 17, 26, 0.22);
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.office-add li i {
    position: absolute;
    left: -19px;
    top: calc(50% - 20px);
    display: flex;
    width: 40px;
    height: 40px;
    background: #0a74c0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.office-add {
    padding-right: 35px;
}
.get-in-touch-wrap h3 {
    font-weight: 600;
}
.get-in-touch-wrap .form-control {
    border-radius: initial;
    height: auto;
    padding: 0.6rem 0.8rem;
    background: #f3f3f3;
}
.get-in-touch-wrap {
    background: #fff;
    padding: 10px 25px 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
}
.b2b-content h2 {
    color: #4a4a4a;
    font-size: 1.5rem;
    width: fit-content;
    margin: 0 auto;
}
.list, .list-fing, .list-curve, .list-thumb, .list-num{
    margin: 0;
    padding: 0;
}
.list li:before, .list-num li:before{
    width: 25px;
    height: 25px;
    background: #0a74c0;
    text-align: center;
    color: #fff;
}
.list-num{
    counter-reset: my-awesome-counter;
}
.list-num li{
    counter-increment: my-awesome-counter; position: relative;
}
.list-num li:before{
    content: '';
    left: 0px;
    position: absolute;
    content: counter(my-awesome-counter);

}
.list li, .list-num li {
    list-style: none;
    padding-left: 32px;
    margin-bottom: 15px;
}
.list-check li:before{
    content: '\eed8';
}
.feat-content h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 28px;
}
.features {
    background: #fff;
    padding: 25px 0px;
}
.grow-bus {
    padding: 25px 0px;
    background: #0a74c0;
    color: #fff;
}
.grow-bus .btn-touch a{
    background: #fff;
    color: #ff333b;
}
.grow-bus p{
    margin-bottom: 0;
}
.main-content-wrp.b2b-content {
    padding: 25px 0px 14px;
}
.close-btn-nav{
    display: none;
}
.navbar .dropdown-menu{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    min-width: 13rem;
    border-radius: inherit;
    border: 0px;
    top: 94%;
    /*  -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; 
    transition: all 0.5s;
    transform-origin: top center;
     transform: scale(1, 0);*/
}
.navbar .dropdown-menu .dropdown-item{
    font-size: 0.9rem;
    color: #000;
}
.navbar .dropdown-menu .dropdown-item:not(:last-child){
    border-bottom: 1px dashed rgba(227, 17, 26, 0.21);
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active {
    color: #ff333b !important;
    background:transparent;
}
.dropdown-item{
    padding: .4rem 1.5rem;
}
.mega-parent.dropdown{
    position: inherit;
}
.dropdown-menu.mega-drop-down-wrap{
    min-width: 65em;
}

.mega-drop-down-wrap .sp-head {
    color: #0a74c0;
    border-bottom: 1px dashed rgba(227, 17, 26, 0.25);
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.mega-drop-down-wrap .sp-head a{color: #0a74c0;}
.mega-drop-down-wrap > li > ul > li > a {
   font-size: 0.847rem;
    color: #333;
    padding-left: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
    padding: 5px 0px 5px 15px;
    display: block;
    font-weight: 500;
}
.mega-drop-down-wrap > li > ul > li > a:before{
    top: 5px;
}

.mega-drop-down-wrap .sp-head b{
    font-weight: 600;
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 1rem;
}
.mega-drop-down-wrap > li > ul > li{
    margin-bottom: 6px;
}
.mega-drop-down-wrap > li > ul > li a:hover{
    padding-left: 18px;
    color: #0a74c0;
}
.who-we-are .title {
    color: #333;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.send-your-query .form-control {
    border-radius: inherit;
    height: auto;
    padding: 0.6rem 0.7rem;
}
.who-we-are, .travel-port-musafir {
    padding: 45px 0px;
    position: relative;
    background: url(../images/slider-01.jpg) no-repeat;
    background-size: cover;
    z-index: 9;
    background-attachment: fixed;
}
.who-we-are:after, .travel-port-musafir:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(237, 237, 237, 0.36) 0%, rgba(246,246,246,1) 47%, rgba(255, 255, 255, 0.79) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246, 246, 246, 0.74)), color-stop(47%, rgba(255, 255, 255, 0.79)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(237, 237, 237, 0.36) 0%, rgba(246, 246, 246, 0.74) 47%, rgba(255, 255, 255, 0.79) 100%);
    background: -o-linear-gradient(left, rgba(237, 237, 237, 0.36) 0%, rgba(246, 246, 246, 0.74) 47%, rgba(255, 255, 255, 0.79) 100%);
    background: -ms-linear-gradient(left, rgba(237, 237, 237, 0.36) 0%, rgba(246, 246, 246, 0.74) 47%, rgba(255, 255, 255, 0.79) 100%);
    background: linear-gradient(to right, rgba(237, 237, 237, 0.36) 0%, rgba(246, 246, 246, 0.74) 47%, rgba(255, 255, 255, 0.79) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.musafir-lft-img:after, .musafir-rgt-img:after {
    content: '';
    position: absolute;
    left: 0;
    width: 70%;
    height: 100%;
    background: #0a74c0;
    z-index: -1;
}

.musafir-rgt-img:after{
    background: #0a74c0;
}
.musafir-lft-desc {
    line-height: 23px;
}
.musafir-lft-img, .musafir-rgt-img {
    position: relative;
    height: 80%;
    padding: 3% 0px 3% 3%;
    z-index: 9;
    text-align: right;
    display: flex;
    align-items: center;
}
.musafir-lft-img img, .musafir-rgt-img img{
    border: 2px solid #fff;
}
.send-your-query {
    padding: 25px;
    background: #f7f7f7;
}
.musafir-rgt-img {
    height: 100%;
}
.who-we-query {
    padding-left: 37px;
}
.bp_blue_back{
    padding:13px 0px;
    background:#0a74c0;
    color: #fff;
}
.logo-bg-innner {
    position: absolute;
    opacity: 0.04;
    transform: rotate(45deg);
}
.modal-form-touch .form-control{
    height: auto;
    border-radius: initial;
    padding: 10px 16px;    
}
.logo-bg-innner {
    position: absolute;
    opacity: 0.04;
    top: 50%;
    transform: translateY(-50%);
}
.modal-musafir .modal-title {
    color: #0a74c0;
}
.loing-dash-wrap{
    background: url('../images/slider.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.loing-dash-wrap:before{
    z-index: -1;
}
.login-form-wrap {
    background: rgba(255, 255, 255);
    padding: 2rem 2rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
    height: 100%;
    max-height: 430px;
}
.signup-wrap-form.get-in-touch-wrap {
    background: rgba(0, 0, 0, 0.5882352941176471);
    padding: 2rem 2rem;
    height: 100%;
    max-height: 430px;
}
.login-form-wrap .form-control {
    height: auto;
    background: rgba(255, 255, 255, 0.72);
    border-radius: inherit;
    padding: 0.6rem 0.8rem;
}
.login-with span {
   display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background: #0a74c0;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.login-with span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    background: rgba(227, 17, 26, 0.28);
    left: 0;
    z-index: -1;
}
.login-with-social-media li.fb-log a, .share-our-blog li.fb a {
    background: #44619d;
}
.login-with-social-media a, .share-our-blog a{
    display: block;
    color: #fff;
    border-radius: 2px;
    padding: 11px 17px 11px 43px;
    position: relative;
}
.share-our-blog a{
    font-size: 14px;
}
.login-with-social-media li.g-plus-log a, .share-our-blog li.g-plus-log a {
    background: #df4930;
}
.share-our-blog li.ln a{
    background:#0e76a8;
}
.share-our-blog li.tw a{
    background:#00a7e7;
}
.share-our-blog li.insta a{
    background:#f50014;
}
.login-with-social-media i, .share-our-blog i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 44px;
    height: 100%;
    width: 37px;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.16);
}
.share-our-blog i{
    font-size: 18px;
}
.login-with {
    position: relative;
    z-index: 9;
}
.login-with-social-media {
    padding-top: 1.5rem;
    text-align: center;
}
.loing-dash-wrap .form-control::-webkit-input-placeholder {
    color: #000;
}
.loing-dash-wrap .form-control::-moz-placeholder {
    color: #000;
}

.loing-dash-wrap .form-control:-ms-input-placeholder {
    color: #000;
}

.loing-dash-wrap .form-control::-ms-input-placeholder {
    color: #000;
}

.loing-dash-wrap .form-control::placeholder {
    color: #000;
}
.login-with-social-media a:hover, .share-our-blog a:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.signup-wrap-form.get-in-touch-wrap h3, .login-form-wrap h3{
    color: #fff;
    margin-bottom: 2rem;
}
.login-form-wrap h3{
    color: #0a74c0;
}
.related-blg-wrp > div > h3 {
    background: #a2cbef;
    color: #000;
    font-size: 20px;
    padding: 7px 8px;
}
.blog-col-wrap {
    padding: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    background: #fff;
}
.blog-img-col .date:before {
    content: '';
    position: absolute;
    border: 52px solid transparent;
    border-top-color: rgba(227, 17, 26, 0.85);
    border-left-color: rgba(227, 17, 26, 0.85);
    top: 0;
    left: 0;
    z-index: -1;
    border-left-width: 56px;
}
.blog-img-col .date {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding: 6px 11px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1.1rem;
}
.blog-desc {
    padding: 15px;
}
.blog-desc ul li, .cate-blg ul li{
    margin-right: 0 !important;
    font-size: 0.9rem;
    position: relative;
    padding: 0px 1px 0px 4px;
}
.blog-desc ul li i{
    color: #ff333b;
    margin-right: 5px;
}

h3.blg-title {
    font-size: 1.1rem;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: #333;
}
.cate-blg {
    margin-bottom: 0.5rem;
}
.blog-desc ul {
    /* border-bottom: 1px dashed #00000040;
    margin-bottom: 15px !important;
    padding-bottom: 8px; */
}
.blog-desc p {
    font-size: 0.9rem;
    color: #505050;
}
.blog-desc li{

}
.cate-blg li:not(:last-child):before{display: none;}
.cate-blg li:not(:last-child):after{
   content: '->';
    right: 0;
    position: relative;
    left: auto;
    width: auto;
    height: 16px;
    /* background: #d8d8d8; */
    color: #6d6d6d;
    top: calc(50% - 8px);
}
.side-list.list li:before, .list-fing li:before, .list-curve li:before, .list-thumb li:before{
    width: auto;
    height: auto;
    background: transparent;
    color: #ff333b;
}
.side-list.list li:before{
	left: 2px;
}
.side-list.list li a{
    color: #333;
    font-size: 0.9rem;
}
.side-list.list li {
    margin-bottom: 5px;
    padding-left: 19px;
    padding-bottom: 5.25px;
    display: block;
    text-align: left;
}
.faq-list-wrap .card:last-child, .side-list.list li:last-child{
    margin-bottom: 0;
}
.side-list.list li:not(:last-child){
    border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}
.side-title:before{
    bottom: 0px;
}
.sidebar-listing .side-title:before{
    display: none;
}
.side-title, .rldt-paul-left-blg > h4 {
    font-size: 1.2rem;
    font-weight: 500;
    background: #ffb8b8;
    color: #000;
    padding: 0.5rem;
}
.sidebar-listing, .rldt-paul-left-blg{
    padding: 0px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}
.head-3 {
    background: #eaeaea;
    padding: 11px 8px;
    font-size: 1.2rem;
    font-weight: 600;
    border-left: 5px solid #ff333b;
    color: #1d1d1d;
    line-height: normal;
    margin-bottom: 25px;
}
.list-fing li:before{
    content: '\ea8c';
}
.list-fing, .list-curve, .list-thumb{
    list-style: none;
    margin-bottom: 1rem;
}
.list-fing li, .list-curve li, .list-thumb li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 23px;
}
.list-curve li:before{
    content: '\ea65';
}
.list-thumb li:before{
    content: '\ea88';   
}
.share-our-blog {
    padding: 2px 15px;
    margin-bottom: 15px;
}
.userdash-board {
    background: #f4f3ef;
}
.user-left-bar {
    background: #383838;
    height: 100%;
}
.user-left-bar li a {
    color: #bfbfbf;
    position: relative;
    display: block;
    padding: 12px 8px 12px 42px;
    font-size: 0.9rem;
    font-weight: 300;
}
.user-left-bar li:not(:last-child){
    border-bottom: 1px dashed rgba(255, 255, 255, 0.13);
}
.user-left-bar li a i {
    position: absolute;
    left: 9px;
    font-size: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
}
.user-left-bar ul ul{
    padding-left: 15px;
}
.user-left-bar .dropdown-toggle[aria-expanded="false"]:before, .user-left-bar .dropdown-toggle[aria-expanded="true"]:before{
    content: '\efc2';
    font-family: IcoFont;
    border: 0;
    position: absolute;
    right: 1.8rem;
    font-size: 0.7rem;
    top: 14px;
}
.user-left-bar .dropdown-toggle[aria-expanded="true"]:before{
    content: '\ef9a';
}
.user-left-bar ul li.active > a:after{
    border-right: 17px solid #f4f3ef;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}
.user-right-wrapper {
    padding: 1rem 1rem 1rem 4rem;
}
.user-pro-details.card-user .image {
    border-radius: 8px 8px 0 0;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.user-pro-details.card-user .image img {
    width: 100%;
}
.user-pro-details.card-user .border-white {
    border: 5px solid #FFFFFF;
}
.user-pro-details.card-user  .border-white {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
    background: #ff333b;
}
.user-pro-details.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -65px;
}
.users-details-wrap li {
    position: relative;
    padding: 6px 4px 7px 32px;
    font-size: 0.9rem;
}
.users-details-wrap li:not(:last-child){
    border-bottom: 1px dashed rgba(255, 51, 59, 0.22);
}
.users-details-wrap li i {
    position: absolute;
    left: 8px;
    color: #ff333b;
    top: 50%;
    transform: translateY(-50%);
}
.user-pro-details.card-user .author h4 {
    padding-bottom: 4px;
    border-bottom: 1px solid #0000000d;
}
.comm-dash {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.02);
}
.edit-pro .form-control{
    border-radius: inherit;
    font-size: 0.9rem;
}
.user-pro-details, .edit-pro{
 /*    height: 100%; */
}
.site-footer{
    position: relative;
    z-index: 9;
    background: url('../images/map.png') no-repeat;
    font-weight: 500;
    background-position: center;
}
.site-footer:after{
    content: '';
    background: rgb(255 255 255 / 46%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.stay-connect-with{
    background: #0a74c0;
    color: #fff;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.stay-connect-with:before{
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    max-width: 500px;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
    width: 100%;
    left: -64px;
    background: rgba(255, 255, 255, 0.14);
    z-index: -1;
    height: 100%;
}
.stay-connect ul li a {
    position: relative;
    display: block;
    padding: 0.3rem 0.6rem 0.3rem 2.2rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.9rem;
}
.stay-connect ul li a i {
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #ffff;
}
.stay-connect ul li.g-plus-log a i{
    color: #ff3d00;
    font-size: 1.2rem;
}
.stay-connect ul li a:hover {
    background: #fff;
    color: #0a74c0;
}
.stay-connect h3{
   margin-bottom: 0;
    padding-right: 3rem;
    font-size: 1.4rem;
    padding-top: 6px;
}
.our-technology {
    background: #fff;
}
.serv-col-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.serv-col-desc {
    background: #2C2C2C;
    padding: 2rem 0.5rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
    min-height: 202px;
}
.serv-col-desc h4 {
    font-size: 1.1rem;
    color: #ff5b63;
    font-weight: 500;
}
.serv-col-desc hr {
    margin: 8px 0px;
}
.serv-col a{
    display: block;
}
.serv-col a:hover .serv-col-desc, .serv-col a:hover, .serv-col-desc.active{
    background: #0a74c0;
}
.serv-col a:hover .serv-col-desc, .serv-col a:hover{
    background: #0a74c0;
}

.serv-col a:hover .serv-col-desc h4, .serv-col a:hover .serv-col-desc, .serv-col-desc.active h4{
    color: #fff;
}
.our-technology .heading-1:before, .our-technology .heading-1:after{
    margin: 0;
}
.serv-col-wrap {
    text-align: center;
    position: relative;
}
.icon-serv {
    position: absolute;
    font-size: 12rem;
    left: 0;
    right: 0;
    color: #fff;
    opacity: 0.08;
    top: 50%;
    transform: translateY(-50%);
}
.feat-img {
       /* display: flex; */
   /*  align-items: center;
    justify-content: center; */
}
.feat-img img {
    /* object-fit: cover;
    width: 100%; */
}
.our-services-main .heading-1, .travel-portal .heading-1, .heading-1{
    margin: 0px auto;
}
.our-technology .heading-1{
    margin: 0px ;
}
.home-about-left-col a, .travel-port-musafir .heading-1{
    color: #fff;
}
.travel-port-musafir .heading-1 span{
    color: #45a6ff;
}
.travel-port-musafir:after{
    background: rgba(0, 0, 0, .6);
}
.our-specit-wrap strong {
    font-weight: 500;
}
.our-specit-wrap li .li-ic {
    left: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #0a74c0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    top: calc(50% - 25px);
}
.our-specit-wrap li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 24px;
    line-height: 24px;
    min-height: 40px;
}
.white-label-trav .head-3{
    background: #0a74c0;
    padding: 11px 8px;
    font-size: 1.2rem;
    font-weight: 600;
    border-left: 5px solid #ff333b;
    color: #fff;
    line-height: normal;
    margin-bottom: 25px;
}


.blockquote {
    padding: 15px 20px;
    border-left-width: 4px;
    border-radius: 3px;
}


.cust-title{font-size: 14px;text-transform:uppercase;}

.block-quote{
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    border-left: none;
}

.block-quote:before {
    left: 0;
    content: open-quote;
}

.block-quote:after, .block-quote:before {
    position: absolute;
    top: -20px;
    font-size: 4em;
}

.blockquote-reverse {
    border-right-width: 2px;
}

.blockquote-success {
    background: rgba(76,175,80,.1);
    border-color: #4caf50 !important;
}

.blockquote-info {
    background: rgba(0,188,212,.1);
    border-color: #00bcd4 !important;
}

.blockquote-warning {
    background: rgba(255,152,0,.1);
    border-color: #ff9800 !important;
}

.blockquote-danger {
    background: rgba(244,67,54,.1);
    border-color: #f44336 !important;
}


.blockquote-content
{
    background: white;
    padding: 20px 20px 10px 20px;   

}.

blockquote footer
{
    color: #9a9a9a;
}


.simple-comment {
    background: #f3f4f5;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
    border-radius: 3px;
}
.blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
.customer_remark_data_put blockquote.blockquote-danger {
    border-left: 5px solid #0a74c0;
}
.customer_remark_data_put blockquote.blockquote-info {
    border-left: 5px solid #00bcd4 ;
}
.header-dash-panel {
    background: #403f3f;
    color: #fff;
    padding: 10px 13px 3px;
    margin-bottom: 15px;
}
.htl-left h1 {
    font-size: 21px;
}
.header-dash-panel .breadcrumb{
	    background: transparent;
    padding: 0;
    color: #fff;
    margin-bottom: 0px;
}
.header-dash-panel .breadcrumb>.active{
	color:#fff;
}
.header-dash-panel .breadcrumb a{
	color:#fff;
}
.btn-icon {
    background: #0a74c0;
    color: #fff;
    display: inline-block;
    padding: 8px 8px 8px 42px;
    position: relative;
}
.btn-icon i {
    position: absolute;
    left: 0px;
    width: 33px;
    text-align: center;
    line-height: 41px;
    top: 0;
    background: rgba(0, 0, 0, 0.22);
    height: 41px;
}
.bp_h1_replace_style{
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #ff333b;
}
.error {
    color:red;
}
.price-clmn-wrp {
    background: #fff;
    padding: 1.5rem 0.5rem 3rem;
    text-align: center;
    height: 100%;
    position: relative;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.44);
    border: 1px solid #0a74c0;
    border-right-color: #0a74c0;
    border-bottom-color: #0a74c0;
    z-index: 9;
}
.price-clmn-wrp h3{
    font-size: 1.3rem;
        min-height: 43px;
    font-weight: 700;
}
.price-clmn-wrp > p {
    font-size: 14px;
}
.price-clmn-wrp > p > span {
    padding-top: 0.6rem;
    color: #0a74c0;
    font-weight: 400;
}
.read-more-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.7rem;
}
.read-more-btn > a {
    display: inline-block;
    background: #0a74c0;
    color: #fff;
    font-size: 14px;
    padding: 0.3rem 0.5rem;
}
.prc-ppl {
    font-size: 1.2rem;
    font-weight: 500;
}
.price-clmn-wrp > h3 > span {
    font-size: 1rem;
}
.heading-4{
    position: relative;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 1.1rem;
}
.heading-4:after {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background: #0a74c0;
    bottom: 0px;
}
.heading-4 > span {
    color: #0a74c0;
    font-weight: 700;
}
.main-inner {
    text-align: justify;
}
.price-clmn-wrp:before {
    top: 0;
    width: 100%;
    height: 20%;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(29, 97, 159, 0.05), transparent);
}
.price-clmn-wrp:before, .price-clmn-wrp:after {
    content: '';
    position: absolute;
}
.price-clmn-wrp:after{
	bottom: 0;
    width: 100%;
    height: 20%;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(227, 17, 26, 0.05), transparent);
}

/* 12-08-2020 */
.search-wraap .form-group {
    margin-bottom: 0;
    position: relative;
    max-width: 77%;
    margin: 0 auto;
}
.search-wraap {
    background: #eee;
    padding: 15px 25px;
    margin: 0px 0px 25px;
    position: relative;
}
.btn-sub {
    position: absolute;
    border: 0;
    background: #0a74c0;
    color: #fff;
    top: 0px;
    right: 0px;
    bottom: 0;
    border-radius: 26px;
    padding: 4px 30px;
    cursor: pointer;
}
.btn-sub i {
    margin-right: 5px;
}
.search-wraap .form-group input {
    font-size: 14px;
    height: calc(2.91rem + 2px);
    border-color: #fff;
    border-radius: 26px;
    box-shadow: 0 0 6px rgb(2 2 2 / 12%);
}
.sidebar-faq-wrap-lst {
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 23%);
    padding: 0;
}
.faq-list-wrap .card-header{
    padding: 0px;
    background: transparent;
    border: 0px none;
}
.faq-list-wrap .card-header h2{
    margin: 0px;
    width: 100%;
}
.faq-list-wrap .card-header h2 button{
   width: 100%;
    position: relative;
    display: block;
    text-align: left;
    background: #fff;
    border-radius: inherit;
    border-color: #e4e4e4;
    color: #0a74c0;
    font-weight: 600;
    line-height: 25px;
    font-size: 15px;
    padding: .45rem .75rem;
}
.faq-list-wrap .card-header h2 button:focus{
     border: 1px solid #e4e4e4 !important;
}
.sidebar-faq-wrap-lst > h3{
    position: relative;
    display: block;
    text-align: left;
    color: #fff;
    background: #0a74c0;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem;
    font-size: 1.2rem;
}
.faq-list-wrap .card-header h2 button:focus, .faq-list-wrap .card-header h2 button:hover{
    text-decoration: none;
}
.faq-list-wrap .card {
    border: 0px none;
}
.faq-nav li a {
    color: #333;
    display: block;
    font-size: 14px;
    padding:0.5rem 1rem;
}
.sidebar-faq-wrap-lst .card-body {
    padding: 0;
}
.faq-nav li:not(:last-child) a {
    border-bottom: 1px dashed rgb(227 17 26 / 21%);
}
.faq-list-wrap .card {
    margin-bottom: 0.7rem;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}
.faq-list-wrap .card-header h2 button:after{
    content: '';
    position: absolute;
    right: 0px;
    color: #0a74c0;
    font-family: IcoFont;
    right: 8px;
    top: calc(50% - 12.5px);
    font-size: 11px;
}
.faq-list-wrap .card-header h2 button[aria-expanded="true"]:after{
    content: '\ef9a';
}
.faq-list-wrap .card-header h2 button[aria-expanded="false"]:after{
    content: '\efc2';
}
.list-faq li > h5 {
    color: #0a74c0;
    font-weight: 600;
    font-size: 1.2rem;
}
.list-faq li {
   font-size: 14px;
    color: #565656;
    margin-bottom: 1rem;
    position: relative;
    line-height: 23px;
    padding-left: 33px;
}
.faq-list-wrap .card-body{
     font-size: 14px;
    color: #565656;
    line-height: 23px;
    border: 1px solid #eee;
}
.list-faq li:before{
    position: absolute;
    font-size: 2rem;
    left: 0px;
    content: '\ea65';
    color: #0a74c0;
    font-family: IcoFont;
}
.search-wraap > h3 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #0a74c0;
    margin-bottom: 1rem;
}
.faq-cat-heading > h3 {
    background: #eee;
    font-size: 1rem;
    font-weight: 700;
    border-left: 4px solid #0a74c0;
    padding: 10px 8px 7px 8px;
    line-height: normal;
    color: #333;
}
.faq-nav li.active a{color: #0a74c0;}
.usefull-links-wrap li a:hover {
    background: #0a74c0;
    color: #ffff;
}
.usefull-links-wrap li {
    margin-bottom: 3px;
}
.usefull-links-wrap li a {
    background: #e4e4e4;
    color: #333;
    font-size: 14px;
    display: block;
    padding: 0.5rem 0.8rem;
}
.usefull-links-wrap > h4 {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0.34rem;
    font-size: 20px;
    font-weight: 600;
}
.usefull-links-wrap > h4:after {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 4px;
    background: #0a74c0;
    bottom: 0;
}
.blog-desc{text-align: left;}
.cate-blg > ul > li > a {
    color: #0a74c0;
}
.metada-ata {
    font-size: 13px;
    color: #333;
    display: flex;
    font-weight: 500;
    align-items: center;
}
.metada-ata ul li {
    font-size: 13px;
}
.blog-desc .metada-ata li:not(:last-child):before{
    display: none;
}
.metada-ata a {
    color: #333;
}
.blog-col-wrap{
    height: 100%
}
.blg-meta-data .blg-title {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 0.2rem;
    font-weight: 500;
    color: #000;
    background: #eee;
    border-left: 5px solid #0a74c0;
    padding: 8px 9px;
}
.title-blg h3 a {
    color: #333;
}
.title-blg h3 a:hover, .side-list.list li a:hover{
    color: #0a74c0;
}
.blog-sidebar.fixed {
    position: fixed;
   /*  right: 6%; */
    top: 60px;
    width: 287.5px;
}
.offer-cmstm-wrap .close {position: absolute; right: -18px; background: #F44336; opacity: 1; color: #fff; margin: 0; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; top: -13px; z-index: 1; padding: 0; font-weight: 400; }
.offer-cmstm-wrap .modal-header {padding: 0; border: 0px none; }
.offer-cmstm-wrap .modal-body {padding: 0.7rem; }


.blg-temp-re .blog-desc ul li:before{
    display: none;
}
.blog-left-wrap.blg-temp-re .blog-img-col img{
    height: auto;
    width: auto;
}
.blog-left-wrap.blg-temp-re .blog-img-col{text-align: center;}
.metada-ata > ul {
    margin-left: auto;
}
.metada-ata i {
    font-size: 1rem;
    color: #0a74c0;
}
.blg-temp-re .metada-ata {
    padding: 5px 0px;
}
.blg-temp-re .blog-desc{
    line-height: 1.7;
}
.blg-temp-re .blog-desc:after {
    content: '';
    clear: both;
    display: table;
}
.mn-cnt-wrp-left > h4 {
    position: relative;
    display: block;
    text-align: left;
    color: #000;
    background: #ffb8b8;
    margin-bottom: 0;
    padding: 0.5rem 1rem 0.5rem;
    font-size: 1.2rem;
}
.mn-cnt-wrp-left {
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 17%);
}
.tpci-list a {
    color: #333;
    display: block;
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.tpci-list li:not(:last-child) a {
    border-bottom: 1px dashed rgb(227 17 26 / 21%);
}
.blg-clt-wrp > a{
    display: block;
    overflow: hidden;
}
.blg-clt-wrp > a > img{
    transition:all 0.5s;
}
.blg-clt-wrp:hover img{
    transform: scale(1.1);
}
.pagination-wrp .page-link {
    color: #0a74c0;
}
.reldte-blg-com {
	margin-bottom: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 16%);
}
.relted-blg-thumb img {
    height: 158px;
    object-fit: cover;
    width: 100%;
}
.rl-cl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.reldtd-blg-secr h3 {
    color: #333;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
}
.reldtd-blg-secr {
	min-height: 117px;
    padding: 10px;
}
.reldtd-blg-secr h3 a{
    color: #333;
}
.related-blg .owl-nav button{
    position: absolute;
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
    background: #0a74c0 !important;
    color: #fff !important;
    font-size: 18px !important;
}
.related-blg .owl-nav button.owl-prev{
    left: -45px;
}
.related-blg .owl-nav button.owl-next{
    right: -45px;
}
.rldt-blg-lst {
    position: relative;
	align-items: center;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    /* padding: 5px; */
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.rldt-blg-lst:not(:last-child) {
    margin-bottom: 1rem;
}
.rdlt-img-th {
    max-width: 80px;
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
}
.rdlt-img-th > a{
	padding-bottom: 5px;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
}
.rldt-blg-shrt > h4 {
    margin: 0;
}
.rldt-blg-shrt {
    padding-left: 0.5rem;
}
.rldt-blg-shrt a {
   	font-size: 13px;
    display: block;
    color: #333;
    text-align: left;
    padding: 5px 5px 5px 2px;
}
.tpci-list a:hover {
    color: #0a74c0;
}
.sub-cribe-news .form-control, .request-body-side .form-control{
    border-radius: inherit;
    font-size: 0.9rem;
}
.res-side-com .btn-comm{
        background: #fff;
    border: 1px solid #0a74c0;
    border-radius: inherit;
    color: #0a74c0;
}
.res-side-com .btn-comm:hover{
    background: #0a74c0;
    color: #fff;
}
.img-side-bottom {
    margin-top: auto;
}
.sub-cribe-news .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8rem;
    height: 100%;
    background: #0a74c0;
    color: #fff;
    text-transform: uppercase;
}
.bg-rdeish{
    background: #fff8f8;
}
p:empty {
    display: none;
}
.pagination-wrp ul {
    margin: 0;
    justify-content: center;
}
.pagination-wrp li a {
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #0a74c0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
}
.blog_subscribe_success {
    text-align: center;
}
.blog-left-wrap.blg-temp-re table thead tr th{
    text-align: center;
}
.my-ip-body > h4 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    font-size: 2.5rem;
    color: #0a74c0;
}
.my-ip-body {
    padding: 1rem;
}
.my-ip-wrp {
    border: 1px solid #eee;
    border-radius: 5px;
    /* display: inline-block;
    width: 30%; */
} 
.my-ip-head {
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #eee;
}  
.my-ip-head > h3 {
    margin-bottom: 0;
    font-size: 1.5rem;
}   
.rdlt-img-th img {
    width: 100%;
}
.know-about-ip-address h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.know-about-ip-address p {
    font-size: 0.9rem;
}
.img-musafir-wrap {
    margin-top: auto;
    box-shadow: 0 0 3px rgb(0 0 0 / 27%);
}
.btm-side-news-query {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.fequently-ask-question > a {
    display: block;
    background: #0a74c0;
    color: #fff;
    border-radius: 2px;
}
.fequently-ask-question > a:hover{
	background: #0a74c0;
}
.user-ip-link .sidebar-listing{
    margin-bottom: 0px !important;
}
.our-features-wrp-cl {
    background: url(../images/bg-tree.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.ecommerce-prtl-development-wrp, .bg-cnt-wrp{
    background: url('../images/eccomerce-prtl-sl.png') no-repeat #fff8f9;
    background-position: bottom left;
}
.htl-apis-bg, .flgt-booking-web, .bus-car-booking-web{
    background: url('../images/htl-fac-bg.jpg') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.flgt-booking-web{background: url('../images/flght-bkg.jpg') no-repeat; background-size: cover;}
.bus-car-booking-web{background: url('../images/bus-bg-img.jpg') no-repeat; background-size: cover; background-position: bottom;}
.htl-apis-bg:after, .flgt-booking-web:after, .bus-car-booking-web:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 82%);
    z-index: -1;
}
.bg-new-cut{
    background: url('../images/shape_31.png') #fff;
    background-repeat: no-repeat;
    background-position: right top;
}
.features-new-paul-body ul {
    position: relative;
    counter-reset: section;
}
.features-new-paul-body ul:before {
    content: '';
    position: absolute;
    /* width: 3px; */
    height: 100%;
    left: calc(50% - 1.5px);
    top: 0px;
    background: #dc090f;
}
.features-new-paul-body ul li {
    position: relative;
}
.headng-lft {
    float: left;
    width: 50%;
}
.features-new-paul-body ul li:nth-child(odd) .headng-lft {
    text-align: right;
}
.features-new-paul-body ul li:nth-child(odd) .headng-lft strong {
    background: #0a74c0;
}
.features-new-paul-body ul li strong {
    padding: 0.7rem 1rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.5rem;
}
.features-new-paul-body ul li:nth-child(odd) .headng-rgt {
    padding: 0.5rem 1rem 1.2rem 1.7rem;
    border-left: 3px solid #0a74c0;
}
.headng-rgt {
    float: right;
    position: relative;
    color: #000;
    font-weight: 500;
    width: 50%;
    padding: 0.5rem 1rem;
}
.features-new-paul-body ul li:nth-child(even) .headng-rgt {
    float: left;
    border-right: 3px solid #0a74c0;
    padding: 0.5rem 1.3rem 1.2rem 0.7rem;
}
.features-new-paul-body ul li:nth-child(odd) .headng-rgt {
    padding: 0.5rem 1rem 1.2rem 1.7rem;
    border-left: 3px solid #0a74c0;
}
.features-new-paul-body ul li:after {
    content: '';
    clear: both;
    display: table;
}
.features-new-paul-body ul li:nth-child(even) .headng-lft {
    float: right;
}
.features-new-paul-body ul li:nth-child(even):after {
    left: -7%;
    background: #0a74c0;
}
.features-new-paul-body ul li:nth-child(even) .headng-lft strong {
    background: #0a74c0;
}
.headng-rgt > p, .head-descpt {
    border: 1px solid #ff7c7c;
    padding: 10px;
    box-shadow: 0 0 3px rgb(0 0 0 / 16%);
    background: linear-gradient(90deg, rgba(227, 17, 26, 0.05), transparent);
}
.features-new-paul-body ul li:nth-child(even) .headng-rgt > p, .inner-ecommerce-andriod > ul > li:nth-child(even) .head-descpt {
    border: 1px solid #5690b7;
    background: linear-gradient(90deg, rgb(18 110 173 / 5%), transparent);
}
.heading-rgt-bx:before {
    content: '';
    width: 1rem;
    height: 2px;
    top: calc(50% - 1px);
    position: absolute;
    left: 0;
    background: #0a74c0;
}
.inner-ecommerce-andriod > ul > li:nth-child(even) .heading-rgt-bx:before{
    background: #126ead;
}

.features-new-paul-body ul li:nth-child(odd) .headng-rgt:before, .features-new-paul-body ul li:nth-child(even) .headng-rgt:after {
    content: '';
    position: absolute;
    left: 0px;
    height: 3px;
    background: #0a74c0;
    top: 17px;
    width: 27px;
}
.features-new-paul-body ul li:nth-child(even) .headng-rgt:after {
    left: auto;
    right: 0px;
    background: #126ead;
    width: 21px;
}
.heading-rgt-bx {
        position: relative;
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
    padding: 0rem 0rem 0rem 1rem;
}
.newPrtl-bg{
    background: url('../images/trvl-prtl-01.jpg') no-repeat;
    background-size: cover;
}
.newPrtl-02-bg{
    background: url('../images/trvl-prtl-02.jpg') no-repeat right;
    background-size: cover;
}
.heading-left-bx > h3 {
    margin-bottom: 0;
    color: #fff;
    padding: 8px 6px;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.heading-left-bx{
    position: relative;
}
.inner-ecommerce-andriod > ul > li:not(:last-child) > .heading-left-bx:after{
    font-family: IcoFont!important;
    content: '\ea63';
    position: absolute;
    top: 175%;
    left: calc(50% - 24px);
    font-size: 3rem;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left,#dc090f,#125ea0);
    background-image: -moz-linear-gradient(left,#dc090f,#125ea0);
    background-image: -ms-linear-gradient(left,#dc090f,#125ea0);
    background-image: -o-linear-gradient(left,#dc090f,#125ea0);
    background-image: linear-gradient(-90deg,#dc090f,#125ea0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
    line-height: normal;
}
.heading-left-bx {
        text-align: center;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.inner-ecommerce-andriod > ul > li {
    display: flex;
    margin-bottom: 1rem;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
.inner-ecommerce-andriod > ul > li:nth-child(even){

}
.btm-side-news-query.blg-dg-cl {height: auto; }
.inner-ecommerce-andriod > ul > li:nth-child(odd) .heading-left-bx > h3{background: #0a74c0;}
.inner-ecommerce-andriod > ul > li:nth-child(even) .heading-left-bx > h3{background: #0a74c0;}
.site-footer .ld-mr {color: #0a74c0; }
.musafir-ecommer-serv-com {border: 1px solid #0a74c0; position: relative; padding: 1rem 1rem 0.2rem; margin-bottom: 2.5rem }
.musafir-ecommer-serv-com .musafir-serv-icon{position: absolute; left: calc(50% - 25px); top: -26px; background: #fff; }
.musafir-ecommer-serv-com .musafir-serv-txt{text-align: center; padding-top: 1.2rem; }
.btm-foot-nv > ul > li:not(:last-child) {margin-right: 0; }
.btm-foot-nv > ul > li > a {display: block; position: relative; padding: 0px 1rem 0px 0.4rem; }
.btm-foot-nv > ul > li:not(:last-child) > a:after {content: ''; position: absolute; width: 6px; height: 6px; background: #0a74c0; border-radius: 50%; top: calc(50% - 3px); right: 0; }
.captch-lft p:not(#captImg) {font-size: 13px; }
.captch-wrp {display: flex; }
.btn-subt {margin-left: auto; }
.get-in-touch-wrap textarea.form-control {height: 70px; }
.trdeing-blgss .reldtd-blg-secr h3 a{
    min-height: 69px;
    display: block;
}
.trdeing-blgss .reldte-blg-com{
    margin-bottom: 7px;
}
.apAddr {
    background: #fff;
    height:calc(100% - 20px);
    padding: 1rem;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
.hldy-wrp .form-control{font-size: 15px;}
.lst-wrppr {position: relative; border: 1px solid #eee; height: 100%; padding: 0.5rem; }
.lst-wrppr > a{display: block;}
.lst-wrppr > a > span {font-size: 2rem; border: 1px dashed #0a74c0; padding: 0.3rem 0.7rem; display: inline-block; line-height: normal; color: #0a74c0; }
.lst-wrppr > a:hover > span{color: #0a74c0; border-color: #0a74c0;}
.lst-wrppr > a > h4 {margin: 0.9rem 0 0.3rem; font-size: 1.0rem; color: #333;}

.apiWr {background: #fff; padding: 5px; box-shadow: 0 0 3px rgb(0 0 0 / 9%); margin-bottom: 0.9rem;}
.apiWr h5 {margin: 0; color: #0a74c0; font-size: 16px; padding-top: 2px; border-top: 1px solid #eee; margin-top: 3px; }
.apiWr img {height: 46px;     width: 100%;object-fit: contain;}
.newPl-tab-sectn > nav {background: #0a74c0; }
.newPl-tab-sectn > nav > .nav-tabs > a:not(:last-child) {border-right: 1px solid #014e94; }
.newPl-tab-sectn > nav > .nav-tabs > a {display: block; color: #fff; text-align: center; background: transparent; width: calc(100% / 4); border: 0px none; border-radius: inherit; margin: 0; }
.newPl-tab-sectn > nav > .nav-tabs > a > i {display: block; font-size: 2.5rem; }
.newPl-tab-sectn > nav > .nav-tabs > a.active {color: #0a74c0; }
.newPl-tab-sectn > .tab-content{background: #f9f9f9; padding-bottom: 1.5rem; }

.hmr-right-inn{padding-right: 120px; }

@media screen and (min-width: 768px){
    .blg-dts-side-right{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .blog-img-col img {height: 241px; object-fit: cover; width: 100%; }
    .captha-right{
        padding: 0px 10px;
        /* width: calc(100% - 179px); */
    }
    .img-side-bottom {
        margin-top: auto;
    }
    .reldtd-blg-secr h3{min-height: 69px;}
    .blog-left-wrap.blg-temp-re{height: 100%;}
    .blog-left-wrap.blg-temp-re table tbody td{
        vertical-align: top;
    }
    .blog-col-wrap h3.blg-title{min-height: 45px;}
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1216px;
    }
    .blg-wrap-lst .row{
        margin: 0px -6px;
    }
    .blg-wrap-lst .row > div[class*="col"]{
        padding: 0px 6px;
    }
}
/* 12-08-2020 End*/